Source-Changes-HG archive

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

[src/netbsd-2]: src/sys/dev/pci Pull up following revision(s) (requested by h...



details:   https://anonhg.NetBSD.org/src/rev/0d4048af44fc
branches:  netbsd-2
changeset: 564431:0d4048af44fc
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Mar 17 17:22:06 2006 +0000

description:
Pull up following revision(s) (requested by hw in ticket #10364):
        sys/dev/pci/pcidevs: revision 1.774
Add vendor code for Nortel and Baystack 21 id.  Part of info
submitted in PR#33044.

diffstat:

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

diffs (27 lines):

diff -r ab5b91301f45 -r 0d4048af44fc sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Fri Mar 17 17:18:27 2006 +0000
+++ b/sys/dev/pci/pcidevs       Fri Mar 17 17:22:06 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.615.2.17.2.14 2005/12/01 22:16:38 tron Exp $
+$NetBSD: pcidevs,v 1.615.2.17.2.15 2006/03/17 17:22:06 riz Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -511,6 +511,7 @@
 vendor AURORA          0x125c  Aurora Technologies
 vendor ESSTECH         0x125d  ESS Technology, Inc.
 vendor INTERSIL                0x1260  Intersil
+vendor NORTEL          0x126c  Nortel Networks (Northern Telecom)
 vendor SILMOTION       0x126f  Silicon Motion, Inc.
 vendor ENSONIQ         0x1274  Ensoniq
 vendor NETAPP          0x1275  Network Appliance
@@ -2059,6 +2060,9 @@
 /* NKK products */
 product NKK NDR4600    0xa001  NDR4600 Host-PCI Bridge
 
+/* Nortel products */
+product NORTEL BAYSTACK_21     0x1211  Baystack 21 (Accton MPX EN5038)
+
 /* Number Nine products */
 product NUMBER9 I128   0x2309  Imagine-128
 product NUMBER9 I128_2 0x2339  Imagine-128 II



Home | Main Index | Thread Index | Old Index