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
*
Whitespace cleanup.
des
2004-05-20
1
-29
/
+29
*
Rip out the too verbose "spurious interrupt" printf's, they dont serve
sos
2004-05-17
1
-16
/
+1
*
Fix Sii3114 support.
sos
2004-05-10
2
-36
/
+35
*
Do at better job at unit numbering.
sos
2004-04-30
1
-9
/
+18
*
Spring cleanup of macros
sos
2004-04-30
11
-100
/
+45
*
Reduce the time spent looking for devices on channels that return
sos
2004-04-27
1
-4
/
+4
*
Use pci_get_progif to decide if this is one of the primary/secondary
sos
2004-04-27
1
-7
/
+2
*
Try the simplify determining what is ata0 and ata1.
sos
2004-04-24
1
-17
/
+1
*
Change setup for SiS device to allow PCI native mode.
sos
2004-04-24
1
-4
/
+4
*
Make the test for ATA PCI legacy addressing mode more robust.
sos
2004-04-21
3
-15
/
+44
*
Do not pre-allocate resources for BAR's on ATA MASTERDEV's thats on
sos
2004-04-20
1
-3
/
+3
*
Move a verbose printf before the first exit so we get a chance
sos
2004-04-19
1
-4
/
+4
*
Add support for the Promise command sequencer present on all modern Promise
sos
2004-04-13
12
-270
/
+625
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
4
-20
/
+20
*
Update the SiS support to distinguish older southbridges better.
sos
2004-03-16
2
-9
/
+21
*
Add support for detaching PCI controllers.
sos
2004-03-15
7
-97
/
+129
*
Add yet another VIA pci id.
sos
2004-03-11
2
-2
/
+4
*
Only setup sii_reset on sii311[24].
sos
2004-03-04
1
-2
/
+3
*
Use auto-sense data provided by the lowlevel ATA code.
thomas
2004-03-04
1
-1
/
+10
*
If being verbose in the autosense code, print the original error.
sos
2004-03-02
1
-4
/
+2
*
Report the original command on failures that causes auto sense.
sos
2004-03-02
2
-4
/
+7
*
Fix getting progress data for some device in yet another way.
sos
2004-03-02
1
-22
/
+36
*
Remember to mtx_destroy mutexes.
sos
2004-03-01
5
-3
/
+10
*
Rearrange sense_key and sense_data to get alignment right.
sos
2004-02-29
1
-1
/
+1
*
Issue a request sense command automagically when ATAPI commands fail
sos
2004-02-28
2
-58
/
+86
*
Add support for the sii3512 SATA chip.
sos
2004-02-25
2
-0
/
+3
*
Device megapatch 4/6:
phk
2004-02-21
2
-1
/
+4
*
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
[next]