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 Titan Electronics Inc vendor ID (from linux)...



details:   https://anonhg.NetBSD.org/src/rev/1dba6889729f
branches:  trunk
changeset: 507098:1dba6889729f
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Mar 13 17:21:16 2001 +0000

description:
Add Titan Electronics Inc vendor ID (from linux) and Titan VS-800H
product.

diffstat:

 sys/dev/pci/pcidevs |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 2e41ef882568 -r 1dba6889729f sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Tue Mar 13 16:31:29 2001 +0000
+++ b/sys/dev/pci/pcidevs       Tue Mar 13 17:21:16 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.307 2001/03/07 01:42:37 matt Exp $
+$NetBSD: pcidevs,v 1.308 2001/03/13 17:21:16 bouyer Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -528,6 +528,7 @@
 vendor AVERMEDIA       0x1461  Avermedia Technologies
 vendor AIRONET         0x14b9  Aironet Wireless Communications
 vendor COMPAL          0x14c0  COMPAL Electronics, Inc.
+vendor TITAN           0x14d2  Titan Electronics, Inc.
 vendor INVERTEX                0x14e1  Invertex
 vendor CONEXANT                0x14f1  Conexant Systems
 vendor DELTA           0x1500  Delta Electronics
@@ -1655,6 +1656,9 @@
 product TI     PCI1420         0xac51  PCI1420 PCI-CardBus Bridge
 product TI     PCI1451         0xac52  PCI1451 PCI-CardBus Bridge
 
+/* Titan Electronics products */
+product TITAN PCI800H          0xa003  PCI-800H
+
 /* Toshiba America products */
 product TOSHIBA R4X00          0x0009  R4x00 Host-PCI Bridge
 product TOSHIBA TC35856F       0x0020  TC35856F ATM (\"Meteor\")



Home | Main Index | Thread Index | Old Index