diff options
author | 2013-01-16 03:33:14 +0000 | |
---|---|---|
committer | 2013-01-16 03:33:14 +0000 | |
commit | 96882b3bcc8bc5ea8b1be3023f79d874d570ea26 (patch) | |
tree | 61b4017638b092f3314edb4fb5c9e06533a23bbd /sys/dev | |
parent | Keep a count of packets added to the chip's TX queue and only poke the chip (diff) | |
download | wireguard-openbsd-96882b3bcc8bc5ea8b1be3023f79d874d570ea26.tar.xz wireguard-openbsd-96882b3bcc8bc5ea8b1be3023f79d874d570ea26.zip |
Add D-Link DFE-520TX C1
Diffstat (limited to 'sys/dev')
-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 8a18fc41478..bb3ad1415ef 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1664 2013/01/02 05:45:41 jsg Exp $ +$OpenBSD: pcidevs,v 1.1665 2013/01/16 03:33:14 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2065,6 +2065,7 @@ product DLINK DRP32TXD 0x1561 DRP32TXD product DLINK DWL610 0x3300 DWL-610 product DLINK DGE550T 0x4000 DGE-550T product DLINK DGE550SX 0x4001 DGE-550SX +product DLINK DFE520TX_C1 0x4200 DFE-520TX C1 product DLINK DGE528T 0x4300 DGE-528T product DLINK DGE530T_C1 0x4302 DGE-530T C1 product DLINK DGE560T 0x4b00 DGE-560T |