diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-29 05:27:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-29 05:27:59 +0000 |
commit | 457ea1e1381d58099a027e8f8c6715bbe57da559 (patch) | |
tree | 06e297fb3edcc7753358f08da4f72a758e975f45 /sys | |
parent | 6a79a802afa920a42636021189403afcdc24de75 (diff) |
sync
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 4d267590613..f9db900eac5 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.103 1998/11/29 02:29:04 deraadt Exp + * OpenBSD: pcidevs,v 1.104 1998/11/29 05:27:44 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1194,6 +1194,8 @@ #define PCI_PRODUCT_VIATECH_VT82C586_PWR 0x3040 /* VT82C586 (Apollo VP) Power Management Controller */ #define PCI_PRODUCT_VIATECH_VT82C597AGP 0x8597 /* VT82C597 (Apollo VP3) PCI-AGP Bridge */ #define PCI_PRODUCT_VIATECH_VT82C598AGP 0x8598 /* VT82C598 (Apollo MVP3) PCI-AGP Bridge */ +#define PCI_PRODUCT_VIATECH_RHINE 0x3043 /* RHINE */ +#define PCI_PRODUCT_VIATECH_RHINEII 0x6100 /* RHINEII */ /* Vortex Computer Systems products */ #define PCI_PRODUCT_VORTEX_GDT_6000B 0x0001 /* GDT 6000b */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7968043645d..1e46e0b4756 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.103 1998/11/29 02:29:04 deraadt Exp + * OpenBSD: pcidevs,v 1.104 1998/11/29 05:27:44 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2775,6 +2775,18 @@ struct pci_knowndev pci_knowndevs[] = { "VT82C598 (Apollo MVP3) PCI-AGP Bridge", }, { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_RHINE, + 0, + "VIA Technologies", + "RHINE", + }, + { + PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_RHINEII, + 0, + "VIA Technologies", + "RHINEII", + }, + { PCI_VENDOR_VORTEX, PCI_PRODUCT_VORTEX_GDT_6000B, 0, "Vortex Computer Systems", |