Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev Jens Sch?nfeld seems to recall the name i...



details:   https://anonhg.NetBSD.org/src/rev/37fc479e4d83
branches:  trunk
changeset: 503012:37fc479e4d83
user:      is <is%NetBSD.org@localhost>
date:      Sun Jan 28 21:43:38 2001 +0000

description:
Jens Sch?nfeld seems to recall the name is ISDN link.

diffstat:

 sys/arch/amiga/dev/aster.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9b2eddc75058 -r 37fc479e4d83 sys/arch/amiga/dev/aster.c
--- a/sys/arch/amiga/dev/aster.c        Sun Jan 28 21:01:52 2001 +0000
+++ b/sys/arch/amiga/dev/aster.c        Sun Jan 28 21:43:38 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aster.c,v 1.9 2001/01/26 21:49:04 is Exp $ */
+/*     $NetBSD: aster.c,v 1.10 2001/01/28 21:43:38 is Exp $ */
 
 /*-
  * Copyright (c) 1998,2001 The NetBSD Foundation, Inc.
@@ -128,7 +128,7 @@
                cardname = "Master II";
                supa.supio_name = "isic13";
        } else if (zap->manid == 2189 && zap->prodid == 3) {
-               cardname = "board";
+               cardname = "link";
                supa.supio_name = "isic@B";
        } else /* if (zap->manid == 4626 && zap->prodid == 5 &&
                    zap->serno == 0) */{



Home | Main Index | Thread Index | Old Index