diff options
author | 2012-07-07 18:58:15 +0000 | |
---|---|---|
committer | 2012-07-07 18:58:15 +0000 | |
commit | 3e966412689555e63d600c8080c1cfbcb5e05b08 (patch) | |
tree | bf31da53e9cde65b51a1384d1634ee0eda0c373d | |
parent | sync (diff) | |
download | wireguard-openbsd-3e966412689555e63d600c8080c1cfbcb5e05b08.tar.xz wireguard-openbsd-3e966412689555e63d600c8080c1cfbcb5e05b08.zip |
another netmos cardbus serial; espie owns it
-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 9ff52f6f462..6ef2044a4ad 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1649 2012/07/05 10:22:08 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1650 2012/07/07 18:58:15 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3971,6 +3971,7 @@ product NETGEAR GA620T 0x630a GA620T /* NetMos */ product NETMOS NM9805 0x9805 Nm9805 +product NETMOS NM9820 0x9820 Nm9820 product NETMOS NM9835 0x9835 Nm9835 product NETMOS NM9845 0x9845 Nm9845 product NETMOS NM9865 0x9865 Nm9865 |