diff options
author | imp <imp@FreeBSD.org> | 2001-11-15 06:17:05 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-11-15 06:17:05 +0000 |
commit | 5a1c489cca7b985d2aac2d890c1b77cc83a44aa9 (patch) | |
tree | a2defa46a8116bfdfb639274501672939b97a52a /sys/dev | |
parent | 94c28882db53ff12113133ac418d34a28a30fa98 (diff) | |
download | FreeBSD-src-5a1c489cca7b985d2aac2d890c1b77cc83a44aa9.zip FreeBSD-src-5a1c489cca7b985d2aac2d890c1b77cc83a44aa9.tar.gz |
Fix comments about 'current' state of hardware/software
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/an/if_an.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index b13fa0b..ce8d224 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -53,7 +53,6 @@ * device and a PCMCIA to ISA or PCMCIA to PCI adapter card. There are * a couple of important differences though: * - * - Lucent doesn't currently offer a PCI card, however Aironet does * - Lucent ISA card looks to the host like a PCMCIA controller with * a PCMCIA WaveLAN card inserted. This means that even desktop * machines need to be configured with PCMCIA support in order to @@ -69,9 +68,7 @@ * programmed for PCMCIA operation), both Vpp1 and Vpp2 have to be * set to 5 volts. FreeBSD by default doesn't set the Vpp voltages, * which leaves the card in ISA/PCI mode, which prevents it from - * being activated as an PCMCIA device. Consequently, /sys/pccard/pccard.c - * has to be patched slightly in order to enable the Vpp voltages in - * order to make the Aironet PCMCIA cards work. + * being activated as an PCMCIA device. * * Note that some PCMCIA controller software packages for Windows NT * fail to set the voltages as well. |