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

Nick Hibma n_hibma at FreeBSD.org
Tue Jan 20 12:32:49 PST 2009


Author: n_hibma
Date: Tue Jan 20 20:32:48 2009
New Revision: 187484
URL: http://svn.freebsd.org/changeset/base/187484

Log:
  revert my previous commit. It was in error. I got primed by a few other
  similar typos in man-pages.
  
  Submitted by:	jhb

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	Tue Jan 20 20:22:28 2009	(r187483)
+++ stable/7/sys/dev/ata/ata-all.c	Tue Jan 20 20:32:48 2009	(r187484)
@@ -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("attach", 1);
+	pause("atatch", 1);
     ATA_RESET(dev);
     ATA_LOCKING(dev, ATA_LF_UNLOCK);
 


More information about the svn-src-stable-7 mailing list