regen - fix description of one Intel PRO/100 VM variant, as reported
by Lars Heidieker on current-users@
This commit is contained in:
parent
a4852d80fc
commit
a8cd2ca54c
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.572 2003/08/28 15:18:32 thorpej Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.573 2003/09/13 12:17:18 jdolecek Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.573 2003/08/28 15:17:54 thorpej Exp
|
||||
* NetBSD: pcidevs,v 1.574 2003/09/13 12:13:29 jdolecek Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1494,7 +1494,7 @@
|
|||
#define PCI_PRODUCT_INTEL_PRO_100_VE_4 0x103d /* PRO/100 VE (MOB) Network Controller */
|
||||
#define PCI_PRODUCT_INTEL_PRO_100_VM_5 0x103e /* PRO/100 VM (MOB) Network Controller */
|
||||
#define PCI_PRODUCT_INTEL_PRO_WL_2100 0x1043 /* PRO/Wireless LAN 2100 3B Mini PCI Adapter */
|
||||
#define PCI_PRODUCT_INTEL_PRO_100_VM_6 0x1050 /* PRO/100 VM Network Controller with 82562ET PHY */
|
||||
#define PCI_PRODUCT_INTEL_PRO_100_VM_6 0x1050 /* PRO/100 VM Network Controller with 82562ET/EZ PHY */
|
||||
#define PCI_PRODUCT_INTEL_PRO_100_M 0x1059 /* PRO/100 M Network Controller */
|
||||
#define PCI_PRODUCT_INTEL_82815_DC100_HUB 0x1100 /* 82815 Hub */
|
||||
#define PCI_PRODUCT_INTEL_82815_DC100_AGP 0x1101 /* 82815 AGP */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.570 2003/08/28 15:18:33 thorpej Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.571 2003/09/13 12:17:19 jdolecek Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.573 2003/08/28 15:17:54 thorpej Exp
|
||||
* NetBSD: pcidevs,v 1.574 2003/09/13 12:13:29 jdolecek Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -4105,7 +4105,7 @@ const struct pci_knowndev pci_knowndevs[] = {
|
|||
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VM_6,
|
||||
0,
|
||||
"Intel",
|
||||
"PRO/100 VM Network Controller with 82562ET PHY",
|
||||
"PRO/100 VM Network Controller with 82562ET/EZ PHY",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_M,
|
||||
|
|
Loading…
Reference in New Issue