diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
2 files changed, 20 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 51830f1b255..c44b3c21bff 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.1038 2006/03/11 02:08:58 marco Exp + * OpenBSD: pcidevs,v 1.1039 2006/03/12 21:02:34 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -851,7 +851,9 @@ #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 */ -#define PCI_PRODUCT_ATI_RS300_HB 0x5831 /* RS300 Host */ +#define PCI_PRODUCT_ATI_RS300_100_HB 0x5830 /* RS300_100 Host */ +#define PCI_PRODUCT_ATI_RS300_133_HB 0x5831 /* RS300_133 Host */ +#define PCI_PRODUCT_ATI_RS300_166_HB 0x5832 /* RS300_166 Host */ #define PCI_PRODUCT_ATI_RADEON_IGP9100_HB 0x5833 /* Radeon IGP 9100 Host */ #define PCI_PRODUCT_ATI_RADEON_IGP9100 0x5835 /* Radeon Mobility IGP 9100 */ #define PCI_PRODUCT_ATI_RADEON_IGP9100_AGP 0x5838 /* Radeon IGP 9100 AGP */ @@ -891,6 +893,7 @@ #define PCI_PRODUCT_ATI_RS200_PCI 0x7010 /* RS200 PCI */ #define PCI_PRODUCT_ATI_RS100_AGP 0xcab0 /* RS100 AGP */ #define PCI_PRODUCT_ATI_RS200_AGP 0xcab2 /* RS200 AGP */ +#define PCI_PRODUCT_ATI_RS250_AGP 0xcab3 /* RS250 AGP */ /* Applied Micro Circuits products */ #define PCI_PRODUCT_AMCIRCUITS_S5933 0x4750 /* S5933 PCI Matchmaker */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index a3d686b3793..36bfd0afede 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.1038 2006/03/11 02:08:58 marco Exp + * OpenBSD: pcidevs,v 1.1039 2006/03/12 21:02:34 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1955,8 +1955,16 @@ static const struct pci_known_product pci_known_products[] = { "Mach64 VV", }, { - PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS300_HB, - "RS300 Host", + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS300_100_HB, + "RS300_100 Host", + }, + { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS300_133_HB, + "RS300_133 Host", + }, + { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS300_166_HB, + "RS300_166 Host", }, { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_IGP9100_HB, @@ -2115,6 +2123,10 @@ static const struct pci_known_product pci_known_products[] = { "RS200 AGP", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS250_AGP, + "RS250 AGP", + }, + { PCI_VENDOR_AMCIRCUITS, PCI_PRODUCT_AMCIRCUITS_S5933, "S5933 PCI Matchmaker", }, |