diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-04-05 15:40:42 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-04-05 15:40:42 +0000 |
commit | ded6058e529bea52af65383490173cc297c65ec1 (patch) | |
tree | b32c4e6423e7d4a1dd0ed26e18d30494e83aabe4 /sys/arch | |
parent | 20a02d4eef1bfc2a810a18eb2a1ee022bada70d9 (diff) |
fxp does not work on powerpc.
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 |