Date: Sun, 23 Apr 2000 01:21:51 -0700 (PDT) From: allenc@verinet.com To: freebsd-gnats-submit@FreeBSD.org Subject: kern/18172: Spelling error in the Advansys probe Message-ID: <200004230821.BAA96186@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 18172
>Category: kern
>Synopsis: Spelling error in the Advansys probe
>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 Apr 23 01:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Allen Campbell
>Release: 4.0-STABLE
>Organization:
>Environment:
FreeBSD const. 4.0-STABLE FreeBSD 4.0-STABLE #0: Sun Apr 23 00:21:05 MDT 2000 root@pragma.:/usr/src/sys/compile/CONST i386
>Description:
adv_isa.c probe has a spelling error.
>How-To-Repeat:
Boot a GENERIC kernel, sans an Advansys device. When the probe
fails the error message has a spelling error.
>Fix:
*** adv_isa.c.orig Sun Apr 23 01:43:33 2000
--- adv_isa.c Sun Apr 23 01:43:33 2000
***************
*** 124,130 ****
if ((port_index > max_port_index)
|| (iobase != adv_isa_ioports[port_index])) {
printf("adv%d: Invalid baseport of 0x%lx specified. "
! "Neerest valid baseport is 0x%x. Failing "
"probe.\n", device_get_unit(dev), iobase,
(port_index <= max_port_index) ?
adv_isa_ioports[port_index] :
--- 124,130 ----
if ((port_index > max_port_index)
|| (iobase != adv_isa_ioports[port_index])) {
printf("adv%d: Invalid baseport of 0x%lx specified. "
! "Nearest valid baseport is 0x%x. Failing "
"probe.\n", device_get_unit(dev), iobase,
(port_index <= max_port_index) ?
adv_isa_ioports[port_index] :
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004230821.BAA96186>
