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 vender IDs and product IDs:



details:   https://anonhg.NetBSD.org/src/rev/c9000dbda8f7
branches:  trunk
changeset: 538677:c9000dbda8f7
user:      kent <kent%NetBSD.org@localhost>
date:      Fri Oct 25 15:54:33 2002 +0000

description:
Add vender IDs and product IDs:
 - ENE CB1410 (http://mail-index.netbsd.org/tech-kern/2002/10/24/0038.html)
 - iCompression iTVC15

Correct ID of AMD PBC8111_AC.

diffstat:

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

diffs (55 lines):

diff -r a28627f0cfe4 -r c9000dbda8f7 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Fri Oct 25 14:29:37 2002 +0000
+++ b/sys/dev/pci/pcidevs       Fri Oct 25 15:54:33 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.477 2002/10/24 06:40:07 grant Exp $
+$NetBSD: pcidevs,v 1.478 2002/10/25 15:54:33 kent Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -547,6 +547,7 @@
 vendor BROADCOM                0x14e4  Broadcom Corporation
 vendor CONEXANT                0x14f1  Conexant Systems
 vendor DELTA           0x1500  Delta Electronics
+vendor ENE             0x1524  ENE Technology, Inc.
 vendor TERRATEC                0x153b  TerraTec Electronic
 vendor SOLIDUM         0x1588  Solidum Systems Corp.
 vendor GEOCAST         0x15a1  Geocast Network Systems
@@ -566,6 +567,7 @@
 vendor 3DLABS          0x3d3d  3D Labs
 vendor AVANCE2         0x4005  Avance Logic (2nd PCI Vendor ID)
 vendor ADDTRON         0x4033  Addtron Technology
+vender ICOMPRESSION    0x4444  Conexant (iCompression)
 vendor INDCOMPSRC      0x494f  Industrial Computer Source
 vendor NETVIN          0x4a14  NetVin
 vendor BUSLOGIC2       0x4b10  Buslogic (2nd PCI Vendor ID)
@@ -800,8 +802,8 @@
 product AMD PBC768_MD  0x7446  AMD768 AC97 Modem
 product AMD PBC768_PPB 0x7448  AMD768 PCI to PCI Bridge
 product AMD PBC768_USB 0x7449  AMD768 USB Controller
-product AMD PBC8111_AC 0x764d  AMD8111 AC97 Audio
 product AMD PBC8111_IDE        0x7469  AMD8111 IDE Controller
+product AMD PBC8111_AC 0x746d  AMD8111 AC97 Audio
 
 /* American Megatrends products */
 product AMI MEGARAID   0x9010  MegaRAID
@@ -1193,6 +1195,9 @@
 /* Emulex products */
 product EMULEX LPPFC   0x10df  \"Light Pulse\" FibreChannel adapter
 
+/* ENE Technology Inc. products */
+product        ENE CB1410      0x1410  CB1410 Cardbus Controller
+
 /* Ensoniq products */
 product ENSONIQ AUDIOPCI       0x5000  AudioPCI
 product ENSONIQ AUDIOPCI97     0x1371  AudioPCI 97
@@ -1308,6 +1313,9 @@
 product IBM 405GP      0x0156  PPC 405GP PCI Bridge
 product IBM MPIC2      0xffff  MPIC-II
 
+/* Conexant (iCompression, GlobeSpan) products */
+product ICOMPRESSION ITVC15    0x0803  iTVC15 MPEG2 codec
+
 /* IDT products */
 product IDT 77201      0x0001  77201/77211 ATM (\"NICStAR\")
 product IDT RC32334    0x0204  RC32334 System Controller



Home | Main Index | Thread Index | Old Index