Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic add more comment about firmware of EVAL-CARD.
details: https://anonhg.NetBSD.org/src/rev/b22331db3c8f
branches: trunk
changeset: 510118:b22331db3c8f
user: ichiro <ichiro%NetBSD.org@localhost>
date: Sun May 20 13:14:54 2001 +0000
description:
add more comment about firmware of EVAL-CARD.
diffstat:
sys/dev/ic/wi.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 04004c9ec3a8 -r b22331db3c8f sys/dev/ic/wi.c
--- a/sys/dev/ic/wi.c Sun May 20 13:03:39 2001 +0000
+++ b/sys/dev/ic/wi.c Sun May 20 13:14:54 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wi.c,v 1.13 2001/05/20 12:57:57 ichiro Exp $ */
+/* $NetBSD: wi.c,v 1.14 2001/05/20 13:14:54 ichiro Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -1411,7 +1411,9 @@
wi_write_record(sc, (struct wi_ltv_gen *)&sc->wi_keys);
if (sc->sc_prism2 && sc->wi_use_wep) {
/*
- * Prism2 Firmware version less than 0.8 variant3
+ * ONLY HWB3163 EVAL-CARD Firmware version
+ * less than 0.8 variant3
+ *
* If promiscuous mode disable, Prism2 chip
* does not work with WEP .
* It is under investigation for details.
@@ -1708,7 +1710,7 @@
sc->sc_prism2 = 1;
break;
case WI_NIC_PRISM2_5:
- printf("PRISM2.5 MAC:ISL3873");
+ printf("RF:PRISM2.5 MAC:ISL3873");
sc->sc_prism2 = 1;
break;
default:
Home |
Main Index |
Thread Index |
Old Index