summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorChris Cappuccio <chris@cvs.openbsd.org>2001-04-11 04:08:14 +0000
committerChris Cappuccio <chris@cvs.openbsd.org>2001-04-11 04:08:14 +0000
commitfaafb34f287468d331ce24209cfd4ae92c4dba30 (patch)
tree0c2d1de1da4b1e6be1e89f172480c2e499fdcea7 /sys/dev
parent2a54925df72bfbe2a64fb3ef042dc8cb7babcf4b (diff)
sync
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 4917ebb3c28..07e3f24fb10 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.386 2001/04/11 01:57:16 chris Exp
+ * OpenBSD: pcidevs,v 1.387 2001/04/11 04:07:27 chris Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -816,7 +816,7 @@
#define PCI_PRODUCT_ATI_RAGE128_SK 0x534b /* Rage 128 SK */
#define PCI_PRODUCT_ATI_RAGE128_SL 0x534c /* Rage 128 SL */
#define PCI_PRODUCT_ATI_RAGE128_SM 0x534d /* Rage 128 SM */
-prodcut ATI RAGE128 0x534e Rage 128
+#define PCI_PRODUCT_ATI_RAGE128 0x534e /* Rage 128 */
#define PCI_PRODUCT_ATI_MACH64_VT 0x5654 /* Mach64 VT */
#define PCI_PRODUCT_ATI_MACH64_VU 0x5655 /* Mach64 VU */
#define PCI_PRODUCT_ATI_MACH64_VV 0x5656 /* Mach64 VV */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index ccab324f935..4858bb2f095 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.386 2001/04/11 01:57:16 chris Exp
+ * OpenBSD: pcidevs,v 1.387 2001/04/11 04:07:27 chris Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -855,6 +855,10 @@ static const struct pci_known_product pci_known_products[] = {
"Rage 128 SM",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RAGE128,
+ "Rage 128",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_MACH64_VT,
"Mach64 VT",
},