From nobody@FreeBSD.org  Sun Apr 23 01:21:52 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 7208537B6C7
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Apr 2000 01:21:52 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id BAA96186;
	Sun, 23 Apr 2000 01:21:51 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004230821.BAA96186@freefall.freebsd.org>
Date: Sun, 23 Apr 2000 01:21:51 -0700 (PDT)
From: allenc@verinet.com
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: Spelling error in the Advansys probe
X-Send-Pr-Version: www-1.0

>Number:         18172
>Category:       kern
>Synopsis:       Spelling error in the Advansys probe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 23 01:30:00 PDT 2000
>Closed-Date:    Sun Apr 23 02:11:24 PDT 2000
>Last-Modified:  Sun Apr 23 02:11:34 PDT 2000
>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:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Sun Apr 23 02:11:24 PDT 2000 
State-Changed-Why:  
fixed. 
>Unformatted:
