From owner-freebsd-bugs Sun Apr 23 1:30: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4842F37B8E0 for ; Sun, 23 Apr 2000 01:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA96778; Sun, 23 Apr 2000 01:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7208537B6C7 for ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/18172: Spelling error in the Advansys probe Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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