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 Viking Interworks 256MB as an ata device; this might give
remko
2007-06-26
1
-0
/
+1
*
Hopefully unbreak the 64bit DMA support this time.
sos
2007-04-08
1
-1
/
+1
*
Add support for 64bit addressing to AHCI and Marvell controllers.
sos
2007-04-06
1
-0
/
+1
*
Cleanup the channel/phy reset code.
sos
2007-03-08
1
-0
/
+1
*
Update copyright headers.
sos
2007-02-21
1
-1
/
+1
*
Support AHCI chips where the ports are not consecutively numbered as in
sos
2007-02-15
1
-0
/
+23
*
Update AHCI support to be more generic.
sos
2006-06-28
1
-0
/
+2
*
Make the ATAPI sense data accessible when using the ioctl interface
sos
2006-03-31
1
-44
/
+5
*
ATA_USB will need to hook into the delayed boot identify to have
sos
2006-03-08
1
-0
/
+1
*
Work around the deadlock that occours when ATA waits for the taskqueue
sos
2006-03-01
1
-2
/
+6
*
Keep the parent device (in this case the channel) around in ata_request,
sos
2006-02-23
1
-0
/
+1
*
Unbreak Promise SATAII/150 controllers caused by the DMA dump changes.
sos
2006-02-09
1
-1
/
+0
*
Whitespace cleanup.
sos
2006-01-18
1
-3
/
+3
*
Add support for using DMA on dump, greatly speeds up the dump process.
sos
2006-01-18
1
-0
/
+5
*
Get rid of the advertising clause in the copyright.
sos
2006-01-05
1
-3
/
+1
*
Fix rebuilds of arrays that got stuck.
sos
2005-12-27
1
-1
/
+2
*
Fix the ata_composite/ata_request leak when using RAID0+1.
sos
2005-11-29
1
-0
/
+1
*
When IOCATAGPARM is called, update the capabilities page that is stored
sos
2005-11-25
1
-1
/
+1
*
Add support for setting the SG list segment size.
sos
2005-10-06
1
-4
/
+5
*
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
[prev]
[next]