diff options
author | fenner <fenner@FreeBSD.org> | 2002-07-27 21:28:40 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2002-07-27 21:28:40 +0000 |
commit | 4aba2e0f628f5731cd71b8cdd112228beb658f58 (patch) | |
tree | dfe5dc929bcbf5b983de9c2835da873252c91cd3 /sys/dev/an | |
parent | ec0fc832dd0d8bf0914c118c6158d177aae0a5fb (diff) | |
download | FreeBSD-src-4aba2e0f628f5731cd71b8cdd112228beb658f58.zip FreeBSD-src-4aba2e0f628f5731cd71b8cdd112228beb658f58.tar.gz |
Fix location and name of if_an_pci.c in comment.
Diffstat (limited to 'sys/dev/an')
-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 069a82b..7f06976 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. |