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
*
Small typo.
pfg
2016-03-29
1
-1
/
+1
*
Add unmapped I/O support to ata(4) driver.
mav
2015-08-07
1
-70
/
+167
*
Fix several typos
eadler
2013-05-12
1
-1
/
+1
*
- With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related
marius
2013-04-06
1
-1
/
+0
*
- Make ata_str2mode() static, it's not used outside of ata-all.c.
marius
2013-04-06
1
-1
/
+1
*
Remove all legacy ATA code parts, not used since options ATA_CAM enabled in
mav
2013-04-04
1
-30
/
+0
*
Improve r238673 to additionally allow for odd-aligned buffers as
marius
2013-02-02
1
-10
/
+39
*
Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) for
mav
2012-10-26
1
-2
/
+10
*
Remove bogus break statements.
kevlo
2012-09-18
1
-1
/
+0
*
Use 16bit PIO instead of 32bit in case of misaligned buffer.
mav
2012-07-21
1
-18
/
+14
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
Make PATA-like soft-reset in ata(4) more strict in checking disk signature.
mav
2011-04-21
1
-2
/
+2
*
Mark command submission timeouts as timeouts. This should trigger device
mav
2010-11-06
1
-8
/
+13
*
Add support for odd-sized PIO transfers, sometimes used by ATAPI.
mav
2010-11-06
1
-6
/
+18
*
Fix a problem where device detection would work unreliably on Serverworks
nwhitehorn
2010-09-09
1
-2
/
+8
*
SATA1.x SiliconImage controllers on power-on reset TFD Status register into
mav
2010-09-02
1
-17
/
+13
*
Some revisions of the Serverworks K2 SATA controller have a data
nwhitehorn
2010-06-06
1
-1
/
+10
*
MFp4:
mav
2009-12-06
1
-0
/
+9
*
MFp4:
mav
2009-10-31
1
-46
/
+45
*
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
[next]