diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-08 19:34:48 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-08 19:34:48 +0000 |
commit | 471f68adc3a2ad63292a91358d5a250934a9f371 (patch) | |
tree | e79c5fc4263a4baa4204fafa38f08ae9d086ba6e /sys | |
parent | 15888f080172a090ff518e0857e1def2a3b5aa33 (diff) |
regen (add Symbios 1510 and 1510D)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index e2f3281769c..be59f4fe644 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.327 2000/09/28 18:57:07 aaron Exp + * OpenBSD: pcidevs,v 1.329 2000/10/08 19:34:08 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1336,6 +1336,8 @@ #define PCI_PRODUCT_SYMBIOS_895 0x000c /* 53c895 */ #define PCI_PRODUCT_SYMBIOS_895A 0x0012 /* 53c895A */ #define PCI_PRODUCT_SYMBIOS_896 0x000b /* 53c896 */ +#define PCI_PRODUCT_SYMBIOS_1510 0x0010 /* 53c1510 */ +#define PCI_PRODUCT_SYMBIOS_1510D 0x000a /* 53c1510D */ /* Packet Engines products */ #define PCI_PRODUCT_SYMBIOS_PE_GNIC 0x0702 /* Packet Engines G-NIC */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 2f3befe13b2..4c82ffc9911 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.327 2000/09/28 18:57:07 aaron Exp + * OpenBSD: pcidevs,v 1.329 2000/10/08 19:34:08 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3471,6 +3471,18 @@ struct pci_knowndev pci_knowndevs[] = { "53c896", }, { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_1510, + 0, + "Symbios Logic", + "53c1510", + }, + { + PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_1510D, + 0, + "Symbios Logic", + "53c1510D", + }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_PE_GNIC, 0, "Symbios Logic", |