diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-04-23 19:25:50 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-04-23 19:25:50 +0000 |
commit | 12bbf0d4b62371e53f339d143342920f9b640406 (patch) | |
tree | 3f9314e1076555376e23a85100388a65a45e6c0d | |
parent | facbfd5911d7eada0a2d854b08d53f88f2084ce0 (diff) |
add the D-Link DRP32TXD CardBus id.
From FreeBSD
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 56930495319..cec7320659c 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1058 2006/04/18 18:10:30 brad Exp $ +$OpenBSD: pcidevs,v 1.1059 2006/04/23 19:25:49 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1288,6 +1288,7 @@ product DIAMOND VIPER 0x9001 Viper/PCI product DLINK 550TX 0x1002 550TX product DLINK 530TXPLUS 0x1300 530TX+ product DLINK DFE690TXD 0x1340 DFE-690TXD +product DLINK DRP32TXD 0x1561 DRP32TXD product DLINK DWL610 0x3300 DWL-610 product DLINK DGE550T 0x4000 DGE-550T product DLINK DGE528T 0x4300 DGE-528T |