cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-disk.c ata-lowlevel.c ata-pci.c ata-pci.h ata-queue.c ata-raid.c

Christian Brueffer chris at unixpages.org
Wed Jan 18 12:54:18 PST 2006


On Wed, Jan 18, 2006 at 12:42:28PM -0800, Doug Barton wrote:
> Søren Schmidt wrote:
> > sos         2006-01-18 09:14:55 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     sys/dev/ata          ata-all.c ata-all.h ata-chipset.c 
> >                          ata-disk.c ata-lowlevel.c ata-pci.c 
> >                          ata-pci.h ata-queue.c ata-raid.c 
> >   Log:
> >   Add support for using DMA on dump, greatly speeds up the dump process.
> >   Add dump support in ataraid.
> >   
> >   Revision  Changes      Path
> >   1.262     +9 -12       src/sys/dev/ata/ata-all.c
> >   1.111     +5 -0        src/sys/dev/ata/ata-all.h
> >   1.150     +1211 -1346  src/sys/dev/ata/ata-chipset.c
> >   1.193     +14 -36      src/sys/dev/ata/ata-disk.c
> >   1.76      +19 -5       src/sys/dev/ata/ata-lowlevel.c
> >   1.111     +35 -2       src/sys/dev/ata/ata-pci.c
> >   1.60      +3 -1        src/sys/dev/ata/ata-pci.h
> >   1.54      +11 -2       src/sys/dev/ata/ata-queue.c
> >   1.116     +31 -2       src/sys/dev/ata/ata-raid.c
> > 
> > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-all.c.diff?&r1=1.261&r2=1.262&f=h
> > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-all.h.diff?&r1=1.110&r2=1.111&f=h
> > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-chipset.c.diff?&r1=1.149&r2=1.150&f=h
> > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-disk.c.diff?&r1=1.192&r2=1.193&f=h
> > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-lowlevel.c.diff?&r1=1.75&r2=1.76&f=h
> > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-pci.c.diff?&r1=1.110&r2=1.111&f=h
> > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-pci.h.diff?&r1=1.59&r2=1.60&f=h
> > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-queue.c.diff?&r1=1.53&r2=1.54&f=h
> > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-raid.c.diff?&r1=1.115&r2=1.116&f=h
> 
> After this commit I am getting a probe timeout error on acd0, "Danger Will
> Robinson!!"
> 

Are you using a Thinkpad by any chance?  I had the same issue with the
patch Soren posted to current@, turning off DMA on the DVD drive works
around this.

- Christian

-- 
Christian Brueffer	chris at unixpages.org	brueffer at FreeBSD.org
GPG Key:	 http://people.freebsd.org/~brueffer/brueffer.key.asc
GPG Fingerprint: A5C8 2099 19FF AACA F41B  B29B 6C76 178C A0ED 982D
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20060118/0a3cc451/attachment.bin


More information about the cvs-all mailing list