cvs commit: src/sys/dev/ata ata-all.c ata-chipset.c ata-lowlevel.c
ata-pci.h ata-queue.c ata-raid.c ata-raid.h
Søren Schmidt
sos at FreeBSD.org
Fri Sep 23 11:06:11 PDT 2005
sos 2005-09-23 18:06:11 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/ata ata-all.c ata-chipset.c ata-lowlevel.c
ata-pci.h ata-queue.c ata-raid.c
ata-raid.h
Log:
MFC:
Harden the hotplug support for SATA devices.
This also fixes a few races that was present in the timeout/detach code.
Fix support for the VIA 6421 controller.
Fixes the losage of some ATAPI device that reported failed probing.
Fix problem finding the still working disk in a broken mirror on VIA.
Approved by: re@ (scottl)
Revision Changes Path
1.252.2.2 +40 -10 src/sys/dev/ata/ata-all.c
1.126.2.3 +33 -5 src/sys/dev/ata/ata-chipset.c
1.69.2.2 +10 -4 src/sys/dev/ata/ata-lowlevel.c
1.49.2.3 +1 -0 src/sys/dev/ata/ata-pci.h
1.50.2.1 +29 -36 src/sys/dev/ata/ata-queue.c
1.98.2.2 +1 -1 src/sys/dev/ata/ata-raid.c
1.34.2.1 +3 -0 src/sys/dev/ata/ata-raid.h
More information about the cvs-src
mailing list