diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-11-02 03:19:16 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-11-02 03:19:16 +0000 |
commit | a4e029b3f9712b404080aee8c7b61258741861cc (patch) | |
tree | 5cfd4b5f748ceba63933905aa7401a1e402cba84 | |
parent | 6f310ee239544802e42e2a984bac432479b1a8ba (diff) |
no CardBus here.
-rw-r--r-- | sys/dev/pci/if_ath_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ath_pci.c b/sys/dev/pci/if_ath_pci.c index c760144f632..0538b40fa62 100644 --- a/sys/dev/pci/if_ath_pci.c +++ b/sys/dev/pci/if_ath_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ath_pci.c,v 1.1 2004/11/02 02:45:37 reyk Exp $ */ +/* $OpenBSD: if_ath_pci.c,v 1.2 2004/11/02 03:19:15 brad Exp $ */ /* $NetBSD: if_ath_pci.c,v 1.7 2004/06/30 05:58:17 mycroft Exp $ */ /*- @@ -38,7 +38,7 @@ */ /* - * PCI/Cardbus front-end for the Atheros Wireless LAN controller driver. + * PCI front-end for the Atheros Wireless LAN controller driver. */ #include <sys/param.h> |