diff options
| author | bouyer <bouyer@NetBSD.org> | 2007-04-29 20:31:23 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2007-04-29 20:31:23 +0000 |
| commit | 91dbb3bbf7a4c84383a5362502824cf0f764d2b5 (patch) | |
| tree | 63a08453ad17bafd87f4cd3409ed420b569def0f /sys/dev | |
| parent | a9e36fb20c4d592d07c710132aafabe2ac3c10ef (diff) | |
Regen: add Intel i82801H IFE G/GT LAN Controller
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 15 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index cabb284f955..8ef17a25ffa 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.875 2007/03/27 12:42:31 pooka Exp $ */ +/* $NetBSD: pcidevs.h,v 1.876 2007/04/29 20:31:23 bouyer Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.875 2007/03/27 12:41:39 pooka Exp + * NetBSD: pcidevs,v 1.876 2007/04/29 20:29:53 bouyer Exp */ /* @@ -2033,6 +2033,8 @@ #define PCI_PRODUCT_INTEL_82572EI 0x10b9 /* i82572EI 1000baseT Ethernet */ #define PCI_PRODUCT_INTEL_80K3LAN_CPR_SPT 0x10ba /* i80003 1000baseT Ethernet */ #define PCI_PRODUCT_INTEL_80K3LAN_SDS_SPT 0x10bb /* i80003 Gigabit Ethernet (SERDES) */ +#define PCI_PRODUCT_INTEL_82801H_IFE_GT 0x10c4 /* Intel i82801H IFE (GT) LAN Controller */ +#define PCI_PRODUCT_INTEL_82801H_IFE_G 0x10c5 /* Intel i82801H IFE (G) LAN Controller */ #define PCI_PRODUCT_INTEL_82815_DC100_HUB 0x1100 /* 82815 Hub */ #define PCI_PRODUCT_INTEL_82815_DC100_AGP 0x1101 /* 82815 AGP */ #define PCI_PRODUCT_INTEL_82815_DC100_GRAPH 0x1102 /* 82815 Graphics */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index fa6be6d8462..ec2919d7b1a 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.874 2007/03/27 12:42:31 pooka Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.875 2007/04/29 20:31:24 bouyer Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.875 2007/03/27 12:41:39 pooka Exp + * NetBSD: pcidevs,v 1.876 2007/04/29 20:29:53 bouyer Exp */ /* @@ -7000,6 +7000,14 @@ static const struct pci_product pci_products[] = { "i80003 Gigabit Ethernet (SERDES)", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_IFE_GT, + "Intel i82801H IFE (GT) LAN Controller", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_IFE_G, + "Intel i82801H IFE (G) LAN Controller", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82815_DC100_HUB, "82815 Hub", }, @@ -12844,4 +12852,4 @@ static const struct pci_product pci_products[] = { "Video Controller", }, }; -const int pci_nproducts = 2617; +const int pci_nproducts = 2619; |
