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
*
Add support for working around controllers that cannot do DMA in 48bit mode.
sos
2005-08-17
1
-1
/
+2
*
Remove stale struct ata_channel declaration.
sos
2005-07-29
1
-1
/
+0
*
Change the way ioctls are issue to ATA.
sos
2005-05-16
1
-80
/
+81
*
Add support for AHCI compliant ATA devices.
sos
2005-05-11
1
-8
/
+90
*
Reshape the dma code to be a bit more flexible so it can cope with
sos
2005-05-03
1
-10
/
+12
*
Take newbusification one step further, ie use the device_t more consequently
sos
2005-04-30
1
-71
/
+71
*
Now that probing is working in the new fashion, we need to go back to
sos
2005-04-29
1
-1
/
+0
*
Rearrange the way the reset code is called.
sos
2005-04-28
1
-2
/
+2
*
Rehash the timeout code to make it more simple.
sos
2005-04-21
1
-5
/
+4
*
Properly hook in devices found by SATA connect events.
sos
2005-04-20
1
-0
/
+1
*
CFA (Compact Flash) devices has a special config ID that fails the
sos
2005-04-19
1
-0
/
+1
*
Add uma zone for composite ops.
sos
2005-04-18
1
-4
/
+10
*
Move the creation of ata_channel child devices to the channel code.
sos
2005-04-15
1
-1
/
+0
*
Read back the real taskfile register values when in 48BIT mode.
sos
2005-04-14
1
-1
/
+1
*
Refine the SATA PHY code so the time consumed during probe is reduced.
sos
2005-04-10
1
-1
/
+1
*
Generalise the SATA PHY handling code so it wont be duplicated for
sos
2005-04-08
1
-37
/
+92
*
Add support for controllers that doesn't have the usual taskfile
sos
2005-04-06
1
-34
/
+38
*
This is the much rumoured ATA mkIII update that I've been working on.
sos
2005-03-30
1
-294
/
+281
*
Compensate for off by one bugs in disk firmware for 48BIT addressing cutover.
sos
2004-12-09
1
-0
/
+2
*
Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs.
sos
2004-10-07
1
-2
/
+1
*
Fix the PC98 lockups on boot.
sos
2004-10-06
1
-2
/
+3
*
Remove the old ATA_*LOCK_CH macros that used atomic ops and use
sos
2004-09-26
1
-19
/
+10
*
Introduce ata_udelay() that uses tsleep instead of DELAY if possible.
sos
2004-09-03
1
-0
/
+1
*
Fix the handling of "inflight" requests when doing reinit's.
sos
2004-08-27
1
-0
/
+1
*
Allow the use of a supplied function to set the PRD table. This is
sos
2004-08-13
1
-4
/
+11
*
Try to narrow down the race window on HW that does not have ways to
sos
2004-08-05
1
-2
/
+3
*
Spring cleanup of macros
sos
2004-04-30
1
-80
/
+23
*
Add support for the Promise command sequencer present on all modern Promise
sos
2004-04-13
1
-3
/
+10
*
Add support for detaching PCI controllers.
sos
2004-03-15
1
-0
/
+2
*
Report the original command on failures that causes auto sense.
sos
2004-03-02
1
-0
/
+1
*
Rearrange sense_key and sense_data to get alignment right.
sos
2004-02-29
1
-1
/
+1
*
Issue a request sense command automagically when ATAPI commands fail
sos
2004-02-28
1
-22
/
+24
*
Cleanups/cosmetics.
sos
2004-01-29
1
-1
/
+0
*
Use the biotask functionality in GEOM to put finished requests on
sos
2004-01-28
1
-1
/
+1
*
Fix breakage on timeout/retries. The bug cause a sema to be leaked so
sos
2004-01-19
1
-1
/
+1
*
Use UMA instead of plain malloc for getting ATA request storage.
sos
2004-01-14
1
-3
/
+5
*
Overhaul of the timeout/reinit framework. This should clear up most
sos
2004-01-11
1
-7
/
+27
*
Workaround for errata on early versions of the sii3112.
sos
2003-11-28
1
-0
/
+1
*
Centralise mode setting. Instead of doing it in all subdrivers, do
sos
2003-11-11
1
-1
/
+1
*
Fix the DMA problem that most severely hit on the DS3112a SATA chip
sos
2003-10-21
1
-2
/
+4
*
Cleanup the dma int/alloc/free code.
sos
2003-08-25
1
-1
/
+1
*
Unify prototypes.
sos
2003-08-25
1
-33
/
+33
*
This is a major rework of the ATA driver (ATAng)
sos
2003-08-24
1
-83
/
+167
*
Grap the ATA lock on all channels before suspend, this makes certain
sos
2003-05-04
1
-0
/
+1
*
Third round of updates to the ATA driver.
sos
2003-04-07
1
-15
/
+88
*
Second round of updates to the ATA driver.
sos
2003-03-29
1
-36
/
+66
*
First round off updates/fixes to the ATA driver.
sos
2003-02-20
1
-26
/
+29
*
Update the code that deals with disk enclosures:
sos
2003-01-27
1
-2
/
+5
*
Fix the 48bit access support for the older Promise 66/100 controllers, the
sos
2003-01-19
1
-0
/
+1
*
This should be the way PC98 ATA disks are seen geometry wise.
sos
2002-12-17
1
-3
/
+4
[next]