Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/eisa Fix duplicate "3com" from attach, as noted in P...



details:   https://anonhg.NetBSD.org/src/rev/3e5abcd3ed4a
branches:  trunk
changeset: 471875:3e5abcd3ed4a
user:      jonathan <jonathan%NetBSD.org@localhost>
date:      Tue Apr 13 22:34:05 1999 +0000

description:
Fix duplicate "3com" from attach, as noted in PR#7607.

diffstat:

 sys/dev/eisa/if_ep_eisa.c |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r c4e5c51b96e5 -r 3e5abcd3ed4a sys/dev/eisa/if_ep_eisa.c
--- a/sys/dev/eisa/if_ep_eisa.c Tue Apr 13 20:50:48 1999 +0000
+++ b/sys/dev/eisa/if_ep_eisa.c Tue Apr 13 22:34:05 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ep_eisa.c,v 1.19 1998/11/04 00:29:55 fvdl Exp $     */
+/*     $NetBSD: if_ep_eisa.c,v 1.20 1999/04/13 22:34:05 jonathan Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -53,8 +53,10 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *      This product includes software developed by Herb Peyerl.
- * 4. The name of Herb Peyerl may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
+ *      This product includes software developed by Jonathan Stone.
+ * 4. The name of Herb Peyerl or Jonathan Stone may not be used to endorse
+ *    or promote products derived from this software without specific
+ *    prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -234,7 +236,7 @@
                panic("ep_eisa_attach: impossible");
        }
 
-       printf(": 3Com %s\n", eep->eep_name);
+       printf(": %s\n", eep->eep_name);
 
        sc->enable = NULL;
        sc->disable = NULL;



Home | Main Index | Thread Index | Old Index