diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-07-14 00:55:55 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-07-14 00:55:55 +0000 |
commit | 05f6ed40e5ebf62a8adcf3cad688bca56e4cddbd (patch) | |
tree | cefd3f2002a9a764f36b790df72250dc6e487f64 /sys/dev | |
parent | f58e547073b4dc32cf1005f9e56fb0974d140d07 (diff) |
fix PCI ID for SysKonnect SK9Exx cards and add a PCI ID for some
unknown D-Link card.
Pointed out by jsg@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 3ed095c5f67..0ab8d83c16a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.890 2005/07/12 01:55:53 deraadt Exp $ +$OpenBSD: pcidevs,v 1.891 2005/07/14 00:55:54 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1137,6 +1137,7 @@ product DLINK DWL610 0x3300 DWL-610 product DLINK DGE550T 0x4000 DGE-550T product DLINK DGE528T 0x4300 DGE-528T product DLINK DGE560T 0x4b00 DGE-560T +product DLINK DGE560T_2 0x4b01 DGE-560T_2 product DLINK DGE530T 0x4c00 DGE-530T /* Distributed Processing Technology products */ @@ -2394,7 +2395,7 @@ product SCHNEIDERKOCH GE 0x4300 984x GE product SCHNEIDERKOCH SK9821v2 0x4320 SK-9821 v2.0 product SCHNEIDERKOCH SK9D21 0x4400 SK-9D21 product SCHNEIDERKOCH SK9Sxx 0x9000 SK-9Sxx -product SCHNEIDERKOCH SK9Exx 0x9300 SK-9Exx +product SCHNEIDERKOCH SK9Exx 0x9E00 SK-9Exx /* SGI products */ product SGI TIGON 0x0009 Tigon |