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
*
Dont alloc size 0 buffers.
sos
2004-02-21
1
-3
/
+5
*
Check both PORTEN and MEMEN for enabled HW.
sos
2004-02-21
1
-1
/
+1
*
Only register interrupt as seen if it was a real HW interrupt.
sos
2004-02-21
1
-1
/
+3
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
6
-51
/
+58
*
Dont use the bio_taskqueue if we are in timeout.
sos
2004-02-17
1
-2
/
+2
*
(atapi_cb): Reenable automatic retrieve of sense data on error, making
thomas
2004-02-11
1
-14
/
+21
*
Commit simple workarounf for the "LiteOn" hang on boot problem.
sos
2004-02-06
1
-0
/
+1
*
Move the enabling of interrupt back to where it was some time ago.
sos
2004-02-02
1
-4
/
+3
*
Fix support for the Promise TX4 on amd64.
sos
2004-02-02
2
-1
/
+2
*
Be more robust in the probe. We dont want to get into a loop with
sos
2004-01-30
2
-24
/
+38
*
Cleanups/cosmetics.
sos
2004-01-29
3
-9
/
+8
*
Fix for those lost interrupts on probe on lots of controller types.
sos
2004-01-28
1
-6
/
+6
*
Use the biotask functionality in GEOM to put finished requests on
sos
2004-01-28
7
-32
/
+36
*
Fix breakage in PIO multisector support.
sos
2004-01-23
1
-1
/
+0
*
Update the support for the VIA 8237 southbridge.
sos
2004-01-20
2
-3
/
+4
*
Fix breakage on timeout/retries. The bug cause a sema to be leaked so
sos
2004-01-19
4
-24
/
+27
*
Fixed a memory leak.
ru
2004-01-18
1
-1
/
+3
*
Fix botch in last commit.
sos
2004-01-18
1
-2
/
+2
*
Add missing free's.
sos
2004-01-18
1
-0
/
+4
*
Add support for the Silicon Image 3114 4 channel SATA controller.
sos
2004-01-17
2
-10
/
+18
*
Use UMA instead of plain malloc for getting ATA request storage.
sos
2004-01-14
16
-36
/
+32
*
Fix potential cable detection problem on older CMD chips.
sos
2004-01-14
1
-7
/
+9
*
Fix ata_getparam to accept the fact that some crappy devices can pose as
sos
2004-01-13
1
-10
/
+12
*
Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.
sos
2004-01-12
4
-9
/
+9
*
#include sema.h is now required.
sos
2004-01-12
1
-0
/
+1
*
Overhaul of the timeout/reinit framework. This should clear up most
sos
2004-01-11
15
-220
/
+358
*
Use the saved params for LBA-CHS conversion. Fixes PC98 bug.
sos
2004-01-08
1
-4
/
+3
*
Try to simplify the SiS probe. If SiS stays with the current schema for
sos
2003-12-25
1
-22
/
+9
*
Fix the register timings for AMD/VIA/nVidia chipsets.
sos
2003-12-18
1
-3
/
+3
*
Add support for the SiS 661 chipset (using SiS 963 south).
sos
2003-12-18
2
-0
/
+2
*
Fix compilation on 64bit archs.
sos
2003-12-16
1
-1
/
+1
*
Print the LBA on failing R/W commands.
sos
2003-12-15
1
-5
/
+7
*
Finetune last commit, we need to take care of empty channels.
sos
2003-12-10
1
-3
/
+7
*
Add back the national support, this was removed by accident earlier.
sos
2003-12-09
1
-0
/
+4
*
More errata fixing for the SiI3112A disaster chip:
sos
2003-12-08
1
-1
/
+3
*
Fix more problems with the Silicon Image 3112A:
sos
2003-12-08
1
-1
/
+17
*
Try a little harder to catch when fixate finishes.
sos
2003-12-07
1
-2
/
+4
*
Fix a potential problem with atapi-cam where an incorrect flag is passed
scottl
2003-12-05
1
-1
/
+1
*
Fix for the missing slave problem.
sos
2003-12-03
1
-1
/
+1
*
Fix modesetting on ISA only systems.
sos
2003-12-03
1
-1
/
+1
*
Fix ata-card.
sos
2003-11-30
2
-38
/
+28
*
Workaround for errata on early versions of the sii3112.
sos
2003-11-28
4
-5
/
+13
*
Correct the former patch, I accidently committed the wrong version.
sos
2003-11-24
1
-2
/
+2
*
Fix panic on certain failed configs.
sos
2003-11-24
1
-4
/
+11
*
Be less noisy when GEOM probes around during boot if drive contains
sos
2003-11-24
1
-0
/
+5
*
Fix support for the cmd646 chip.
sos
2003-11-21
1
-2
/
+27
*
Add support for the SiS964 ATA/SATA southbridge.
sos
2003-11-18
2
-9
/
+19
*
Work around the problem that some CDROM drives might return different
sos
2003-11-18
1
-3
/
+5
*
Centralise mode setting. Instead of doing it in all subdrivers, do
sos
2003-11-11
7
-43
/
+28
*
Update the dump code to flush buffers at the end of the dump
sos
2003-11-11
1
-19
/
+25
[next]