diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-01-09 21:29:39 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-01-09 21:29:39 +0000 |
commit | 1ec881247abf82f616946f39eccb8b38a256006e (patch) | |
tree | 33fa989641ae5438069f45260e824778da0d301e /sys/arch/macppc | |
parent | 5e93c11a7ecb635028c5d603d0705832317bf2df (diff) |
Disable an(4) on BE archs until it works.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 062708427c1..dcf6e03306d 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.123 2006/01/08 17:25:05 miod Exp $g +# $OpenBSD: GENERIC,v 1.124 2006/01/09 21:29:38 jsg Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -79,7 +79,7 @@ bge* at pci? # Broadcom BCM570x (aka Tigon3) ti* at pci? # Alteon Tigon 1Gb ethernet re* at pci? # Realtek 8169/8169S/8110S stge* at pci? # Sundance TC9021 GigE -an* at pci? # Cisco/Aironet +#an* at pci? # Cisco/Aironet atw* at pci? # ADMtek ADM8211 (802.11) wi* at pci? # WaveLAN IEEE 802.11DS ral* at pci? # Ralink RT2500 @@ -275,7 +275,7 @@ pcmcia* at cardslot? cbb* at pci? cardslot* at cbb? ep* at pcmcia? # PCMCIA based 3C5xx ethernet -an* at pcmcia? # Cisco/Aironet +#an* at pcmcia? # Cisco/Aironet wi* at pcmcia? # WaveLAN IEEE 802.11DS dc* at cardbus? # 21143, "tulip" clone ethernet #fxp* at cardbus? # Intel PRO/100 ethernet diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index e032ffa6fc1..bdcfb68ea37 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.59 2005/12/21 18:50:51 miod Exp $ +# $OpenBSD: RAMDISK,v 1.60 2006/01/09 21:29:38 jsg Exp $ # # PPC GENERIC config file # @@ -75,7 +75,7 @@ ti* at pci? # Alteon Tigon 1Gb ethernet re* at pci? # Realtek 8169/8169S/8110S rl* at pci? # Realtek 81[23]9 ethernet stge* at pci? # Sundance TC9021 GigE -an* at pci? # Cisco/Aironet 802.11DS +#an* at pci? # Cisco/Aironet 802.11DS wi* at pci? # WaveLAN IEEE 802.11DS vr* at pci? # VIA Rhine ethernet |