diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-10-20 15:36:14 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-10-20 15:36:14 +0000 |
commit | 11abdfebcfbd965d8eaf56da7e752c9e213f702f (patch) | |
tree | 4bc94ea9a8554bf150ecb6f708f7b2f5fa31fec3 /sys | |
parent | 759ab64f72fb0f35290beebfeeba284dc9441b07 (diff) |
fxp now works on bigendian, add it to macppc.
Diffstat (limited to 'sys')
-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 fc20520a28d..dbfa4c9f7dd 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.33 2002/10/07 05:39:48 drahn Exp $g +# $OpenBSD: GENERIC,v 1.34 2002/10/20 15:36:13 drahn Exp $g # # PPC GENERIC config file # @@ -42,7 +42,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 5c650766ca5..c50b0d9ff81 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.18 2002/09/24 19:08:14 nate Exp $ +# $OpenBSD: RAMDISK,v 1.19 2002/10/20 15:36:13 drahn Exp $ # # PPC GENERIC config file # @@ -44,7 +44,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 |