diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-24 18:34:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-24 18:34:30 +0000 |
commit | 2164a1d04c66c45f9d8bbd3a258b6d1b8ac232aa (patch) | |
tree | 1f31c383803d87968ee96d7aff042081efb10a90 /sys | |
parent | b3aefff70a44ea9ef15ab3b8228f07c44bbc68c1 (diff) |
sync
Diffstat (limited to 'sys')
-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 3e589e8c7d3..34e6351a29a 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.363 2001/01/24 11:06:24 deraadt Exp + * OpenBSD: pcidevs,v 1.364 2001/01/24 18:34:24 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -799,6 +799,7 @@ #define PCI_PRODUCT_ATI_MACH64_LI 0x4c49 /* Mach64 LI */ #define PCI_PRODUCT_ATI_MOBILITY_1 0x4c4d /* Mobility 1 */ #define PCI_PRODUCT_ATI_MACH64_LP 0x4c50 /* Mach64 LP */ +#define PCI_PRODUCT_ATI_RAGE_PM 0x4c52 /* Rage P/M */ #define PCI_PRODUCT_ATI_RAGE_FURY 0x5046 /* Rage Fury AGP4x */ #define PCI_PRODUCT_ATI_RAGE128_PK 0x5052 /* Rage 128 PK */ #define PCI_PRODUCT_ATI_RADEON_AIW 0x5144 /* AIW Radeon */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 687cd5eb699..3eefc0b0fe2 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.363 2001/01/24 11:06:24 deraadt Exp + * OpenBSD: pcidevs,v 1.364 2001/01/24 18:34:24 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1179,6 +1179,12 @@ struct pci_knowndev pci_knowndevs[] = { "Mach64 LP", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RAGE_PM, + 0, + "ATI", + "Rage P/M", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RAGE_FURY, 0, "ATI", |