diff options
| author | bouyer <bouyer@NetBSD.org> | 2008-10-15 18:31:16 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2008-10-15 18:31:16 +0000 |
| commit | 2a95f206c236fbb4c5df471a91d67f4d09bcf709 (patch) | |
| tree | 0497ae4cb4c9b4024e7f0241128275fc38702c7e /sys/dev/pci | |
| parent | dd0d5e5a642e8be3bc1e55105609661913db89e8 (diff) | |
Regen: fix entry description.
Diffstat (limited to 'sys/dev/pci')
| -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 27d33819504..37a5b9f9740 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.962 2008/10/15 17:34:51 bouyer Exp $ */ +/* $NetBSD: pcidevs.h,v 1.963 2008/10/15 18:31:16 bouyer Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.961 2008/10/15 17:32:04 bouyer Exp + * NetBSD: pcidevs,v 1.962 2008/10/15 18:30:29 bouyer Exp */ /* @@ -2209,7 +2209,7 @@ #define PCI_PRODUCT_INTEL_80K3LAN_SDS_SPT 0x10bb /* i80003 Gigabit Ethernet (SERDES) */ #define PCI_PRODUCT_INTEL_82571GB_QUAD_COPPER 0x10bc /* i82571GB quad 1000baseT Ethernet */ #define PCI_PRODUCT_INTEL_82801I_IGP_AMT 0x10bd /* 82801I (AMT) LAN Controller */ -#define PCI_PRODUCT_INTEL_82801I_IGP_M 0x10bf /* 82801I mobile LAN controllerWWWW */ +#define PCI_PRODUCT_INTEL_82801I_IGP_M 0x10bf /* 82801I mobile LAN controller */ #define PCI_PRODUCT_INTEL_82801I_IFE 0x10c0 /* 82801I LAN Controller */ #define PCI_PRODUCT_INTEL_82801I_IFE_G 0x10c2 /* 82801I (G) LAN Controller */ #define PCI_PRODUCT_INTEL_82801I_IFE_GT 0x10c3 /* 82801I (GT) LAN Controller */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 968388ba543..dd122c286e3 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.961 2008/10/15 17:34:52 bouyer Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.962 2008/10/15 18:31:16 bouyer Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.961 2008/10/15 17:32:04 bouyer Exp + * NetBSD: pcidevs,v 1.962 2008/10/15 18:30:29 bouyer Exp */ /* @@ -7665,7 +7665,7 @@ static const struct pci_product pci_products[] = { }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_IGP_M, - "82801I mobile LAN controllerWWWW", + "82801I mobile LAN controller", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_IFE, |
