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 a couple of bridge devices.



details:   https://anonhg.NetBSD.org/src/rev/d93c1a59f28c
branches:  trunk
changeset: 534576:d93c1a59f28c
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Jul 29 20:08:25 2002 +0000

description:
Add a couple of bridge devices.

diffstat:

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

diffs (25 lines):

diff -r 949d099d2ddb -r d93c1a59f28c sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon Jul 29 18:42:27 2002 +0000
+++ b/sys/dev/pci/pcidevs       Mon Jul 29 20:08:25 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.455 2002/07/26 10:14:00 onoe Exp $
+$NetBSD: pcidevs,v 1.456 2002/07/29 20:08:25 augustss Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1270,6 +1270,7 @@
 
 /* HiNT products */
 product HINT HB1       0x0021  HB1 PCI-PCI Bridge
+product HINT HB4       0x0022  HB4 PCI-PCI Bridge
 
 /* IBM products */
 product IBM MCABRIDGE  0x0002  MCA Bridge
@@ -1749,6 +1750,7 @@
 
 /* PLX Technology products */
 product PLX 9060ES     0x906e  9060ES PCI bus controller
+product PLX 9656       0x9656  9656 I/O Accelerator
 
 /* Powerhouse Systems products */
 product        POWERHOUSE POWERTOP     0x6037  PowerTop PowerPC system controller



Home | Main Index | Thread Index | Old Index