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 RDC Semiconductor R6040 10/100 Ethernet



details:   https://anonhg.NetBSD.org/src/rev/25b657a40582
branches:  trunk
changeset: 761405:25b657a40582
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Jan 26 18:37:06 2011 +0000

description:
Add RDC Semiconductor R6040 10/100 Ethernet

diffstat:

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

diffs (27 lines):

diff -r 2ab8396f245f -r 25b657a40582 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Wed Jan 26 18:11:35 2011 +0000
+++ b/sys/dev/pci/pcidevs       Wed Jan 26 18:37:06 2011 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1055 2011/01/11 00:13:03 dyoung Exp $
+$NetBSD: pcidevs,v 1.1056 2011/01/26 18:37:06 bouyer Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -613,6 +613,7 @@
 vendor I4              0x17cf  I4
 vendor ARECA           0x17d3  Areca
 vendor S2IO            0x17d5  S2io Technologies
+vendor RDC             0x17F3  RDC Semiconductor
 vendor LINKSYS2                0x17fe  Linksys
 vendor RALINK          0x1814  Ralink Technologies
 vendor RMI             0x182e  Raza Microelectronics Inc. (NetLogic)
@@ -3878,6 +3879,9 @@
 /* RATOC Systems products */
 product RATOC  REXPCI31        0x0853  REX PCI-31/33 SCSI
 
+/* RDC Semiconductor products */
+product RDC    R6040           0x6040  RDC R6040 10/100 Ethernet
+
 /* Realtek products */
 product REALTEK RT8029         0x8029  8029 Ethernet
 product REALTEK RT8139D                0x8039  8139D 10/100 Ethernet



Home | Main Index | Thread Index | Old Index