diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-03-07 15:57:41 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-03-07 15:57:41 +0000 |
commit | 20b42ea0d413dd8878f65059815c24105eba1d31 (patch) | |
tree | a1d9925c5cf38eed1c2a6ff70e1d37c2cacd3c61 /sys | |
parent | 2fdc4e09b6df871b95554bbf03e74187505a7962 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 744a723f3aa..c1b6e9cdd26 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.840 2005/03/07 13:28:26 deraadt Exp + * OpenBSD: pcidevs,v 1.841 2005/03/07 15:56:34 xsa Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2056,6 +2056,7 @@ #define PCI_PRODUCT_NVIDIA_GEFORCEFX5600 0x0312 /* GeForce FX 5600 */ #define PCI_PRODUCT_NVIDIA_GEFORCEFX5200 0x0322 /* GeForce FX 5200 */ #define PCI_PRODUCT_NVIDIA_GEFORCEFXGO5200 0x0324 /* GeForce FX Go 5200 */ +#define PCI_PRODUCT_NVIDIA_GEFORCEFXGO5200_2 0x0329 /* GeForce FX Go 5200 */ #define PCI_PRODUCT_NVIDIA_GEFORCEFX5700LE 0x0343 /* GeForce FX 5700LE */ /* Oak Technologies products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7a51cf921a2..f479ca5ac81 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.840 2005/03/07 13:28:26 deraadt Exp + * OpenBSD: pcidevs,v 1.841 2005/03/07 15:56:34 xsa Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5891,6 +5891,10 @@ static const struct pci_known_product pci_known_products[] = { "GeForce FX Go 5200", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEFXGO5200_2, + "GeForce FX Go 5200", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEFX5700LE, "GeForce FX 5700LE", }, |