Date: Sun, 21 Mar 1999 21:59:40 -0600 (CST) From: Chris Costello <chris@holly.dyndns.org> To: FreeBSD-gnats-submit@freebsd.org Subject: i386/10722: [Patch] typo in sys/i386/eisa/bt_eisa.c Message-ID: <199903220359.VAA05855@holly.dyndns.org>
index | next in thread | raw e-mail
>Number: 10722
>Category: i386
>Synopsis: [Patch] typo in sys/i386/eisa/bt_eisa.c
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Mar 21 20:00:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator: Chris Costello
>Release: FreeBSD 4.0-CURRENT i386
>Organization:
I'm never organized.
>Environment:
FreeBSD 4.0-CURRENT, CVSupped March 20.
>Description:
bt driver misspells 'failed'
>How-To-Repeat:
use the bt driver where no bt device exists
>Fix:
--- sys/i386/eisa/bt_eisa.c.orig Sun Mar 21 21:55:15 1999
+++ sys/i386/eisa/bt_eisa.c Sun Mar 21 21:55:20 1999
@@ -232,7 +232,7 @@
}
if (bt_port_probe(bt, &info) != 0) {
- printf("bt_eisa_probe: Probe failled for "
+ printf("bt_eisa_probe: Probe failed for "
"card at slot 0x%x\n", e_dev->ioconf.slot);
} else {
eisa_add_iospace(e_dev, iobase, iosize, RESVADDR_NONE);
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903220359.VAA05855>
