diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-04-08 17:02:45 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-04-08 17:02:45 +0000 |
commit | 28366b0ba40152718ec9300a40dd36dd80354a65 (patch) | |
tree | 97420de57812e3c83ea58e3097a691bc3a785524 | |
parent | 1c6e01df4bc307e267c1aae733c0c80ed837f879 (diff) |
wi* at pci* works with PLX pci adapters.
Note: true pcmcia bridges are not currently supported.
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index bd3e8dc2ba7..7febcd75f87 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.21 2002/04/05 15:40:41 drahn Exp $g +# $OpenBSD: GENERIC,v 1.22 2002/04/08 17:02:44 drahn Exp $g # # PPC GENERIC config file # @@ -63,6 +63,7 @@ gem* at pci? disable dev ? function ? # GMAC ethernet hme* at pci? dev ? function ? # HME ethernet dc* at pci? dev ? function ? # DEC Tulip 21143 clones an* at pci? dev ? function ? # Cisco/Aironet +wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS iop* at pci? dev ? function ? # I2O processor ioprbs* at iop? tid ? # I2O arrays iopsp* at iop? tid ? # I2O SCSI pass-through diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index d4bb6e7c2da..3bf234d82f6 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.10 2002/04/05 15:40:41 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.11 2002/04/08 17:02:44 drahn Exp $ # # PPC GENERIC config file # @@ -63,6 +63,7 @@ gm* at pci? dev ? function ? # GMAC ethernet hme* at pci? dev ? function ? # HME ethernet dc* at pci? dev ? function ? # DEC Tulip 21143 clones an* at pci? dev ? function ? # Cisco/Aironet 802.11DS +wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS # how many of these are needed? dcphy* at mii? phy ? # Digital Clone PHYs |