cvs commit: src/sys/dev/ata ata-all.c ata-chipset.c ata-disk.c
ata-pci.h ata-raid.h
Søren Schmidt
sos at FreeBSD.org
Sat Sep 30 07:51:50 PDT 2006
sos 2006-09-30 14:51:49 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/ata ata-all.c ata-chipset.c ata-disk.c
ata-pci.h ata-raid.h
Log:
MFC:
CF devices are ATA not ATAPI.
Add support for the ALI/ULI M5288 AHCI part
Busmaster DMA address fix in VIA 6421 case
Add support for a few more Serverworks and lookalikes chips
If current_heads or current_sectors in the disk cap page are zero, dont try to use the current_ geometry. This avoids a panic with BIOS'n that sets these to zero.
Format mask lacks one bit.
Approved by: re@
Revision Changes Path
1.252.2.11 +3 -1 src/sys/dev/ata/ata-all.c
1.126.2.14 +20 -10 src/sys/dev/ata/ata-chipset.c
1.189.2.5 +2 -1 src/sys/dev/ata/ata-disk.c
1.49.2.10 +3 -0 src/sys/dev/ata/ata-pci.h
1.34.2.4 +1 -1 src/sys/dev/ata/ata-raid.h
More information about the cvs-src
mailing list