diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2001-04-11 04:08:14 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2001-04-11 04:08:14 +0000 |
commit | faafb34f287468d331ce24209cfd4ae92c4dba30 (patch) | |
tree | 0c2d1de1da4b1e6be1e89f172480c2e499fdcea7 /sys/dev/pci/pcidevs_data.h | |
parent | 2a54925df72bfbe2a64fb3ef042dc8cb7babcf4b (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
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", }, |