Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/dev/scsipi Pull up revision 1.28 (requested by abs):



details:   https://anonhg.NetBSD.org/src/rev/64ff62a7b7c7
branches:  netbsd-1-4
changeset: 470095:64ff62a7b7c7
user:      he <he%NetBSD.org@localhost>
date:      Thu Jan 20 20:49:43 2000 +0000

description:
Pull up revision 1.28 (requested by abs):
  Newline terminate 'ss:' attach message.

diffstat:

 sys/dev/scsipi/ss.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e5a66d60e9f3 -r 64ff62a7b7c7 sys/dev/scsipi/ss.c
--- a/sys/dev/scsipi/ss.c       Thu Jan 20 20:45:01 2000 +0000
+++ b/sys/dev/scsipi/ss.c       Thu Jan 20 20:49:43 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ss.c,v 1.25.2.1 2000/01/17 18:22:14 he Exp $   */
+/*     $NetBSD: ss.c,v 1.25.2.2 2000/01/20 20:49:43 he Exp $   */
 
 /*
  * Copyright (c) 1995 Kenneth Stailey.  All rights reserved.
@@ -141,6 +141,8 @@
        sc_link->device_softc = ss;
        sc_link->openings = 1;
 
+       printf("\n");
+
        /*
         * look for non-standard scanners with help of the quirk table
         * and install functions for special handling



Home | Main Index | Thread Index | Old Index