Subject: kern/6085: incorrect comment in ncr53c9xvar.h
To: None <gnats-bugs@gnats.netbsd.org>
From: None <dbj@netbsd.org>
List: netbsd-bugs
Date: 09/01/1998 16:42:10
>Number:         6085
>Category:       kern
>Synopsis:       incorrect comment in ncr53c9xvar.h
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Sep  1 13:50:00 1998
>Last-Modified:
>Originator:     Darrin B. Jewell
>Organization:
	
>Release:        1.3H, updated via cvs ~19980901.1548 EDT
>Environment:
	
System: NetBSD pan-fried-peking-ravioli 1.3G NetBSD 1.3G (PAN-FRIED-PEKING-RAVIOLI) #14: Fri Aug 21 05:52:43 EDT 1998 jewell@pan-fried-peking-ravioli:/u2/PAN-FRIED-PEKING-RAVIOLI i386


>Description:
        Does the sc_freq field of the ncr53c9x_softc hold
        Mhz or Hz?  Could someone please verify and apply the
        patch below if appropriate?  Thanks.
>How-To-Repeat:
	
>Fix:

Index: ncr53c9xvar.h
===================================================================
RCS file: /cvsroot/src/sys/dev/ic/ncr53c9xvar.h,v
retrieving revision 1.13
diff -u -c -r1.13 ncr53c9xvar.h
/usr/bin/diff: conflicting specifications of output style
*** ncr53c9xvar.h	1998/05/26 23:17:34	1.13
--- ncr53c9xvar.h	1998/09/01 20:36:49
***************
*** 286,292 ****
  	size_t	sc_cmdlen;	/* Size of command in transit */
  
  	/* hardware/openprom stuff */
! 	int sc_freq;				/* Freq in HZ */
  	int sc_id;				/* our scsi id */
  	int sc_rev;				/* esp revision */
  	int sc_features;			/* chip features */
--- 286,292 ----
  	size_t	sc_cmdlen;	/* Size of command in transit */
  
  	/* hardware/openprom stuff */
! 	int sc_freq;				/* Freq in Mhz */
  	int sc_id;				/* our scsi id */
  	int sc_rev;				/* esp revision */
  	int sc_features;			/* chip features */

>Audit-Trail:
>Unformatted: