From owner-svn-src-all@FreeBSD.ORG Wed Apr 17 02:33:57 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 67CB4DDA; Wed, 17 Apr 2013 02:33:57 +0000 (UTC) (envelope-from neel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5AD4E3D6; Wed, 17 Apr 2013 02:33:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3H2XvAi008473; Wed, 17 Apr 2013 02:33:57 GMT (envelope-from neel@svn.freebsd.org) Received: (from neel@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3H2XvI3008472; Wed, 17 Apr 2013 02:33:57 GMT (envelope-from neel@svn.freebsd.org) Message-Id: <201304170233.r3H2XvI3008472@svn.freebsd.org> From: Neel Natu Date: Wed, 17 Apr 2013 02:33:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249574 - head/sys/dev/aic7xxx X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 02:33:57 -0000 Author: neel Date: Wed Apr 17 02:33:56 2013 New Revision: 249574 URL: http://svnweb.freebsd.org/changeset/base/249574 Log: Correct misleading bootverbose output: ahc_isa_probe -> ahc_isa_identify Modified: head/sys/dev/aic7xxx/ahc_isa.c Modified: head/sys/dev/aic7xxx/ahc_isa.c ============================================================================== --- head/sys/dev/aic7xxx/ahc_isa.c Wed Apr 17 02:20:17 2013 (r249573) +++ head/sys/dev/aic7xxx/ahc_isa.c Wed Apr 17 02:33:56 2013 (r249574) @@ -98,7 +98,7 @@ ahc_isa_identify(driver_t *driver, devic RF_ACTIVE); if (regs == NULL) { if (bootverbose) - printf("ahc_isa_probe %d: ioport 0x%x " + printf("ahc_isa_identify %d: ioport 0x%x " "alloc failed\n", slot, iobase); continue; }