diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-11-16 01:06:15 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-11-16 01:06:15 +0000 |
commit | 9cd7fd277caaa68895f160d5701d6ea19f301ebb (patch) | |
tree | 1e81d5dc01ea67bc5c0cf16b370176fec466fb32 /sys/dev/pci | |
parent | 4b0b25e08f003cfbf27f4547afce4042203e4007 (diff) |
New sk device
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 2304207cf13..a76293c1621 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.562 2002/11/13 20:21:51 mickey Exp $ + $OpenBSD: pcidevs,v 1.563 2002/11/16 01:05:35 nate Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2031,6 +2031,7 @@ product S3 SONICVIBES 0xca00 SonicVibes /* Schneider & Koch (SysKonnect) */ product SCHNEIDERKOCH GE 0x4300 984x GE +product SCHNEIDERKOCH SK9821v2 0x4320 SK-9821 v2.0 product SCHNEIDERKOCH SK9D21 0x4400 SK-9D21 /* SGI products */ diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index cd9651d730f..90591166ad9 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.562 2002/11/13 20:21:51 mickey Exp + * OpenBSD: pcidevs,v 1.563 2002/11/16 01:05:35 nate Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2036,6 +2036,7 @@ /* Schneider & Koch (SysKonnect) */ #define PCI_PRODUCT_SCHNEIDERKOCH_GE 0x4300 /* 984x GE */ +#define PCI_PRODUCT_SCHNEIDERKOCH_SK9821v2 0x4320 /* SK-9821 v2.0 */ #define PCI_PRODUCT_SCHNEIDERKOCH_SK9D21 0x4400 /* SK-9D21 */ /* SGI products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 67626553fbe..47cb88b2e60 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.562 2002/11/13 20:21:51 mickey Exp + * OpenBSD: pcidevs,v 1.563 2002/11/16 01:05:35 nate Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4607,6 +4607,10 @@ static const struct pci_known_product pci_known_products[] = { "984x GE", }, { + PCI_VENDOR_SCHNEIDERKOCH, PCI_PRODUCT_SCHNEIDERKOCH_SK9821v2, + "SK-9821 v2.0", + }, + { PCI_VENDOR_SCHNEIDERKOCH, PCI_PRODUCT_SCHNEIDERKOCH_SK9D21, "SK-9D21", }, |