diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-14 06:52:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-14 06:52:18 +0000 |
commit | ab3debc7db832e85a0d762fcfbb222589717f6a5 (patch) | |
tree | 3177441a1725fc0d75b4f90f0d6f7bc029a600cb /sys/dev/pci | |
parent | c5fc8388f0113157ebdc5cfa5e1c98a1930e73c6 (diff) |
sync
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 908956fa22f..8e2d1b9453a 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.149 1999/06/03 20:07:31 deraadt Exp + * OpenBSD: pcidevs,v 1.150 1999/06/14 06:50:22 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1187,6 +1187,7 @@ #define PCI_PRODUCT_SYMPHONY_82C103 0x0103 /* 82C103 */ #define PCI_PRODUCT_SYMPHONY_82C105 0x0105 /* 82C105 */ #define PCI_PRODUCT_SYMPHONY2_82C101 0x0001 /* 82C101 */ +#define PCI_PRODUCT_SYMPHONY_82C565 0x0565 /* 82C565 PCI-ISA */ /* Tekram Technology products (1st ID)*/ #define PCI_PRODUCT_TEKRAM_DC290 0xdc29 /* DC-290(M) */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 859ffdd1f92..d0418a46308 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.149 1999/06/03 20:07:31 deraadt Exp + * OpenBSD: pcidevs,v 1.150 1999/06/14 06:50:22 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2649,6 +2649,12 @@ struct pci_knowndev pci_knowndevs[] = { "82C101", }, { + PCI_VENDOR_SYMPHONY, PCI_PRODUCT_SYMPHONY_82C565, + 0, + "Symphony Labs", + "82C565 PCI-ISA", + }, + { PCI_VENDOR_TEKRAM, PCI_PRODUCT_TEKRAM_DC290, 0, "Tekram Technology (1st ID)", |