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 RealTek 8139[BC].



details:   https://anonhg.NetBSD.org/src/rev/90e475bc1d3b
branches:  trunk
changeset: 515652:90e475bc1d3b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Oct 01 00:27:33 2001 +0000

description:
Add product ID for the RealTek 8139[BC].

diffstat:

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

diffs (23 lines):

diff -r 22e83c335e19 -r 90e475bc1d3b sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Sun Sep 30 23:25:38 2001 +0000
+++ b/sys/dev/pci/pcidevs       Mon Oct 01 00:27:33 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.359 2001/09/28 22:06:04 thorpej Exp $
+$NetBSD: pcidevs,v 1.360 2001/10/01 00:27:33 thorpej Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1561,9 +1561,10 @@
 product QUANTUMDESIGNS 8580    0x0002  8580
 
 /* Realtek (Creative Labs?) products */
-product        REALTEK RT8029  0x8029  8029 Ethernet
-product REALTEK        RT8129  0x8129  8129 10/100 Ethernet
-product REALTEK RT8139 0x8139  8139 10/100 Ethernet
+product        REALTEK RT8029          0x8029  8029 Ethernet
+product REALTEK        RT8129          0x8129  8129 10/100 Ethernet
+product REALTEK RT8139B                0x8138  8139B 10/100 Ethernet
+product REALTEK RT8139         0x8139  8139 10/100 Ethernet
 
 /* RICOH products */
 product RICOH Rx5C465  0x0465 5C465 PCI-CardBus bridge



Home | Main Index | Thread Index | Old Index