Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci add Tandem ServerNet II and various HPT IDE cont...



details:   https://anonhg.NetBSD.org/src/rev/1e038aa421bb
branches:  trunk
changeset: 555795:1e038aa421bb
user:      chs <chs%NetBSD.org@localhost>
date:      Fri Nov 28 20:04:16 2003 +0000

description:
add Tandem ServerNet II and various HPT IDE controllers.

diffstat:

 sys/dev/pci/pcidevs |  14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 3fc83b2f5c72 -r 1e038aa421bb sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Fri Nov 28 19:03:03 2003 +0000
+++ b/sys/dev/pci/pcidevs       Fri Nov 28 20:04:16 2003 +0000
@@ -1,4 +1,4 @@
-$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 $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -2396,7 +2396,10 @@
 product TAMARACK       TC9021          0x1021  Tamarack TC9021 Gigabit Ethernet
 product TAMARACK       TC9021_ALT      0x9021  Tamarack TC9021 Gigabit Ethernet (alt ID)
 
-/* Tekram Technology products (1st PCI Vendor ID)*/
+/* Tandem Computers */
+product TANDEM SERVERNETII     0x0005  ServerNet II VIA adapter
+
+/* Tekram Technology products (1st PCI Vendor ID) */
 product TEKRAM DC290           0xdc29  DC-290(M)
 
 /* Tekram Technology products (2nd PCI Vendor ID) */
@@ -2504,10 +2507,13 @@
 
 /* Triones Technologies products */
 /* The 366 and 370 controllers have the same product ID */
-product TRIONES HPT366         0x0004  HPT366/370 IDE Controller
-product TRIONES HPT372         0x0005  HPT372 IDE Controller
+product TRIONES HPT343         0x0003  HPT343/345 IDE Controller
+product TRIONES HPT366         0x0004  HPT366/370/372 IDE Controller
+product TRIONES HPT372A                0x0005  HPT372A IDE Controller
 product TRIONES HPT302         0x0006  HPT302 IDE Controller
+product TRIONES HPT371         0x0007  HPT371 IDE Controller
 product TRIONES HPT374         0x0008  HPT374 IDE Controller
+product TRIONES HPT372N                0x0009  HPT372N IDE Controller
 
 /* TriTech Microelectronics products*/
 product TRITECH        TR25202         0xfc02  Pyramid3D TR25202



Home | Main Index | Thread Index | Old Index