Subject: port-i386/2123: Typo in com.c
To: None <gnats-bugs@NetBSD.ORG>
From: Michael L. VanLoon <michaelv@HeadCandy.com>
List: netbsd-bugs
Date: 02/25/1996 01:48:28
>Number:         2123
>Category:       port-i386
>Synopsis:       Typo in com.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Feb 25 05:05:01 1996
>Last-Modified:
>Originator:     Michael L. VanLoon <michaelv@HeadCandy.com>
>Organization:
HeadCandy Associates... Sweets for the lobes.
>Release:        NetBSD-current 2/18/96<NetBSD-current source date>
>Environment:
486 with Hayes ESP card
	
System: NetBSD MindBender.HeadCandy.com 1.1A NetBSD 1.1A (MINDBENDER) #294: Tue Feb 20 08:24:32 PST 1996 michaelv@MindBender.HeadCandy.com:/usr/src/sys/arch/i386/compile/MINDBENDER i386


>Description:
On successful probe of an ESP, it prints "1024k FIFO".
I only wish I had a 1MB FIFO for that price, but it's not the case.
	
>How-To-Repeat:
Boot with an ESP card.
	
>Fix:
Change "1024k" to "1024 byte".  Patch:
--- com.c-prev	Sun Feb 25 01:41:58 1996
+++ com.c	Sun Feb 25 01:44:10 1996
@@ -239,7 +239,7 @@
 	 */
 
 	SET(sc->sc_hwflags, COM_HW_HAYESP);
-	printf(", 1024k fifo\n");
+	printf(", 1024 byte fifo\n");
 	return 1;
 }
 #endif

	

>Audit-Trail:
>Unformatted: