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
/
ata-all.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set of legacy mode SATA enchancements:
mav
2010-10-18
1
-8
/
+3
*
Fix a problem where device detection would work unreliably on Serverworks
nwhitehorn
2010-09-09
1
-0
/
+1
*
SATA1.x SiliconImage controllers on power-on reset TFD Status register into
mav
2010-09-02
1
-0
/
+1
*
Add ata(4) ability to limit initial ATA mode for devices via device hints.
mav
2010-07-03
1
-0
/
+1
*
Some revisions of the Serverworks K2 SATA controller have a data
nwhitehorn
2010-06-06
1
-0
/
+1
*
Include opt_ata.h, as some structures here depending on ATA_CAM option.
mav
2010-03-31
1
-0
/
+2
*
- Give ATA/SATA SIMs info about ATAPI packet size, supported by device.
mav
2010-02-02
1
-0
/
+1
*
Unbreak the ata_atapi() usage. Since r200171 the mode setting functions
marius
2009-12-13
1
-1
/
+1
*
MFp4:
mav
2009-12-06
1
-2
/
+31
*
Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4)
mav
2009-11-08
1
-0
/
+4
*
MFp4:
mav
2009-10-31
1
-5
/
+9
*
Turn off use of ATA_A_4BIT on modern hardware. This flag was already
nwhitehorn
2009-10-29
1
-1
/
+10
*
Move non-PCI prototypes from ata-pci.h -> ata-all.h.
raj
2009-06-24
1
-0
/
+13
*
MFp4.
mav
2009-06-01
1
-1
/
+16
*
Improve kernel dumping reliability for busy ATA channels:
mav
2009-05-01
1
-0
/
+1
*
Add experimental support for SATA interface power management.
mav
2009-04-29
1
-1
/
+5
*
Revert my ata_identify()/ata_reinit() related changes: r189166, r189091
mav
2009-02-28
1
-8
/
+1
*
Rework device probing by moving ata_getparam() call from ata_identify() to
mav
2009-02-28
1
-0
/
+8
*
Remove direct ata_completed() call options from ata_finish(), except for the
mav
2009-02-26
1
-1
/
+0
*
Improve ata_reinit():
mav
2009-02-21
1
-0
/
+1
*
Fix typo: s/SLUMPER/SLUMBER/
mav
2009-02-20
1
-1
/
+1
*
Use channel driver's attach/detach routines instead of ata_attach()/
mav
2009-02-19
1
-0
/
+1
*
ata_interrupt() does not need to return anything. It is not it's business
mav
2009-02-17
1
-1
/
+1
*
This is the roumored ATA modulerisation works, and it needs a little explanat...
sos
2008-10-09
1
-0
/
+1
*
Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1.
philip
2008-08-15
1
-1
/
+2
*
Go back to preallocating everything possible on init.
sos
2008-04-17
1
-18
/
+27
*
Fix problem with slave devices.
sos
2008-04-14
1
-1
/
+1
*
Fix identify of slave devices.
sos
2008-04-13
1
-1
/
+1
*
Fix the brokenness in the former commit, sorry for the mess.
sos
2008-04-11
1
-6
/
+3
*
Add experimental support for SATA Port Multipliers
sos
2008-04-10
1
-25
/
+42
*
Add a "spindown" facility to ata-disks: If no requests have been received
phk
2008-03-17
1
-0
/
+3
*
Follow the current fashion of gratuitously stomping into other
phk
2008-01-02
1
-36
/
+14
*
Implement a workaround of the datacorruption problem on serverworks HT1000 ch...
sos
2007-12-13
1
-0
/
+2
*
Add generic support for chipsets that say they support AHCI. This should cat...
sos
2007-11-18
1
-1
/
+1
*
Add Viking Interworks 256MB as an ata device; this might give
remko
2007-06-26
1
-0
/
+1
*
Hopefully unbreak the 64bit DMA support this time.
sos
2007-04-08
1
-1
/
+1
*
Add support for 64bit addressing to AHCI and Marvell controllers.
sos
2007-04-06
1
-0
/
+1
*
Cleanup the channel/phy reset code.
sos
2007-03-08
1
-0
/
+1
*
Update copyright headers.
sos
2007-02-21
1
-1
/
+1
*
Support AHCI chips where the ports are not consecutively numbered as in
sos
2007-02-15
1
-0
/
+23
*
Update AHCI support to be more generic.
sos
2006-06-28
1
-0
/
+2
*
Make the ATAPI sense data accessible when using the ioctl interface
sos
2006-03-31
1
-44
/
+5
*
ATA_USB will need to hook into the delayed boot identify to have
sos
2006-03-08
1
-0
/
+1
*
Work around the deadlock that occours when ATA waits for the taskqueue
sos
2006-03-01
1
-2
/
+6
*
Keep the parent device (in this case the channel) around in ata_request,
sos
2006-02-23
1
-0
/
+1
*
Unbreak Promise SATAII/150 controllers caused by the DMA dump changes.
sos
2006-02-09
1
-1
/
+0
*
Whitespace cleanup.
sos
2006-01-18
1
-3
/
+3
*
Add support for using DMA on dump, greatly speeds up the dump process.
sos
2006-01-18
1
-0
/
+5
*
Get rid of the advertising clause in the copyright.
sos
2006-01-05
1
-3
/
+1
*
Fix rebuilds of arrays that got stuck.
sos
2005-12-27
1
-1
/
+2
[next]