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-lowlevel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells.
grehan
2008-05-08
1
-1
/
+3
*
Go back to preallocating everything possible on init.
sos
2008-04-17
1
-4
/
+4
*
Fix problem with slave devices.
sos
2008-04-14
1
-8
/
+7
*
Add experimental support for SATA Port Multipliers
sos
2008-04-10
1
-33
/
+31
*
Implement a workaround of the datacorruption problem on serverworks HT1000 ch...
sos
2007-12-13
1
-67
/
+89
*
Add support for 64bit addressing to AHCI and Marvell controllers.
sos
2007-04-06
1
-0
/
+1
*
Update copyright headers.
sos
2007-02-21
1
-1
/
+1
*
Add preliminary support for the Serverworks HT1000 chip.
sos
2006-07-04
1
-1
/
+1
*
Add support for using DMA on dump, greatly speeds up the dump process.
sos
2006-01-18
1
-5
/
+19
*
Get rid of the advertising clause in the copyright.
sos
2006-01-05
1
-3
/
+1
*
Dont use the BUS_DMA_ALLOCNOW flag. Instead use BUS_DMA_NOWAIT and return
sos
2005-12-05
1
-7
/
+9
*
Fix two identical harmless typos in ata error messages:
keramida
2005-11-28
1
-2
/
+2
*
Dont wait for READY on ATAPI_IDENTIFY.
sos
2005-09-19
1
-1
/
+5
*
Harden the hotplug support for SATA devices.
sos
2005-09-14
1
-3
/
+5
*
Add support for working around controllers that cannot do DMA in 48bit mode.
sos
2005-08-17
1
-4
/
+4
*
Change the way ioctls are issue to ATA.
sos
2005-05-16
1
-42
/
+41
*
Fix more ATAPI breakage.
sos
2005-05-13
1
-3
/
+9
*
Fix ATAPI DMA. We need to set the proper flags for DMA modes.
sos
2005-05-11
1
-1
/
+3
*
Reshape the dma code to be a bit more flexible so it can cope with
sos
2005-05-03
1
-155
/
+103
*
Update on the last commit, the dma* funciton needs to be called with
sos
2005-05-01
1
-9
/
+9
*
Take newbusification one step further, ie use the device_t more consequently
sos
2005-04-30
1
-25
/
+31
*
Now that probing is working in the new fashion, we need to go back to
sos
2005-04-29
1
-138
/
+0
*
Rearrange the way the reset code is called.
sos
2005-04-28
1
-6
/
+1
*
Rehash the timeout code to make it more simple.
sos
2005-04-21
1
-57
/
+59
*
Read back the real taskfile register values when in 48BIT mode.
sos
2005-04-14
1
-5
/
+22
*
Generalise the SATA PHY handling code so it wont be duplicated for
sos
2005-04-08
1
-12
/
+7
*
Add support for controllers that doesn't have the usual taskfile
sos
2005-04-06
1
-9
/
+9
*
Fix a buglet that caused slaves to be nondetected.
sos
2005-04-03
1
-3
/
+4
*
Change the ata_* methods to use a channel device instead of a
sos
2005-03-31
1
-1
/
+1
*
This is the much rumoured ATA mkIII update that I've been working on.
sos
2005-03-30
1
-186
/
+347
*
Whitespace nit. Clarifies which body this line belongs to.
njl
2005-03-06
1
-1
/
+1
*
Handle PIO timeouts in ata_end_transaction() by immediately returning.
mdodd
2005-03-02
1
-0
/
+3
*
In ata_generic_reset() while waiting for both master & slave to become
mdodd
2005-03-02
1
-1
/
+4
*
Loosen the probe a bit.
sos
2004-12-24
1
-5
/
+9
*
Compensate for off by one bugs in disk firmware for 48BIT addressing cutover.
sos
2004-12-09
1
-1
/
+1
*
Return ATA register values in the request struct when ATAREQUEST returns.
sos
2004-11-24
1
-1
/
+2
*
Remove the old ATA_*LOCK_CH macros that used atomic ops and use
sos
2004-09-26
1
-69
/
+26
*
Introduce ata_udelay() that uses tsleep instead of DELAY if possible.
sos
2004-09-03
1
-3
/
+4
*
remove unused prototype
sos
2004-08-27
1
-1
/
+0
*
Fix the handling of "inflight" requests when doing reinit's.
sos
2004-08-27
1
-1
/
+10
*
Improve (hopefully) on the workaround code for devices that doesn't
sos
2004-08-16
1
-9
/
+4
*
Correct the last commit so it works in error situations as well.
sos
2004-08-07
1
-1
/
+1
*
Fix a panic in ata_generic_transaction(). The DMA pointer of the channel
njl
2004-08-06
1
-1
/
+1
*
Try to narrow down the race window on HW that does not have ways to
sos
2004-08-05
1
-13
/
+13
*
Refine the wait for ATAPI_RESET.
sos
2004-07-24
1
-2
/
+10
*
Dont expect interrupt from ATAPI_RESET, it doesn't deliver one.
sos
2004-07-23
1
-0
/
+11
*
Back out the last change as that broke some SATA devices.
sos
2004-06-11
1
-9
/
+4
*
Dont retry on devices that left the system.
sos
2004-06-01
1
-2
/
+3
*
Rip out the too verbose "spurious interrupt" printf's, they dont serve
sos
2004-05-17
1
-16
/
+1
*
Spring cleanup of macros
sos
2004-04-30
1
-1
/
+1
[next]