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 product ID for the PLX Technology 9060ES PCI...



details:   https://anonhg.NetBSD.org/src/rev/c858b4c32615
branches:  trunk
changeset: 485381:c858b4c32615
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Apr 26 17:30:35 2000 +0000

description:
Add product ID for the PLX Technology 9060ES PCI bus controller.  Note this
ID isn't normally seen, as just about every device with a PLX on it loads
a different ID from an EEPROM, but there's no harm in documenting it.

diffstat:

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

diffs (19 lines):

diff -r e54ec509d1e6 -r c858b4c32615 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Wed Apr 26 17:07:52 2000 +0000
+++ b/sys/dev/pci/pcidevs       Wed Apr 26 17:30:35 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.210 2000/04/22 17:32:02 augustss Exp $
+$NetBSD: pcidevs,v 1.211 2000/04/26 17:30:35 thorpej Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1202,6 +1202,9 @@
 /* PC Tech products */
 product PCTECH RZ1000  0x1000  RZ1000
 
+/* PLX Technology products */
+product PLX 9060ES     0x906e  9060ES PCI bus controller
+
 /* ProLAN products - XXX better descriptions */
 product PROLAN NE2KETHER 0x1980 Ethernet
 



Home | Main Index | Thread Index | Old Index