Subject: kern/3505: newline missing from wide diag on ncr.c
To: None <gnats-bugs@gnats.netbsd.org>
From: Michael C. Richardson <mcr@sandelman.ottawa.on.ca>
List: netbsd-bugs
Date: 04/16/1997 16:04:33
>Number:         3505
>Category:       kern
>Synopsis:       I think a \n is missing.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 16 13:20:01 1997
>Last-Modified:
>Originator:     Michael C. Richardson
>Organization:
Sandelman Software Works
>Release:        current, April 3, 1997
>Environment:

System: NetBSD istari.sandelman.ottawa.on.ca 1.2D NetBSD 1.2D (SSW) #1: Thu Apr 3 15:36:09 EST 1997 mcr@istari.sandelman.ottawa.on.ca:/usr/src/sys/arch/i386/compile/SSW i386
Architecture: i386

>Description:
	I think this should be two lines:

	sd1: sd1(ncr0:1:0): WIDE SCSI (16 bit) enabledsd1(ncr0:1:0): 20.0 MB/s (100 ns, offset 15)

>How-To-Repeat:
	
>Fix:
	apply to /usr/src/sys/dev/pci/ncr.c
***************
*** 4891,4899 ****
        */
        PRINT_ADDR(xp);
        if (scntl3 & EWS)
!               printf ("WIDE SCSI (16 bit) enabled");
        else
!               printf ("WIDE SCSI disabled");
  
        /*
        **      set actual value and sync_status
--- 4893,4901 ----
        */
        PRINT_ADDR(xp);
        if (scntl3 & EWS)
!               printf ("WIDE SCSI (16 bit) enabled\n");
        else
!               printf ("WIDE SCSI disabled\n");
  
        /*
        **      set actual value and sync_status

>Audit-Trail:
>Unformatted: