index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ata
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ata_getrev() an optional method by implementing ata_null_getrev().
rpaulo
2010-01-20
1
-1
/
+8
*
Report which of IXP700 legacy ATA channels is SATA.
mav
2010-01-10
1
-2
/
+23
*
- Report SATA in legacy emulation mode still as SATA.
mav
2010-01-10
1
-5
/
+3
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
3
-7
/
+7
*
Add support for Intel SCH PATA controller.
mav
2009-12-22
2
-2
/
+40
*
Spell AMD properly.
mav
2009-12-21
1
-1
/
+1
*
Add VIA CX700/VX800 chipsets SATA/PATA support.
mav
2009-12-20
2
-7
/
+61
*
Fairly set master/slave shared PIO/WDMA timings on ITE 821x controllers.
mav
2009-12-20
1
-4
/
+6
*
Serverworks OSB4 has no 0x4a (piomode) register, do not touch it.
mav
2009-12-17
1
-2
/
+4
*
Large I/Os on Promise controllers reported to cause UDMA ICRC errors and
mav
2009-12-16
1
-0
/
+1
*
Set ATA_CHECKS_CABLE when appropriate.
marius
2009-12-14
1
-1
/
+17
*
Only set ATA_CHECKS_CABLE for chip versions that actually support
marius
2009-12-13
1
-1
/
+2
*
Properly support M5229 revision 0xc7 and 0xc8:
marius
2009-12-13
1
-5
/
+8
*
Specify the capability and media bits of the capabilities page in
marius
2009-12-13
2
-28
/
+34
*
Unbreak the ata_atapi() usage. Since r200171 the mode setting functions
marius
2009-12-13
3
-7
/
+6
*
CFA support doesn't exclude FLUSH support.
mav
2009-12-11
1
-2
/
+2
*
Add module dependency for cam if configured as ATA_CAM.
takawata
2009-12-10
1
-0
/
+3
*
Limit maximum I/O size, depending on command set supported by device.
mav
2009-12-10
1
-0
/
+4
*
MFp4:
mav
2009-12-06
35
-1111
/
+1469
*
Do not ignore device interrupt if bus mastering is still active. It is
mav
2009-12-05
1
-2
/
+1
*
On Soft Reset, read device signature from FIS receive area, instead of
mav
2009-12-05
1
-3
/
+5
*
Drop USB mass storage devices support from ata(4). It is out of the build as
mav
2009-11-26
2
-1130
/
+0
*
Use only lower byte of sectors_intr IDENTIFY word as sector count.
mav
2009-11-24
1
-1
/
+1
*
Release over-agressive WDMA0 mode timings as close to spec as chip can.
mav
2009-11-22
1
-1
/
+1
*
Fix Intel PATA UDMA timings setting, affecting write performance.
mav
2009-11-22
1
-2
/
+2
*
Change the way in which AHCI+PATA combined controllers, such as JMicron
mav
2009-11-16
5
-285
/
+306
*
Disable PMP probing for Marvell AHCI controllers.
mav
2009-11-14
1
-3
/
+6
*
Add support for SATA ports on SATA+PATA Marvell controllers.
mav
2009-11-13
2
-25
/
+72
*
Add more ICH10 chip IDs.
mav
2009-11-09
2
-0
/
+8
*
Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4)
mav
2009-11-08
5
-12
/
+16
*
Add IDs for nVidia MCP65/77/79/89 SATA conntrollers.
mav
2009-11-02
2
-1
/
+89
*
MFp4:
mav
2009-11-01
1
-0
/
+1
*
Allow newly added controllers to use full I/O sizes.
mav
2009-10-31
1
-1
/
+3
*
MFp4:
mav
2009-10-31
13
-148
/
+132
*
Add support for different request block format used by Gen-IIe Marvell SATA.
mav
2009-10-30
3
-30
/
+70
*
Add some magic taken from OS X and Linux to support early revision K2
nwhitehorn
2009-10-29
1
-0
/
+31
*
Turn off use of ATA_A_4BIT on modern hardware. This flag was already
nwhitehorn
2009-10-29
1
-1
/
+10
*
Don't ignore the return value of g_modevent() in acd_modevent().
jh
2009-10-27
1
-2
/
+1
*
Report SATA speeds to CAM, to not confuse users with low numbers logged.
mav
2009-10-26
1
-0
/
+6
*
Round timeout up when converting CAM milliseconds to ATA seconds.
mav
2009-10-26
1
-2
/
+2
*
Increase ATA command timeouts. Some drives need more then 5s to spin-up.
mav
2009-10-26
4
-9
/
+9
*
Add IDs for PATA part also.
mav
2009-10-26
1
-0
/
+2
*
Add two more VIA SATA chip IDs.
mav
2009-10-26
2
-0
/
+4
*
Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5)
mav
2009-10-26
1
-1
/
+2
*
MFp4:
mav
2009-10-23
4
-15
/
+4
*
- Revert r191568 partially. Forcing AHCI mode by changing device subclass
jkim
2009-10-05
1
-63
/
+31
*
- Add missing bus_dmamap_sync(9) calls for the work DMA map. Previously
marius
2009-09-22
1
-7
/
+18
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
3
-4
/
+2
*
Add necessary include.
phk
2009-09-08
3
-2
/
+4
*
Remove constraint, requiring request data to fulfill controller's alignment
mav
2009-09-06
1
-3
/
+3
[next]