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 Peak System Technik CAN Controller.



details:   https://anonhg.NetBSD.org/src/rev/eaa6c0e03609
branches:  trunk
changeset: 533594:eaa6c0e03609
user:      rjs <rjs%NetBSD.org@localhost>
date:      Thu Jul 04 20:51:35 2002 +0000

description:
Add Peak System Technik CAN Controller.

diffstat:

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

diffs (27 lines):

diff -r 56f5b571cf36 -r eaa6c0e03609 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Thu Jul 04 20:50:29 2002 +0000
+++ b/sys/dev/pci/pcidevs       Thu Jul 04 20:51:35 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.447 2002/07/03 16:51:02 msaitoh Exp $
+$NetBSD: pcidevs,v 1.448 2002/07/04 20:51:35 rjs Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -47,6 +47,7 @@
  * List of known PCI vendors
  */
 
+vendor PEAK            0x001c  Peak System Technik
 vendor MARTINMARIETTA  0x003d  Martin-Marietta Corporation 
 vendor HAUPPAUGE       0x0070  Hauppauge Computer Works
 vendor COMPAQ          0x0e11  Compaq
@@ -1724,6 +1725,9 @@
 /* PC Tech products */
 product PCTECH RZ1000  0x1000  RZ1000
 
+/* Peak System Technik products */
+product PEAK PCAN      0x0001  PCAN    CAN controller
+
 /* PLX Technology products */
 product PLX 9060ES     0x906e  9060ES PCI bus controller
 



Home | Main Index | Thread Index | Old Index