This commit is contained in:
chs 2003-11-28 20:05:14 +00:00
parent 9bff23d0a5
commit 3bf428ce23
2 changed files with 40 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.592 2003/11/28 06:00:16 cube Exp $ */
/* $NetBSD: pcidevs.h,v 1.593 2003/11/28 20:05:14 chs Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.594 2003/11/28 05:59:41 cube Exp
* NetBSD: pcidevs,v 1.595 2003/11/28 20:04:16 chs Exp
*/
/*
@ -2403,6 +2403,9 @@
#define PCI_PRODUCT_TAMARACK_TC9021 0x1021 /* Tamarack TC9021 Gigabit Ethernet */
#define PCI_PRODUCT_TAMARACK_TC9021_ALT 0x9021 /* Tamarack TC9021 Gigabit Ethernet (alt ID) */
/* Tandem Computers */
#define PCI_PRODUCT_TANDEM_SERVERNETII 0x0005 /* ServerNet II VIA adapter */
/* Tekram Technology products (1st PCI Vendor ID) */
#define PCI_PRODUCT_TEKRAM_DC290 0xdc29 /* DC-290(M) */
@ -2511,10 +2514,13 @@
/* Triones Technologies products */
/* The 366 and 370 controllers have the same product ID */
#define PCI_PRODUCT_TRIONES_HPT366 0x0004 /* HPT366/370 IDE Controller */
#define PCI_PRODUCT_TRIONES_HPT372 0x0005 /* HPT372 IDE Controller */
#define PCI_PRODUCT_TRIONES_HPT343 0x0003 /* HPT343/345 IDE Controller */
#define PCI_PRODUCT_TRIONES_HPT366 0x0004 /* HPT366/370/372 IDE Controller */
#define PCI_PRODUCT_TRIONES_HPT372A 0x0005 /* HPT372A IDE Controller */
#define PCI_PRODUCT_TRIONES_HPT302 0x0006 /* HPT302 IDE Controller */
#define PCI_PRODUCT_TRIONES_HPT371 0x0007 /* HPT371 IDE Controller */
#define PCI_PRODUCT_TRIONES_HPT374 0x0008 /* HPT374 IDE Controller */
#define PCI_PRODUCT_TRIONES_HPT372N 0x0009 /* HPT372N IDE Controller */
/* TriTech Microelectronics products*/
#define PCI_PRODUCT_TRITECH_TR25202 0xfc02 /* Pyramid3D TR25202 */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.590 2003/11/28 06:00:16 cube Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.591 2003/11/28 20:05:14 chs Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.594 2003/11/28 05:59:41 cube Exp
* NetBSD: pcidevs,v 1.595 2003/11/28 20:04:16 chs Exp
*/
/*
@ -8559,6 +8559,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"Tamarack Microelectronics, Inc.",
"Tamarack TC9021 Gigabit Ethernet (alt ID)",
},
{
PCI_VENDOR_TANDEM, PCI_PRODUCT_TANDEM_SERVERNETII,
0,
"Tandem Computers",
"ServerNet II VIA adapter",
},
{
PCI_VENDOR_TEKRAM, PCI_PRODUCT_TEKRAM_DC290,
0,
@ -9099,17 +9105,23 @@ const struct pci_knowndev pci_knowndevs[] = {
"Trident Microsystems",
"CyberBlade",
},
{
PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT343,
0,
"Triones Technologies",
"HPT343/345 IDE Controller",
},
{
PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT366,
0,
"Triones Technologies",
"HPT366/370 IDE Controller",
"HPT366/370/372 IDE Controller",
},
{
PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT372,
PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT372A,
0,
"Triones Technologies",
"HPT372 IDE Controller",
"HPT372A IDE Controller",
},
{
PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT302,
@ -9117,12 +9129,24 @@ const struct pci_knowndev pci_knowndevs[] = {
"Triones Technologies",
"HPT302 IDE Controller",
},
{
PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT371,
0,
"Triones Technologies",
"HPT371 IDE Controller",
},
{
PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT374,
0,
"Triones Technologies",
"HPT374 IDE Controller",
},
{
PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT372N,
0,
"Triones Technologies",
"HPT372N IDE Controller",
},
{
PCI_VENDOR_TRITECH, PCI_PRODUCT_TRITECH_TR25202,
0,