svn commit: r249574 - head/sys/dev/aic7xxx

Neel Natu neel at FreeBSD.org
Wed Apr 17 02:33:57 UTC 2013


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;
 		}


More information about the svn-src-head mailing list