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-queue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Harden the hotplug support for SATA devices.
sos
2005-09-14
1
-36
/
+29
*
Zero donecount on auto request sense.
sos
2005-06-28
1
-0
/
+1
*
Add back one line that got deleted in the last commit.
sos
2005-05-11
1
-2
/
+4
*
Reshape the dma code to be a bit more flexible so it can cope with
sos
2005-05-03
1
-2
/
+1
*
Take newbusification one step further, ie use the device_t more consequently
sos
2005-04-30
1
-7
/
+10
*
Now that probing is working in the new fashion, we need to go back to
sos
2005-04-29
1
-0
/
+1
*
Rehash the timeout code to make it more simple.
sos
2005-04-21
1
-81
/
+32
*
Change the ata_* methods to use a channel device instead of a
sos
2005-03-31
1
-3
/
+3
*
This is the much rumoured ATA mkIII update that I've been working on.
sos
2005-03-30
1
-117
/
+233
*
When resubmitting a timed out request, reset donecount.
mdodd
2005-03-02
1
-0
/
+1
*
Reset timeout when we are back from interrupt.
sos
2004-12-08
1
-0
/
+3
*
Correct logical error, result was that retries wasn't always made but
sos
2004-12-08
1
-1
/
+2
*
Do not retry on requests that has lost thier device during reinit.
sos
2004-10-20
1
-8
/
+5
*
Cosmetics
sos
2004-10-19
1
-6
/
+2
*
Refine locking so it covers the "running" variable as well.
sos
2004-10-13
1
-68
/
+71
*
Fix the PC98 lockups on boot.
sos
2004-10-06
1
-9
/
+8
*
Remove the old ATA_*LOCK_CH macros that used atomic ops and use
sos
2004-09-26
1
-114
/
+111
*
Fix the handling of "inflight" requests when doing reinit's.
sos
2004-08-27
1
-2
/
+21
*
Workaround devices that responds with registers as *both* master & slave,
sos
2004-08-22
1
-2
/
+10
*
Improve (hopefully) on the workaround code for devices that doesn't
sos
2004-08-16
1
-13
/
+13
*
Close a race in ata_reinit().
sos
2004-08-09
1
-3
/
+0
*
Try to narrow down the race window on HW that does not have ways to
sos
2004-08-05
1
-14
/
+14
*
Use the right cmd+errorcode if we are in autosense/not.
sos
2004-06-01
1
-2
/
+3
*
Only set and report error if not set already.
sos
2004-06-01
1
-1
/
+1
*
Spring cleanup of macros
sos
2004-04-30
1
-1
/
+1
*
Add support for the Promise command sequencer present on all modern Promise
sos
2004-04-13
1
-2
/
+3
*
Add support for detaching PCI controllers.
sos
2004-03-15
1
-0
/
+33
*
If being verbose in the autosense code, print the original error.
sos
2004-03-02
1
-4
/
+2
*
Report the original command on failures that causes auto sense.
sos
2004-03-02
1
-4
/
+6
*
Issue a request sense command automagically when ATAPI commands fail
sos
2004-02-28
1
-36
/
+62
*
Dont use the bio_taskqueue if we are in timeout.
sos
2004-02-17
1
-2
/
+2
*
Commit simple workarounf for the "LiteOn" hang on boot problem.
sos
2004-02-06
1
-0
/
+1
*
Be more robust in the probe. We dont want to get into a loop with
sos
2004-01-30
1
-13
/
+28
*
Use the biotask functionality in GEOM to put finished requests on
sos
2004-01-28
1
-14
/
+20
*
Fix breakage on timeout/retries. The bug cause a sema to be leaked so
sos
2004-01-19
1
-21
/
+23
*
Use UMA instead of plain malloc for getting ATA request storage.
sos
2004-01-14
1
-27
/
+6
*
Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.
sos
2004-01-12
1
-4
/
+4
*
Overhaul of the timeout/reinit framework. This should clear up most
sos
2004-01-11
1
-90
/
+154
*
Fix compilation on 64bit archs.
sos
2003-12-16
1
-1
/
+1
*
Print the LBA on failing R/W commands.
sos
2003-12-15
1
-5
/
+7
*
If just gcc could make up its mind...
sos
2003-10-20
1
-1
/
+1
*
Only announce ECC errors when its only that.
sos
2003-10-20
1
-2
/
+2
*
Reintroduce the "recovered from lost interrupt" code, but in a new
sos
2003-10-14
1
-6
/
+7
*
Avoid potential race on ATA_R_DONE.
sos
2003-10-12
1
-2
/
+3
*
Improve timeout handling and reporting.
sos
2003-10-07
1
-6
/
+22
*
Always check the sensekey field on ATAPI returns
sos
2003-09-19
1
-1
/
+4
*
Properly handle error code returns from the lower levels ATAPI code.
sos
2003-09-18
1
-14
/
+14
*
Make sure to call start when retrying.
sos
2003-08-28
1
-1
/
+2
*
Unify prototypes.
sos
2003-08-25
1
-3
/
+3
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
[next]