1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys/dev/ata
Søren Schmidt 4c088dcd6c Implement a workaround of the datacorruption problem on serverworks HT1000 chipsets.
The HT1000 DMA engine seems to not always like 64K transfers and sometimes barfs data all over memory leading to instant chrash and burn.
Also fix 48bit adressing issues, apparently newer chips needs 16bit writes and not the usual fifo thing.

HW donated by: Travis Mikalson at TerraNovaNet
2007-12-13 11:47:36 +00:00
..
ata_if.m
ata-all.c Add support for the VIA 8237S 2007-10-04 19:17:16 +00:00
ata-all.h Implement a workaround of the datacorruption problem on serverworks HT1000 chipsets. 2007-12-13 11:47:36 +00:00
ata-card.c
ata-cbus.c
ata-chipset.c Implement a workaround of the datacorruption problem on serverworks HT1000 chipsets. 2007-12-13 11:47:36 +00:00
ata-disk.c Add preliminary SATA ATAPI support for sii 3132/3124 chips. 2007-11-23 08:17:14 +00:00
ata-disk.h
ata-dma.c Implement a workaround of the datacorruption problem on serverworks HT1000 chipsets. 2007-12-13 11:47:36 +00:00
ata-isa.c
ata-lowlevel.c Implement a workaround of the datacorruption problem on serverworks HT1000 chipsets. 2007-12-13 11:47:36 +00:00
ata-pci.c Add generic support for chipsets that say they support AHCI. This should catch new chipsets that we dont know but that we should support. 2007-11-18 14:44:52 +00:00
ata-pci.h Add generic support for chipsets that say they support AHCI. This should catch new chipsets that we dont know but that we should support. 2007-11-18 14:44:52 +00:00
ata-queue.c
ata-raid.c Expand the data structure returned by the ATA RAID status ioctl to include 2007-08-13 18:46:31 +00:00
ata-raid.h
ata-usb.c Include usb_port.h 2007-06-23 21:52:05 +00:00
atapi-cam.c
atapi-cd.c Dont fumble the ivars on reinit, avoids panic on suspend/resume om some systems that looses thier devices. 2007-11-19 21:11:26 +00:00
atapi-cd.h Update the way we get the mode pages on probe. 2007-10-26 08:59:23 +00:00
atapi-fd.c Dont fumble the ivars on reinit, avoids panic on suspend/resume om some systems that looses thier devices. 2007-11-19 21:11:26 +00:00
atapi-fd.h
atapi-tape.c Dont fumble the ivars on reinit, avoids panic on suspend/resume om some systems that looses thier devices. 2007-11-19 21:11:26 +00:00
atapi-tape.h