Added FDC37c655 SuperIO chip for Intel Premiere/PCI.

This commit is contained in:
TomW 2015-07-12 14:22:47 +01:00
commit e590bd9ca2
6 changed files with 167 additions and 2 deletions

View file

@ -10,6 +10,7 @@
#include "device.h"
#include "dma.h"
#include "fdc.h"
#include "fdc37c665.h"
#include "gameport.h"
#include "headland.h"
#include "i430fx.h"
@ -300,7 +301,7 @@ void at_batman_init()
mouse_ps2_init();
pci_init(PCI_CONFIG_TYPE_2, 0xd, 0x10);
i430lx_init();
um8669f_init();
fdc37c665_init();
intel_batman_init();
}
void at_endeavor_init()