diff options
author | imp <imp@FreeBSD.org> | 2000-01-23 04:29:17 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-01-23 04:29:17 +0000 |
commit | 7ea182a93a1d7a3f489234a471db6df455a930f7 (patch) | |
tree | 10c23671e292c86cb95f35aaf2da9e4db236ea50 | |
parent | fc532071c99e6864f8a4d0f6c562aede12bb1971 (diff) | |
download | FreeBSD-src-7ea182a93a1d7a3f489234a471db6df455a930f7.zip FreeBSD-src-7ea182a93a1d7a3f489234a471db6df455a930f7.tar.gz |
Add the two wireless pccard nics.
-rw-r--r-- | sys/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index f3d09fd..805b002 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -182,13 +182,13 @@ device ep0 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. -#device wi0 +device wi0 # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. -# device an0 +device an0 # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device fe0 at isa? port 0x300 irq ? diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index f3d09fd..805b002 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -182,13 +182,13 @@ device ep0 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. -#device wi0 +device wi0 # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. -# device an0 +device an0 # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device fe0 at isa? port 0x300 irq ? |