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 IDs for IDT RC32234 and RC32334 syst...



details:   https://anonhg.NetBSD.org/src/rev/cf60fb8dc02c
branches:  trunk
changeset: 510503:cf60fb8dc02c
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Thu May 31 01:10:34 2001 +0000

description:
Add product IDs for IDT RC32234 and RC32334 system controllers.

diffstat:

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

diffs (18 lines):

diff -r 442ebe6c0abe -r cf60fb8dc02c sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Wed May 30 20:37:48 2001 +0000
+++ b/sys/dev/pci/pcidevs       Thu May 31 01:10:34 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.324 2001/05/21 22:11:06 thorpej Exp $
+$NetBSD: pcidevs,v 1.325 2001/05/31 01:10:34 nisimura Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1119,6 +1119,8 @@
 
 /* IDT products */
 product IDT 77201      0x0001  77201/77211 ATM (\"NICStAR\")
+product IDT RC32334    0x0204  RC32334 System Controller
+product IDT RC32332    0x0205  RC32332 System Controller
 
 /* Industrial Computer Source */
 product INDCOMPSRC WDT50x      0x22c0  PCI-WDT50x Watchdog Timer



Home | Main Index | Thread Index | Old Index