This commit is contained in:
fredb 2005-01-23 03:07:05 +00:00
parent 18c05962e3
commit 53c21c67e7
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.687 2005/01/18 06:24:18 tsubai Exp $ */
/* $NetBSD: pcidevs.h,v 1.688 2005/01/23 03:07:05 fredb Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.686 2005/01/18 06:23:01 tsubai Exp
* NetBSD: pcidevs,v 1.687 2005/01/23 03:06:07 fredb Exp
*/
/*
@ -1506,6 +1506,7 @@
#define PCI_PRODUCT_GALILEO_GT64011 0x4146 /* GT-64011 System Controller */
#define PCI_PRODUCT_GALILEO_SKNET 0x4320 /* SK-NET Gigabit Ethernet */
#define PCI_PRODUCT_GALILEO_GT64120 0x4620 /* GT-64120 System Controller */
#define PCI_PRODUCT_GALILEO_BELKIN 0x5005 /* Belkin Gigabit Ethernet */
#define PCI_PRODUCT_GALILEO_GT64130 0x6320 /* GT-64130 System Controller */
#define PCI_PRODUCT_GALILEO_GT64260 0x6430 /* GT-64260 System Controller */
#define PCI_PRODUCT_GALILEO_GT64360 0x6460 /* MV6436x System Controller */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.685 2005/01/18 06:24:18 tsubai Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.686 2005/01/23 03:07:05 fredb Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.686 2005/01/18 06:23:01 tsubai Exp
* NetBSD: pcidevs,v 1.687 2005/01/23 03:06:07 fredb Exp
*/
/*
@ -5055,6 +5055,10 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_GT64120,
"GT-64120 System Controller",
},
{
PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_BELKIN,
"Belkin Gigabit Ethernet",
},
{
PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_GT64130,
"GT-64130 System Controller",
@ -9992,4 +9996,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1919;
const int pci_nproducts = 1920;