Date: Wed, 17 Apr 2013 02:33:57 +0000 (UTC) From: Neel Natu <neel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249574 - head/sys/dev/aic7xxx Message-ID: <201304170233.r3H2XvI3008472@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304170233.r3H2XvI3008472>