diff options
| author | grant <grant@NetBSD.org> | 2005-07-30 01:14:51 +0000 |
|---|---|---|
| committer | grant <grant@NetBSD.org> | 2005-07-30 01:14:51 +0000 |
| commit | 7dab65d6685eb51c23f2b1bb792a1259950298cd (patch) | |
| tree | ef10954515265de5a19a37b4b6ff48b4e0b462ae /sys/dev | |
| parent | d48996a15ad19800794f7fe3ce230a055a380b34 (diff) | |
regen
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 3a88ed90d87..44ae07d5cbf 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.730 2005/07/30 01:13:23 grant Exp $ */ +/* $NetBSD: pcidevs.h,v 1.731 2005/07/30 01:14:51 grant Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.728 2005/07/30 01:12:59 grant Exp + * NetBSD: pcidevs,v 1.729 2005/07/30 01:14:38 grant Exp */ /* @@ -1087,7 +1087,7 @@ #define PCI_PRODUCT_ATI_RS300_HB 0x5833 /* RS300 Host Bridge */ #define PCI_PRODUCT_ATI_RADEON_9100_IGP 0x5834 /* Radeon 9100 IGP */ #define PCI_PRODUCT_ATI_RS300_AGP 0x5838 /* RS300 AGP Interface */ -#define PCI_PRODUCT_ATI_RADEON_9200_PRO_S 0x5940 /* Radeon 9200 Pro - Secondary */ +#define PCI_PRODUCT_ATI_RADEON_9200_PRO_S 0x5940 /* Radeon 9200 Pro Secondary */ #define PCI_PRODUCT_ATI_RADEON_9200_PRO 0x5960 /* Radeon 9200 Pro */ #define PCI_PRODUCT_ATI_RADEON_9200 0x5961 /* Radeon 9200 */ #define PCI_PRODUCT_ATI_RADEON_9200_2 0x5962 /* Radeon 9200 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index ff9834d1e06..c3785511371 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.728 2005/07/30 01:13:23 grant Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.729 2005/07/30 01:14:51 grant Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.728 2005/07/30 01:12:59 grant Exp + * NetBSD: pcidevs,v 1.729 2005/07/30 01:14:38 grant Exp */ /* @@ -3917,7 +3917,7 @@ static const struct pci_product pci_products[] = { }, { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_9200_PRO_S, - "Radeon 9200 Pro - Secondary", + "Radeon 9200 Pro Secondary", }, { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_9200_PRO, |
