diff options
author | 2001-07-06 17:22:07 +0000 | |
---|---|---|
committer | 2001-07-06 17:22:07 +0000 | |
commit | 501ce26e78dfda369e72f9b0a61a0959b0e60bb0 (patch) | |
tree | 32c6d1ab5ee98e6c7e175cc87f533e7672af1e60 | |
parent | o We use login.conf for passwd(1) variables now, not passwd.conf (diff) | |
download | wireguard-openbsd-501ce26e78dfda369e72f9b0a61a0959b0e60bb0.tar.xz wireguard-openbsd-501ce26e78dfda369e72f9b0a61a0959b0e60bb0.zip |
3com airconnect 3crwe777a
-rw-r--r-- | sys/dev/pci/if_wi_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_wi_pci.c b/sys/dev/pci/if_wi_pci.c index 12a9f23c260..66fabfdda17 100644 --- a/sys/dev/pci/if_wi_pci.c +++ b/sys/dev/pci/if_wi_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_pci.c,v 1.5 2001/06/23 01:54:48 millert Exp $ */ +/* $OpenBSD: if_wi_pci.c,v 1.6 2001/07/06 17:22:07 jason Exp $ */ /* * Copyright (c) 2001 Todd C. Miller <Todd.Miller@courtesan.com> @@ -128,6 +128,7 @@ static const struct wi_pci_product { { PCI_VENDOR_GLOBALSUN, PCI_PRODUCT_GLOBALSUN_GL24110P }, { PCI_VENDOR_GLOBALSUN, PCI_PRODUCT_GLOBALSUN_GL24110P02 }, { PCI_VENDOR_EUMITCOM, PCI_PRODUCT_EUMITCOM_WL11000P }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CRWE777A }, { 0, 0 } }; |