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-dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFp4:
mav
2009-12-06
1
-1
/
+1
*
MFp4:
mav
2009-10-31
1
-9
/
+8
*
Remove constraint, requiring request data to fulfill controller's alignment
mav
2009-09-06
1
-3
/
+3
*
Move non-PCI prototypes from ata-pci.h -> ata-all.h.
raj
2009-06-24
1
-2
/
+0
*
Quite mechanical ch_detach implementations for all atapci subdrivers.
mav
2009-02-19
1
-1
/
+0
*
Restore the default maximum segment size for the bus dma tag to 64k as it
jhb
2008-10-21
1
-1
/
+1
*
This is the roumored ATA modulerisation works, and it needs a little explanat...
sos
2008-10-09
1
-1
/
+1
*
Fix the breakage that caused AHCI devices to vanish. Editor droppings :(
sos
2008-04-18
1
-25
/
+0
*
Alloc two DMA slots pr default, silly me forgot that slaves still exists.
sos
2008-04-17
1
-1
/
+1
*
Go back to preallocating everything possible on init.
sos
2008-04-17
1
-59
/
+139
*
Fix problem with slave devices.
sos
2008-04-14
1
-4
/
+4
*
Fix the brokenness in the former commit, sorry for the mess.
sos
2008-04-11
1
-32
/
+3
*
Add experimental support for SATA Port Multipliers
sos
2008-04-10
1
-130
/
+158
*
Implement a workaround of the datacorruption problem on serverworks HT1000 ch...
sos
2007-12-13
1
-1
/
+1
*
Fix KASSERT messages.
kevlo
2007-11-20
1
-1
/
+1
*
Try to workaound silicon bugs in Promise gen2 (ie TX4) chips
sos
2007-11-19
1
-0
/
+1
*
OK, this is not my day, fix the former fix :/
sos
2007-04-08
1
-2
/
+1
*
Hopefully unbreak the 64bit DMA support this time.
sos
2007-04-08
1
-6
/
+5
*
Dont zero out 64BIT flag on DMA ops.
sos
2007-04-08
1
-2
/
+3
*
Add support for 64bit addressing to AHCI and Marvell controllers.
sos
2007-04-06
1
-4
/
+6
*
Update copyright headers.
sos
2007-02-21
1
-1
/
+1
*
add a newbus method for obtaining the bus's bus_dma_tag_t... This is
jmg
2006-09-03
1
-1
/
+1
*
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
-8
/
+10
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Add support for setting the SG list segment size.
sos
2005-10-06
1
-5
/
+6
*
Reshape the dma code to be a bit more flexible so it can cope with
sos
2005-05-03
1
-10
/
+18
*
Update on the last commit, the dma* funciton needs to be called with
sos
2005-05-01
1
-2
/
+2
*
Take newbusification one step further, ie use the device_t more consequently
sos
2005-04-30
1
-22
/
+24
*
Put the BUS_DMASYNC_PREWRITE in the rigth position.
sos
2005-04-08
1
-2
/
+2
*
This is the much rumoured ATA mkIII update that I've been working on.
sos
2005-03-30
1
-56
/
+59
*
Don't set the BUS_DMA_ALLOCNOW flag for the parent tag or the tags that are
scottl
2004-11-17
1
-3
/
+3
*
Reduce the amount of memory reported to busdma.
sos
2004-09-10
1
-4
/
+4
*
Correct the args to busdma, mostly cosmetic.
sos
2004-08-20
1
-6
/
+5
*
Allow the use of a supplied function to set the PRD table. This is
sos
2004-08-13
1
-31
/
+15
*
Change the order of ata_dmainit/ata_allocate in preparation of
sos
2004-08-12
1
-1
/
+1
*
Try to narrow down the race window on HW that does not have ways to
sos
2004-08-05
1
-4
/
+2
*
Add support for the Promise command sequencer present on all modern Promise
sos
2004-04-13
1
-2
/
+33
*
Use UMA instead of plain malloc for getting ATA request storage.
sos
2004-01-14
1
-0
/
+1
*
Overhaul of the timeout/reinit framework. This should clear up most
sos
2004-01-11
1
-2
/
+2
*
Workaround for errata on early versions of the sii3112.
sos
2003-11-28
1
-3
/
+5
*
Fix the DMA problem that most severely hit on the DS3112a SATA chip
sos
2003-10-21
1
-19
/
+20
*
Give more correct params to busdma_*
sos
2003-10-07
1
-8
/
+9
*
Cleanup the dma int/alloc/free code.
sos
2003-08-25
1
-64
/
+48
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
This is a major rework of the ATA driver (ATAng)
sos
2003-08-24
1
-14
/
+23
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-1
/
+1
*
Mega busdma API commit.
scottl
2003-07-01
1
-3
/
+8
*
Third round of updates to the ATA driver.
sos
2003-04-07
1
-8
/
+0
*
Second round of updates to the ATA driver.
sos
2003-03-29
1
-116
/
+72
[next]