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 pci devices found in U5's:



details:   https://anonhg.NetBSD.org/src/rev/562f5c7df9a5
branches:  trunk
changeset: 472743:562f5c7df9a5
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu May 06 06:17:39 1999 +0000

description:
add pci devices found in U5's:
        - ati weird mach64
        - ebus bus
        - `network' hme compatible ethernet
        - `simba' PCI bus

diffstat:

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

diffs (29 lines):

diff -r f809acbdc9cc -r 562f5c7df9a5 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Thu May 06 06:01:27 1999 +0000
+++ b/sys/dev/pci/pcidevs       Thu May 06 06:17:39 1999 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.114 1999/04/12 23:18:16 jonathan Exp $
+$NetBSD: pcidevs,v 1.115 1999/05/06 06:17:39 mrg Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -635,6 +635,7 @@
 product ATI MACH64_CX  0x4358  Mach64 CX
 product ATI MACH64_ET  0x4554  Mach64 ET
 product ATI MACH64_VT  0x4654  Mach64 VT
+product ATI MACH64_B   0x4750  Mach64 B
 product ATI MACH64_GT  0x4754  Mach64 GT
 product ATI MACH64_GX  0x4758  Mach64 GX
 
@@ -932,6 +933,11 @@
 product OLICOM OC2325  0x0012  Olicom OC-2325 Ethernet
 product OLICOM OC2326  0x0014  Olicom OC-2326 10/100-TX Ethernet
 
+/* Sun Microsystems products */
+product SUN EBUS       0x1000  SPARC Ebus
+product SUN HMENETWORK 0x1001  SUNW,hme compatible Ethernet
+product SUN SIMBA      0x5000  Simba PCI bus
+
 /* NCR/Symbios Logic products */
 product SYMBIOS 810    0x0001  53c810
 product SYMBIOS 820    0x0002  53c820



Home | Main Index | Thread Index | Old Index