diff options
author | 2001-02-20 03:52:05 +0000 | |
---|---|---|
committer | 2001-02-20 03:52:05 +0000 | |
commit | b8cfdc075f6d8c22dc2a146158ee9eb55bc43bc1 (patch) | |
tree | c87a3a954a48e37a4f9c93b1b34e9008c7a16684 | |
parent | Turn get_gmtoff into a macro for OSes with tm_gmtoff (like OpenBSD). (diff) | |
download | wireguard-openbsd-b8cfdc075f6d8c22dc2a146158ee9eb55bc43bc1.tar.xz wireguard-openbsd-b8cfdc075f6d8c22dc2a146158ee9eb55bc43bc1.zip |
Dlink 530TX+
-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 0a63ca20f5e..c069f49c104 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.366 2001/02/18 18:20:41 deraadt Exp $ + $OpenBSD: pcidevs,v 1.367 2001/02/20 03:52:05 jason Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -974,6 +974,7 @@ product DELL PERC_3SI 0x0003 PERC 3/Si /* D-Link products */ product DLINK 550TX 0x1002 550TX +product DLINK 530TXPLUS 0x1300 530TX+ /* Davicom Technologies */ product DAVICOM DM9100 0x9100 DM9100 |