Add FDC37C932FR SuperIO for Epox P55-VA.

This commit is contained in:
SarahW 2019-05-17 21:31:57 +01:00
commit 0b57135b3c
6 changed files with 259 additions and 4 deletions

View file

@ -20,6 +20,7 @@
#include "dma.h"
#include "fdc.h"
#include "fdc37c665.h"
#include "fdc37c93x.h"
#include "gameport.h"
#include "headland.h"
#include "i430fx.h"
@ -716,7 +717,7 @@ void at_p55va_init()
pci_slot(0x0B);
i430vx_init();
piix_init(7, 0x08, 0x09, 0x0A, 0x0B);
um8669f_init();
fdc37c932fr_init();
device_add(&intel_flash_bxt_device);
}