Index: i386/conf/files.i386 =================================================================== RCS file: /data/cvs/BSDOS_43/sys/i386/conf/files.i386,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** i386/conf/files.i386 2001/10/15 21:44:13 1.1 --- i386/conf/files.i386 2002/01/02 22:45:54 1.2 *************** *** 279,284 **** --- 279,288 ---- device saturn at pci: pcisubr file i386/pci/saturn.c saturn device-driver + # various chipset corruption fixes + device chipset at pci: pcisubr + file i386/pci/chipset.c chipset device-driver + # Adaptec AIC-7770, AIC7870 based SCSI host adapters device aic at pci, eisa, any: scsi, eisasubr, pcisubr, spilow file i386/isa/aic.c aic device-driver Index: i386/conf/GENERIC =================================================================== RCS file: /data/cvs/BSDOS_43/sys/i386/conf/GENERIC,v retrieving revision 1.1 diff -c -r1.1 GENERIC *** i386/conf/GENERIC 2001/10/15 21:44:13 1.1 --- i386/conf/GENERIC 2002/01/15 17:01:53 *************** *** 158,164 **** isa0 at root # Saturn PCI chipset bug work-around; must precede any pci devices. ! saturn0 at pci0 # Bus memory driver. Must be before device that it will steal # bmd0 at pci? --- 158,167 ---- isa0 at root # Saturn PCI chipset bug work-around; must precede any pci devices. ! #saturn0 at pci0 ! ! # PCI chipset bug work-arounds; must precede any pci devices. ! chipset* at pci0 # Bus memory driver. Must be before device that it will steal # bmd0 at pci? Index: i386/pci/Makefile =================================================================== RCS file: /data/cvs/BSDOS_43/sys/i386/pci/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** i386/pci/Makefile 2001/10/15 21:44:16 1.1 --- i386/pci/Makefile 2002/01/02 22:45:57 1.2 *************** *** 1,7 **** # BSDI Makefile,v 2.17.2.2 2001/05/10 14:26:19 karels Exp ! MAN4= bheat.0 de.0 df.0 eb.0 exp.0 pciwdc.0 pcn.0 saturn.0 se.0 sis.0 \ ! tl.0 trb.0 wanic500c.0 wanic500i.0 wx.0 MANSUBDIR=/i386 --- 1,7 ---- # BSDI Makefile,v 2.17.2.2 2001/05/10 14:26:19 karels Exp ! MAN4= bheat.0 chipset.0 de.0 df.0 eb.0 exp.0 pciwdc.0 pcn.0 \ ! saturn.0 se.0 sis.0 tl.0 trb.0 wanic500c.0 wanic500i.0 wx.0 MANSUBDIR=/i386