Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Regen; added product ID for RealTek 8139[BC].
details: https://anonhg.NetBSD.org/src/rev/9359a748ba19
branches: trunk
changeset: 515653:9359a748ba19
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Oct 01 00:28:02 2001 +0000
description:
Regen; added product ID for RealTek 8139[BC].
diffstat:
sys/dev/pci/pcidevs.h | 5 +++--
sys/dev/pci/pcidevs_data.h | 10 ++++++++--
2 files changed, 11 insertions(+), 4 deletions(-)
diffs (53 lines):
diff -r 90e475bc1d3b -r 9359a748ba19 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Mon Oct 01 00:27:33 2001 +0000
+++ b/sys/dev/pci/pcidevs.h Mon Oct 01 00:28:02 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.364 2001/09/28 22:06:25 thorpej Exp $ */
+/* $NetBSD: pcidevs.h,v 1.365 2001/10/01 00:28:02 thorpej Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * 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
*/
/*
@@ -1570,6 +1570,7 @@
/* Realtek (Creative Labs?) products */
#define PCI_PRODUCT_REALTEK_RT8029 0x8029 /* 8029 Ethernet */
#define PCI_PRODUCT_REALTEK_RT8129 0x8129 /* 8129 10/100 Ethernet */
+#define PCI_PRODUCT_REALTEK_RT8139B 0x8138 /* 8139B 10/100 Ethernet */
#define PCI_PRODUCT_REALTEK_RT8139 0x8139 /* 8139 10/100 Ethernet */
/* RICOH products */
diff -r 90e475bc1d3b -r 9359a748ba19 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Mon Oct 01 00:27:33 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h Mon Oct 01 00:28:02 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.362 2001/09/28 22:06:26 thorpej Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.363 2001/10/01 00:28:02 thorpej Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * 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
*/
/*
@@ -4450,6 +4450,12 @@
"8129 10/100 Ethernet",
},
{
+ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8139B,
+ 0,
+ "Realtek Semiconductor",
+ "8139B 10/100 Ethernet",
+ },
+ {
PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8139,
0,
"Realtek Semiconductor",
Home |
Main Index |
Thread Index |
Old Index