diff options
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 7 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index 95f8f78cf39..2e02bff39a2 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.14 2000/08/08 01:07:51 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.15 2000/08/08 01:45:08 deraadt Exp $ # # PPC GENERIC config file # @@ -13,14 +13,12 @@ option SYS_TYPE=APPL option FIREPOWERBUGS options PPC_MPC106_BUG -option IPX # IPX+SPX -option IPXIP # IPX tunneling over IP +option PCIVERBOSE include "../../../conf/GENERIC" config bsd swap generic - # # Now the Machine specification # @@ -40,6 +38,7 @@ ppb* at pci? dev ? function ? # PCI-PCI bridges pci* at ppb? bus ? ncr* at pci? dev ? function ? +fxp* at pci? dev ? function ? de* at pci? dev ? function ? #vme* at pci? dev ? function ? #vga* at pci? dev ? function ? # PCI VGA graphics diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index 04a965ed4f9..51680d3ebcd 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 2000/08/08 01:07:52 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.6 2000/08/08 01:45:09 deraadt Exp $ # # PPC GENERIC config file # @@ -13,6 +13,7 @@ option SYS_TYPE=APPL option FIREPOWERBUGS options PPC_MPC106_BUG +option PCIVERBOSE # include "../../../conf/GENERIC" option TIMEZONE=0 # time zone to adjust RTC time by |