diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-15 00:48:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-15 00:48:58 +0000 |
commit | 2daffd4dc7ab028e6212a91ffcaf3517031761d4 (patch) | |
tree | 815a28f27a3dc6d5252315cb0007525aec284a99 /sys | |
parent | fd0d063635dd3befcc8c8b6b49d2a855c0c95d4c (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 9ab6a523eee..fa7e7b33a0b 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.56 1998/06/02 09:33:58 deraadt Exp + * OpenBSD: pcidevs,v 1.57 1998/06/15 00:48:41 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1044,7 +1044,8 @@ #define PCI_PRODUCT_VIATECH_VT82C505 0x0505 /* VT82C505 (Pluto) */ #define PCI_PRODUCT_VIATECH_VT82C561 0x0561 /* VT82C561 */ #define PCI_PRODUCT_VIATECH_VT82C576 0x0576 /* VT82C576 3V */ -#define PCI_PRODUCT_VIATECH_VT82C586 0x0586 /* VT82C586 (Apollo VP) PCI-ISA Bridge */ +#define PCI_PRODUCT_VIATECH_VT82C585 0x0585 /* VT82C585 (Apollo) PCI-ISA Bridge */ +#define PCI_PRODUCT_VIATECH_VT82C586 0x0586 /* VT82C586 (Apollo VP) PCI-ISA Bridge w/IDE */ #define PCI_PRODUCT_VIATECH_VT82C597PCI 0x0597 /* VT82C597 (Apollo VP3) Host-PCI Bridge */ #define PCI_PRODUCT_VIATECH_VT86C926 0x0926 /* VT86C926 Amazon PCI-Ethernet Controller */ #define PCI_PRODUCT_VIATECH_VT82C570M 0x1000 /* VT82C570M (Apollo) Host-PCI Bridge */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 9d3a6abb8bf..69e0ad41457 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.56 1998/06/02 09:33:58 deraadt Exp + * OpenBSD: pcidevs,v 1.57 1998/06/15 00:48:41 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2097,10 +2097,16 @@ struct pci_knowndev pci_knowndevs[] = { "VT82C576 3V", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT82C585, + 0, + "VIA Technologies", + "VT82C585 (Apollo) PCI-ISA Bridge", + }, + { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT82C586, 0, "VIA Technologies", - "VT82C586 (Apollo VP) PCI-ISA Bridge", + "VT82C586 (Apollo VP) PCI-ISA Bridge w/IDE", }, { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT82C597PCI, |