diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-01-31 16:55:13 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-01-31 16:55:13 +0000 |
| commit | 7b9214f0b028ced3866b690f4b2234c8f1e47806 (patch) | |
| tree | 939db97c314b97e3d2bb8e11e7f8e10ec88e72cf /sys/dev/wi | |
| parent | cd65b21c06fedd952c80ecfaa41248ab65cd5169 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi')
| -rw-r--r-- | sys/dev/wi/if_wi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index f92639acc6a8..539a84927b71 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -227,6 +227,7 @@ static struct { } pci_ids[] = { {0x1638, 0x1100, "PRISM2STA PCI WaveLAN/IEEE 802.11"}, {0x1385, 0x4100, "Netgear MA301 PCI IEEE 802.11b"}, + {0x16ab, 0x1101, "GLPRISM2 PCI WaveLAN/IEEE 802.11"}, {0x16ab, 0x1102, "Linksys WDT11 PCI IEEE 802.11b"}, {0, 0, NULL} }; |
