diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-09-16 00:32:42 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-09-16 00:32:42 +0000 |
commit | dc3f896569f53d964a5e3ae960063e5aec5125b6 (patch) | |
tree | 071f4a3c00dd17ff53966c20d0d7596fcfc0403f /sys/dev/pci/pcidevs.h | |
parent | 89877886429c63a20b17e8eb8c4257dd8fdf59ee (diff) |
Sync (siop device changes).
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 4ebfaa88fbb..4eee96e7f8f 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.545 2002/09/14 22:46:07 mickey Exp + * OpenBSD: pcidevs,v 1.546 2002/09/16 00:27:35 krw Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1764,7 +1764,8 @@ #define PCI_PRODUCT_SYMBIOS_875 0x000f /* 53c875 */ #define PCI_PRODUCT_SYMBIOS_1510 0x0010 /* 53c1510 */ #define PCI_PRODUCT_SYMBIOS_895A 0x0012 /* 53c895A */ -#define PCI_PRODUCT_SYMBIOS_1010 0x0020 /* 53c1010 */ +#define PCI_PRODUCT_SYMBIOS_1010 0x0020 /* 53c1010-33 */ +#define PCI_PRODUCT_SYMBIOS_1010_2 0x0021 /* 53c1010-66 */ #define PCI_PRODUCT_SYMBIOS_875J 0x008f /* 53c875J */ /* Packet Engines products */ |