freebsd-dev/sys/dev/ata
Thomas Quinot b3c957133a In atapi_cam_reinit_bus, only call reinit_bus if the ATAPI channel
has already been registered with ATAPI/CAM (else there is nothing
to do). atapi_cam_reinit_bus may be called before the bus is
registered if an ATAPI command times out during the boot sequence.

PR:		i386/51421
Reviewed by:	roberto
Approved by:	re (rwatson)
MFC after:	1 week
2003-05-14 14:20:22 +00:00
..
ata-all.c Grap the ATA lock on all channels before suspend, this makes certain 2003-05-04 09:34:14 +00:00
ata-all.h Grap the ATA lock on all channels before suspend, this makes certain 2003-05-04 09:34:14 +00:00
ata-card.c Fix an off-by-1 error. 2003-05-12 15:26:05 +00:00
ata-cbus.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-chipset.c Fix typo (that even got cut/pasted 2 times) 2003-05-12 16:43:13 +00:00
ata-disk.c Add flushing of devices on shutdown. 2003-05-02 13:47:44 +00:00
ata-disk.h Add flushing of devices on shutdown. 2003-05-02 13:47:44 +00:00
ata-dma.c Third round of updates to the ATA driver. 2003-04-07 14:12:12 +00:00
ata-isa.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-pci.c Grap the ATA lock on all channels before suspend, this makes certain 2003-05-04 09:34:14 +00:00
ata-pci.h Add a couble new Intel PCI id's 2003-05-10 14:49:19 +00:00
ata-raid.c Acquire Giant at the start of the raid rebuild kthreads. 2003-05-08 16:38:14 +00:00
ata-raid.h Change the way loadbalancing works on RAID1's. 2003-05-04 16:17:54 +00:00
atapi-all.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
atapi-all.h First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
atapi-cam.c In atapi_cam_reinit_bus, only call reinit_bus if the ATAPI channel 2003-05-14 14:20:22 +00:00
atapi-cd.c Use bioq_flush() to drain a bio queue with a specific error code. 2003-04-01 15:06:26 +00:00
atapi-cd.h First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
atapi-fd.c Use bioq_flush() to drain a bio queue with a specific error code. 2003-04-01 15:06:26 +00:00
atapi-fd.h Centralize the devstat handling for all GEOM disk device drivers 2003-03-08 08:01:31 +00:00
atapi-tape.c Add a missing ~ when clearing flags in close. 2003-05-05 10:11:17 +00:00
atapi-tape.h Allocate the devstat structure with devstat_new_entry(). 2003-03-08 21:32:59 +00:00