diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index ce8e7ab49ec..bd3e8dc2ba7 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.20 2002/04/02 14:54:17 lebel Exp $g +# $OpenBSD: GENERIC,v 1.21 2002/04/05 15:40:41 drahn Exp $g # # PPC GENERIC config file # @@ -45,7 +45,7 @@ ppb* at pci? dev ? function ? # PCI-PCI bridges pci* at ppb? bus ? siop* at pci? dev ? function ? -fxp* at pci? dev ? function ? +#fxp* at pci? dev ? function ? de* at pci? dev ? function ? #vme* at pci? dev ? function ? vgafb0 at pci? dev ? function ? # PCI VGA graphics diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 71187d1bb36..d4bb6e7c2da 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.9 2002/04/05 15:40:11 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.10 2002/04/05 15:40:41 drahn Exp $ # # PPC GENERIC config file # @@ -47,7 +47,7 @@ pci* at ppb? bus ? siop* at pci? dev ? function ? #ncr* at pci? dev ? function ? -fxp* at pci? dev ? function ? +#fxp* at pci? dev ? function ? de* at pci? dev ? function ? #vme* at pci? dev ? function ? vgafb0 at pci? dev ? function ? # PCI VGA graphics |