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 some stuff I got between my fingers



details:   https://anonhg.NetBSD.org/src/rev/f13551acad57
branches:  trunk
changeset: 510029:f13551acad57
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu May 17 17:36:30 2001 +0000

description:
add some stuff I got between my fingers

diffstat:

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

diffs (27 lines):

diff -r 748a7de33c6f -r f13551acad57 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Thu May 17 17:35:13 2001 +0000
+++ b/sys/dev/pci/pcidevs       Thu May 17 17:36:30 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.321 2001/05/14 22:36:06 thorpej Exp $
+$NetBSD: pcidevs,v 1.322 2001/05/17 17:36:30 drochner Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1353,6 +1353,9 @@
 /* Newbridge / Tundra products */
 product NEWBRIDGE CA91CX42             0x0000  Universe VME bridge
 
+/* National Instruments products */
+product NATIONALINST MXI3      0x2c30  MXI-3 PCI extender
+
 /* National Semiconductor products */
 product NS DP83810     0x0001  DP83810 10/100 Ethernet
 product NS DP83815     0x0020  DP83815 10/100 Ethernet
@@ -1677,6 +1680,7 @@
 product TI     PCI1410         0xac50  PCI1410 PCI-CardBus Bridge
 product TI     PCI1420         0xac51  PCI1420 PCI-CardBus Bridge
 product TI     PCI1451         0xac52  PCI1451 PCI-CardBus Bridge
+product TI     PCI2040         0xac60  PCI2040 PCI-to-DSP Bridge
 
 /* Titan Electronics products */
 product TITAN PCI800H          0xa003  PCI-800H



Home | Main Index | Thread Index | Old Index