diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2014-01-02 07:42:34 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2014-01-02 07:42:34 +0000 |
commit | f7ddf1721f7cd2268251ca0014ac49ed5d8571f7 (patch) | |
tree | c7748b0d600bf01198ab8263700e6d1f7f26e681 /sys/dev/pci/pcidevs | |
parent | 9cfb17f6fef764ad78060f0dd052291ff9ca99c3 (diff) |
add vendor and product
ok dlg@
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 061fb37c503..84096f517bd 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1703 2013/12/31 20:37:38 brad Exp $ +$OpenBSD: pcidevs,v 1.1704 2014/01/02 07:42:33 gilles Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -248,6 +248,7 @@ vendor CHELSIO 0x1425 Chelsio vendor EDIMAX 0x1432 Edimax vendor TAMARACK 0x143d Tamarack vendor WORKBIT 0x1145 Workbit +vendor SAMSUNG2 0x144d Samsung vendor ASKEY 0x144f Askey vendor AVERMEDIA 0x1461 Avermedia vendor MSI 0x1462 MSI @@ -5719,6 +5720,7 @@ product SAFENET SAFEXCEL 0x1141 SafeXcel /* Samsung products */ product SAMSUNG SWL2210P 0xa000 MagicLAN SWL-2210P +product SAMSUNG2 XP941 0xa800 XP941 /* Sangoma products */ product SANGOMA A10X 0x0300 A10x |