diff options
| author | Bill Fenner <fenner@FreeBSD.org> | 2002-07-27 21:28:40 +0000 |
|---|---|---|
| committer | Bill Fenner <fenner@FreeBSD.org> | 2002-07-27 21:28:40 +0000 |
| commit | 11ae409d07113d8d2907cb3d2fce26c6aa3c038c (patch) | |
| tree | dfe5dc929bcbf5b983de9c2835da873252c91cd3 /sys/dev | |
| parent | 2d1c9e0f704a0f4933d549c40679d5b59b1c1a79 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/an/if_an.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index 069a82b24575..7f06976f07a8 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -43,7 +43,7 @@ /* * The Aironet 4500/4800 series cards come in PCMCIA, ISA and PCI form. * This driver supports all three device types (PCI devices are supported - * through an extra PCI shim: /sys/pci/if_an_p.c). ISA devices can be + * through an extra PCI shim: /sys/dev/an/if_an_pci.c). ISA devices can be * supported either using hard-coded IO port/IRQ settings or via Plug * and Play. The 4500 series devices support 1Mbps and 2Mbps data rates. * The 4800 devices support 1, 2, 5.5 and 11Mbps rates. |
