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;
                }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to