1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sys/dev/ata
Alfred Perlstein c11110eabe Fix crash dumps on ata and scsi.
To fix scsi, don't wait for ithreads if we're dumping, it makes the
debugger sad.

To fix ata, use what appears to be a polling method if we're dumping,
I stole this from tmm but added code to ensure that this change is
only in effect while dumping.

Tested by: des
2003-02-14 13:10:40 +00:00
..
ata-all.c Fix crash dumps on ata and scsi. 2003-02-14 13:10:40 +00:00
ata-all.h Update the code that deals with disk enclosures: 2003-01-27 09:04:29 +00:00
ata-card.c
ata-cbus.c
ata-disk.c NO_GEOM cleanup: retire disk_invalidate() 2003-01-30 19:43:50 +00:00
ata-disk.h
ata-dma.c Small change to the previous commit, zero out the 48BIT flag in ata_command 2003-01-19 20:18:07 +00:00
ata-isa.c
ata-pci.c
ata-raid.c NO_GEOM cleanup: retire disk_invalidate() 2003-01-30 19:43:50 +00:00
ata-raid.h
atapi-all.c
atapi-all.h
atapi-cam.c Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. 2003-01-21 08:56:16 +00:00
atapi-cd.c Add a missing '{' 2003-01-21 09:57:01 +00:00
atapi-cd.h Remove the fake disklabel, no longer needed. 2003-01-21 08:33:48 +00:00
atapi-fd.c NO_GEOM cleanup: retire disk_invalidate() 2003-01-30 19:43:50 +00:00
atapi-fd.h
atapi-tape.c
atapi-tape.h