diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2006-04-05 14:29:48 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2006-04-05 14:29:48 +0000 |
commit | 8f786e7b3a07b03ec90f291318352bca35f40a76 (patch) | |
tree | 3a8e7a9943d16ac911e7a9cf2c8d69a484d42a48 /sys/arch/macppc/conf | |
parent | be136bddef0fc3ee162785a3fd5135080a881b7f (diff) |
Enable an(4) on BE archs now that it works.
Diffstat (limited to 'sys/arch/macppc/conf')
-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 0d53e1608bd..25752db8d03 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.130 2006/04/04 23:27:20 martin Exp $g +# $OpenBSD: GENERIC,v 1.131 2006/04/05 14:29:47 kurt 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/RT2501/RT2600 @@ -277,7 +277,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 1d26848fe8d..47a37f32897 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.61 2006/02/28 18:45:54 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.62 2006/04/05 14:29:47 kurt Exp $ # # PPC GENERIC config file # @@ -76,7 +76,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 |