diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 7 insertions, 11 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 19d8c4fd322..e068e3cec56 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.748 2004/07/18 03:52:43 deraadt Exp + * OpenBSD: pcidevs,v 1.749 2004/07/18 03:55:22 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1784,7 +1784,7 @@ #define PCI_PRODUCT_NVIDIA_NFORCE2_USB 0x0067 /* nForce2 USB */ #define PCI_PRODUCT_NVIDIA_NFORCE2_USB2 0x0068 /* nForce2 USB2 */ #define PCI_PRODUCT_NVIDIA_NFORCE2_ACA 0x006a /* nForce2 AC-97 Audio */ -#define PCI_PRODUCT_NVIDIA_NFORCE2_APU 0x006b /* nForce2 Audio Processing unit */ +#define PCI_PRODUCT_NVIDIA_NFORCE2_APU 0x006b /* nForce2 Audio */ #define PCI_PRODUCT_NVIDIA_NFORCE2_PPB 0x006c /* nForce2 PCI-PCI */ #define PCI_PRODUCT_NVIDIA_NFORCE2_PPB2 0x006d /* nForce2 PCI-PCI */ #define PCI_PRODUCT_NVIDIA_NFORCE2_FW 0x006e /* nForce2 FireWire */ @@ -1811,7 +1811,7 @@ #define PCI_PRODUCT_NVIDIA_GEFORCE2ULTRA 0x0152 /* GeForce2 Ultra */ #define PCI_PRODUCT_NVIDIA_QUADRO2PRO 0x0153 /* Quadro2 Pro */ #define PCI_PRODUCT_NVIDIA_GEFORCE4MX460 0x0170 /* GeForce4 MX 460 */ -#define PCI_PRODUCT_NVIDIA_GEFORCE4MX440 0x0171 /* GeForce4 MX 440 */ + Series WLANproduct NVIDIA GEFORCE4MX440 0x0171 GeForce4 MX 440 #define PCI_PRODUCT_NVIDIA_GEFORCE4MX420 0x0172 /* GeForce4 MX 420 */ #define PCI_PRODUCT_NVIDIA_GEFORCE4440GO 0x0174 /* GeForce4 440 Go */ #define PCI_PRODUCT_NVIDIA_GEFORCE4420GO 0x0175 /* GeForce4 420 Go */ @@ -2218,7 +2218,7 @@ #define PCI_PRODUCT_SYBA_4S 0x0786 /* 4S */ /* Symbol */ -#define PCI_PRODUCT_SYMBOL_LA41X3 0x0001 /* Spectrum24 LA41X3 Series WLAN */ +#define PCI_PRODUCT_SYMBOL_LA41X3 0x0001 /* Spectrum24 LA41X3 */ /* Symphony Labs products */ #define PCI_PRODUCT_SYMPHONY_82C101 0x0001 /* 82C101 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index a172c865fcb..0eafa55beaa 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.748 2004/07/18 03:52:43 deraadt Exp + * OpenBSD: pcidevs,v 1.749 2004/07/18 03:55:22 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4944,7 +4944,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_APU, - "nForce2 Audio Processing unit", + "nForce2 Audio", }, { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_PPB, @@ -5051,10 +5051,6 @@ static const struct pci_known_product pci_known_products[] = { "GeForce4 MX 460", }, { - PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE4MX440, - "GeForce4 MX 440", - }, - { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE4MX420, "GeForce4 MX 420", }, @@ -6376,7 +6372,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_SYMBOL, PCI_PRODUCT_SYMBOL_LA41X3, - "Spectrum24 LA41X3 Series WLAN", + "Spectrum24 LA41X3", }, { PCI_VENDOR_SYMPHONY, PCI_PRODUCT_SYMPHONY_82C101, |