mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 23:25:30 -04:00
Fix Intel PATA UDMA timings setting, affecting write performance. Binary divider value 10 specified in datasheet is not a hex 0x10. UDMA2 should be 33/2 instead of 66/4, which is documented as reverved, UDMA4 should be 66/2 instead of 66/4, which is definitely wrong. Release over-agressive WDMA0 mode timings as close to spec as chip can. |
||
|---|---|---|
| .. | ||
| ata-acard.c | ||
| ata-acerlabs.c | ||
| ata-adaptec.c | ||
| ata-ahci.c | ||
| ata-amd.c | ||
| ata-ati.c | ||
| ata-cenatek.c | ||
| ata-cypress.c | ||
| ata-cyrix.c | ||
| ata-highpoint.c | ||
| ata-intel.c | ||
| ata-ite.c | ||
| ata-jmicron.c | ||
| ata-marvell.c | ||
| ata-micron.c | ||
| ata-national.c | ||
| ata-netcell.c | ||
| ata-nvidia.c | ||
| ata-promise.c | ||
| ata-serverworks.c | ||
| ata-siliconimage.c | ||
| ata-sis.c | ||
| ata-via.c | ||