Date: Tue, 20 Jan 2009 12:48:47 -0500 From: John Baldwin <jhb@freebsd.org> To: Nick Hibma <n_hibma@freebsd.org> Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-7@freebsd.org Subject: Re: svn commit: r187401 - stable/7/sys/dev/ata Message-ID: <200901201248.47688.jhb@freebsd.org> In-Reply-To: <200901181850.n0IIoIIV083424@svn.freebsd.org> References: <200901181850.n0IIoIIV083424@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 18 January 2009 1:50:18 pm Nick Hibma wrote: > Author: n_hibma > Date: Sun Jan 18 18:50:18 2009 > New Revision: 187401 > URL: http://svn.freebsd.org/changeset/base/187401 > > Log: > Speling mistake. > > 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 Sun Jan 18 18:26:52 2009 (r187400) > +++ stable/7/sys/dev/ata/ata-all.c Sun Jan 18 18:50:18 2009 (r187401) > @@ -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("ataatch", 1); > + pause("attach", 1); > ATA_RESET(dev); > ATA_LOCKING(dev, ATA_LF_UNLOCK); Actually, I suspect this was on purpose and was short for "ata attach". -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901201248.47688.jhb>