svn commit: r187542 - stable/7/sys/dev/ata

Nick Hibma n_hibma at FreeBSD.org
Wed Jan 21 09:23:07 PST 2009


Author: n_hibma
Date: Wed Jan 21 17:23:06 2009
New Revision: 187542
URL: http://svn.freebsd.org/changeset/base/187542

Log:
  Couple of pointy hats to me, please. Not only did I make an unnecessary
  commit, I actually managed to screw up the revert as well.
  
  Submitted by:	quite a few people...

Modified:
  stable/7/sys/dev/ata/ata-all.c

Modified: stable/7/sys/dev/ata/ata-all.c
==============================================================================
--- stable/7/sys/dev/ata/ata-all.c	Wed Jan 21 17:16:03 2009	(r187541)
+++ stable/7/sys/dev/ata/ata-all.c	Wed Jan 21 17:23:06 2009	(r187542)
@@ -127,7 +127,7 @@ ata_attach(device_t dev)
 
     /* reset the controller HW, the channel and device(s) */
     while (ATA_LOCKING(dev, ATA_LF_LOCK) != ch->unit)
-	pause("atatch", 1);
+	pause("ataatch", 1);
     ATA_RESET(dev);
     ATA_LOCKING(dev, ATA_LF_UNLOCK);
 


More information about the svn-src-all mailing list