Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/cardbus support Raltek 8139-based Cardbus card
details: https://anonhg.NetBSD.org/src/rev/a20765a87f53
branches: trunk
changeset: 511494:a20765a87f53
user: ichiro <ichiro%NetBSD.org@localhost>
date: Wed Jun 20 05:41:27 2001 +0000
description:
support Raltek 8139-based Cardbus card
reported by Takayoshi Kochi(t-kouchi%mvf.biglobe.ne.jp@localhost)
kern/13252: RealTek 8139-based Cardbus support
diffstat:
sys/dev/cardbus/if_rtk_cardbus.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r e93328a7f850 -r a20765a87f53 sys/dev/cardbus/if_rtk_cardbus.c
--- a/sys/dev/cardbus/if_rtk_cardbus.c Wed Jun 20 05:39:36 2001 +0000
+++ b/sys/dev/cardbus/if_rtk_cardbus.c Wed Jun 20 05:41:27 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_rtk_cardbus.c,v 1.4 2001/05/15 04:26:23 kanaoka Exp $ */
+/* $NetBSD: if_rtk_cardbus.c,v 1.5 2001/06/20 05:41:27 ichiro Exp $ */
/*
* Copyright (c) 2000 Masanori Kanaoka
@@ -105,6 +105,8 @@
RTK_8139 },
{ CARDBUS_VENDOR_REALTEK, CARDBUS_PRODUCT_REALTEK_RT8138,
"RealTek 8138 10/100BaseTX", RTK_8139 },
+ { CARDBUS_VENDOR_REALTEK, CARDBUS_PRODUCT_REALTEK_RT8139,
+ "RealTek 8139 10/100BaseTX", RTK_8139 },
{ CARDBUS_VENDOR_COREGA, CARDBUS_PRODUCT_COREGA_CB_TXD,
"Corega FEther CB-TXD 10/100BaseTX", RTK_8139 },
{ 0, 0, NULL, 0 }
Home |
Main Index |
Thread Index |
Old Index