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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use 'pause' in several places rather than trying to tsleep() on NULL (which
jhb
2007-02-23
1
-3
/
+3
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Update copyright headers.
sos
2007-02-21
1
-1
/
+1
*
Do not special-case __ARMEB__, we handle that in the arm code.
cognet
2006-12-16
1
-2
/
+0
*
Deal more generically with the byteswap needed on !littleendian HW.
sos
2006-11-17
1
-2
/
+2
*
CF devices are ATA not ATAPI.
sos
2006-09-11
1
-1
/
+3
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-3
/
+0
*
Dont poll for ATA_IDLE on a detached channel in suspend.
sos
2006-04-14
1
-2
/
+2
*
Make the ATAPI sense data accessible when using the ioctl interface
sos
2006-03-31
1
-1
/
+5
*
write the right unit # on verbose output.
sos
2006-03-10
1
-1
/
+2
*
typo.
sos
2006-03-09
1
-1
/
+1
*
Get rid of all the "long long"/"maxint" casting around in printf's.
sos
2006-03-09
1
-1
/
+1
*
ATA_USB will need to hook into the delayed boot identify to have
sos
2006-03-08
1
-1
/
+1
*
Add USB modes.
sos
2006-03-05
1
-0
/
+3
*
Fix ata_reinit so it does things in the right order to prevent panic's.
sos
2006-02-25
1
-38
/
+32
*
Unbreak Promise SATAII/150 controllers caused by the DMA dump changes.
sos
2006-02-09
1
-1
/
+1
*
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
-12
/
+9
*
Get rid of the advertising clause in the copyright.
sos
2006-01-05
1
-3
/
+1
*
When IOCATAGPARM is called, update the capabilities page that is stored
sos
2005-11-25
1
-17
/
+28
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Enclose the delayed attach in Giant so we dont loose the race with other
sos
2005-10-27
1
-6
/
+10
*
Harden the hotplug support for SATA devices.
sos
2005-09-14
1
-10
/
+39
*
In ata_mode2str() properly list -1 as UNSUPPORTED.
sos
2005-08-29
1
-0
/
+1
*
Dont set default mode to ATA_DMA_MAX on devices not capable of DMA.
sos
2005-08-25
1
-1
/
+3
*
Add support for working around controllers that cannot do DMA in 48bit mode.
sos
2005-08-17
1
-14
/
+55
*
Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.
sos
2005-08-12
1
-0
/
+1
*
Make certain the the 48bit flag is reset if we dont translate LBA.
sos
2005-05-17
1
-2
/
+2
*
Change the way ioctls are issue to ATA.
sos
2005-05-16
1
-197
/
+152
*
Cleanup comments
sos
2005-05-13
1
-2
/
+2
*
Reshape the dma code to be a bit more flexible so it can cope with
sos
2005-05-03
1
-1
/
+41
*
Take newbusification one step further, ie use the device_t more consequently
sos
2005-04-30
1
-12
/
+16
*
Now that probing is working in the new fashion, we need to go back to
sos
2005-04-29
1
-54
/
+164
*
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
-26
/
+23
*
Properly hook in devices found by SATA connect events.
sos
2005-04-20
1
-2
/
+1
*
Add a named reference-count KPI to hold off mounting of the root filesystem.
phk
2005-04-18
1
-0
/
+3
*
Add uma zone for composite ops.
sos
2005-04-18
1
-5
/
+15
*
Make things compile again with ATA_STATIC_ID.
sos
2005-04-15
1
-2
/
+2
*
Move the creation of ata_channel child devices to the channel code.
sos
2005-04-15
1
-41
/
+36
*
Generalise the SATA PHY handling code so it wont be duplicated for
sos
2005-04-08
1
-2
/
+2
*
Add support for controllers that doesn't have the usual taskfile
sos
2005-04-06
1
-0
/
+14
*
Change the ata_* methods to use a channel device instead of a
sos
2005-03-31
1
-10
/
+10
*
This is the much rumoured ATA mkIII update that I've been working on.
sos
2005-03-30
1
-676
/
+409
*
Avoid using tsleep() in the resume path as it may result in the
mdodd
2005-02-07
1
-1
/
+4
*
Return ATA register values in the request struct when ATAREQUEST returns.
sos
2004-11-24
1
-4
/
+8
*
Idle the channel earlier in reinit().
sos
2004-10-19
1
-10
/
+10
*
Refine locking so it covers the "running" variable as well.
sos
2004-10-13
1
-40
/
+37
*
Dont sleep with lock held.
sos
2004-10-10
1
-1
/
+1
*
Add SHARP to the pool of drives that doesn not need byteswapping of
sos
2004-10-07
1
-5
/
+7
[next]