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/pcidevs.h | |
parent | 4b0b25e08f003cfbf27f4547afce4042203e4007 (diff) |
New sk device
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |