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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the ICH7 support so it deals better with chips without AHCI.
sos
2005-12-02
4
-84
/
+115
*
Fix the ata_composite/ata_request leak when using RAID0+1.
sos
2005-11-29
2
-9
/
+18
*
Fix SiS SATA support, the SATA registers was off.
sos
2005-11-28
3
-44
/
+243
*
Fix two identical harmless typos in ata error messages:
keramida
2005-11-28
1
-2
/
+2
*
When IOCATAGPARM is called, update the capabilities page that is stored
sos
2005-11-25
2
-18
/
+29
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
9
-9
/
+9
*
Return the right format (LBA/MSF) in TOC entries.
sos
2005-10-28
1
-5
/
+7
*
Enclose the delayed attach in Giant so we dont loose the race with other
sos
2005-10-27
1
-6
/
+10
*
Minor cleanups, no functional changes
sos
2005-10-13
1
-17
/
+2
*
Add support for the ATI IXP[234]00 series chipsets.
sos
2005-10-12
4
-1
/
+126
*
Correct the former patch to the way it would have looked after review.
sos
2005-10-10
1
-13
/
+13
*
Properly react to allocation failures.
sos
2005-10-10
1
-6
/
+11
*
When breaking up a large request into smaller ones for the strategy
peadar
2005-10-09
1
-1
/
+7
*
Add support for setting the SG list segment size.
sos
2005-10-06
3
-11
/
+19
*
Forgot to commit ata-card fixes last night. Fix gleb's attempt to do
imp
2005-09-22
1
-4
/
+7
*
Fix build.
glebius
2005-09-22
1
-9
/
+4
*
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
4
-51
/
+77
*
Fix problem with finding the still working disk in a broken mirror on VIA.
sos
2005-09-06
2
-1
/
+4
*
In ata_mode2str() properly list -1 as UNSUPPORTED.
sos
2005-08-29
1
-0
/
+1
*
Fix support for the VIA 6421 controller.
sos
2005-08-29
2
-3
/
+30
*
Dont set default mode to ATA_DMA_MAX on devices not capable of DMA.
sos
2005-08-25
1
-1
/
+3
*
Apply fix for "pr82261 DMA-support on Sparc64 broken"
sos
2005-08-23
2
-5
/
+42
*
Fix problem on Promise "mio" controllers and 48bit mode caused by last commit
sos
2005-08-22
1
-0
/
+9
*
Add support for working around controllers that cannot do DMA in 48bit mode.
sos
2005-08-17
5
-35
/
+97
*
Use the bio field instead of the driver field as intended.
sos
2005-08-17
1
-2
/
+2
*
Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.
sos
2005-08-12
3
-1
/
+7
*
Add support for the ITE IT8211F controller.
sos
2005-08-05
2
-6
/
+15
*
Dont limit all transfers to DEV_BSIZE (stale dbug code)
sos
2005-08-04
1
-3
/
+4
*
Remove stale struct ata_channel declaration.
sos
2005-07-29
1
-1
/
+0
*
Zero donecount on auto request sense.
sos
2005-06-28
1
-0
/
+1
*
Dont call ata_finish in ad_dump as that is no longer needed and causes panic.
sos
2005-06-27
1
-10
/
+11
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
1
-7
/
+7
*
Avoid GCC optimizations from injecting a call to memset(?) in order
marcel
2005-06-11
1
-1
/
+2
*
Enable SATA hotplug support.
sos
2005-06-10
1
-0
/
+4
*
Fix the long standing problem with poor transferrates on Intel ICHH type
sos
2005-06-09
1
-2
/
+3
*
Fix the register offset for the ATAPI count register thats used to
sos
2005-06-09
1
-2
/
+2
*
Use the presence of ctlr->dmainit instead of r_res1 to find out when to
sos
2005-06-09
1
-1
/
+1
*
Add support for the Intel 31244.
sos
2005-06-08
2
-81
/
+255
*
Apply the usual woodoo for 64bitness.
sos
2005-06-06
1
-2
/
+2
*
Add support for nVidia's software RAID "MediaShield".
sos
2005-06-06
2
-7
/
+257
*
Make nVidia SATA hotplug support DTRT.
sos
2005-06-05
1
-26
/
+27
*
Unbreak the ICH6 AHCI support in !48Bit mode.
sos
2005-06-05
1
-2
/
+7
*
Make certain the the 48bit flag is reset if we dont translate LBA.
sos
2005-05-17
1
-2
/
+2
*
longer used (contents added to sys/ata.h)
sos
2005-05-16
1
-130
/
+0
*
Change the way ioctls are issue to ATA.
sos
2005-05-16
11
-425
/
+398
*
Cleanup comments
sos
2005-05-13
5
-22
/
+11
*
Fix more ATAPI breakage.
sos
2005-05-13
1
-3
/
+9
*
Add new Intel PCI ID's for the ICH7 chips (untested).
sos
2005-05-11
2
-2
/
+13
*
Add support for AHCI compliant ATA devices.
sos
2005-05-11
2
-14
/
+463
[next]