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
*
Fix command timeout caused by data underrun during fetching ATAPI sense
mav
2013-02-22
3
-1
/
+3
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
2
-10
/
+11
*
Improve r238673 to additionally allow for odd-aligned buffers as
marius
2013-02-02
2
-10
/
+49
*
In case somebody still use it, fix legacy ataraid(4) to work on combined
mav
2013-01-15
1
-1
/
+2
*
Add Intel Lynx Point PCH SATA Controller Device IDs
jfv
2013-01-02
2
-0
/
+25
*
Add IDs for SATA controllers on AMD Hudson-2 series chipsets.
mav
2012-12-12
2
-0
/
+12
*
Remove duplicate const specifiers in many drivers (I hope I got all of
dim
2012-11-05
17
-18
/
+18
*
Only four specific ATA PIO commands transfer several sectors per DRQ block
mav
2012-11-01
1
-2
/
+10
*
Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) for
mav
2012-10-26
5
-6
/
+21
*
Add checks for ata_sata_scr_read() return statuses. It is mostly to silence
mav
2012-10-10
1
-3
/
+5
*
Fix build without `options ATA_CAM`, broken by r241144.
mav
2012-10-03
1
-0
/
+4
*
Implement SATA revision (speed) control for legacy SATA controller for
mav
2012-10-02
3
-4
/
+27
*
Remove bogus break statements.
kevlo
2012-09-18
1
-1
/
+0
*
Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers.
mav
2012-08-30
2
-0
/
+2
*
Use 16bit PIO instead of 32bit in case of misaligned buffer.
mav
2012-07-21
1
-18
/
+14
*
Fix typo in bzero length argument during sense fetching.
mav
2012-07-21
1
-1
/
+1
*
Remove variables which are initialized but never used thereafter
eadler
2012-07-07
1
-4
/
+0
*
- As a baind-aid, disable ATAPI DMA when using ATA_CAM for these controllers
marius
2012-06-14
1
-2
/
+5
*
Partially revert r236666:
mav
2012-06-10
1
-1
/
+1
*
ATA/SATA controllers have no idea about protocol of the connected device
mav
2012-06-06
1
-2
/
+2
*
Make legacy ATA to not call device_add_child() with unit number but
mav
2012-05-28
1
-1
/
+1
*
Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI
mav
2012-05-12
1
-0
/
+2
*
- First pass at const'ifying ata(4) as appropriate.
marius
2012-03-21
32
-124
/
+138
*
Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap it
marius
2012-03-21
6
-7
/
+94
*
Fix names of some Marvell SATA chips. It looks like chips with proprietary
mav
2012-03-02
3
-16
/
+16
*
Fix panic after "WARNING - ATA_IDENTIFY taskqueue timeout"
emaste
2012-02-13
1
-0
/
+1
*
Using ATA_CAM along with ATAPI DMA causes data corruption with ALI_NEW
marius
2012-01-27
2
-0
/
+8
*
Convert files to UTF-8
uqs
2012-01-15
45
-48
/
+48
*
Add the CAM Target Layer (CTL).
ken
2012-01-12
1
-2
/
+3
*
Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode.
jimharris
2012-01-06
2
-0
/
+2
*
Use strchr() and strrchr().
ed
2012-01-02
1
-2
/
+2
*
Add PCI IDs for the Intel ICH9M SATA controllers.
mav
2011-12-14
2
-0
/
+8
*
Add hw.ahci.force tunable to control whether AHCI drivers should attach
mav
2011-12-02
2
-2
/
+26
*
Rename device_delete_all_children() into device_delete_children().
hselasky
2011-11-22
2
-2
/
+2
*
Move the device_delete_all_children() function from usb_util.c
hselasky
2011-11-19
2
-15
/
+3
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
In r225931 I've missed the only other driver using the pointer returned
marius
2011-11-01
3
-7
/
+31
*
Some dmesg cosmetics:
mav
2011-10-24
3
-3
/
+18
*
Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernel
rodrigc
2011-10-09
1
-0
/
+3
*
Fix a typo in a comment.
wxs
2011-10-06
1
-1
/
+1
*
Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent Apple
mav
2011-08-02
1
-3
/
+21
*
- Use mutex to serialize index/data register pair usage, when
mav
2011-07-22
6
-13
/
+94
*
Skip BAR(5) usage for SATA registers access on ICH8M Apples, because for
mav
2011-06-14
1
-1
/
+3
*
Intel NM10 chipset's SATA controller has same PCI ID and revision as ICH7's,
mav
2011-06-09
1
-7
/
+23
*
Chipset support for the new Intel Panther Point PCH, thanks
jfv
2011-05-11
2
-0
/
+25
*
According to ATA specifications, when ATAPI master is the only device, it
mav
2011-04-21
1
-11
/
+21
*
- Fix mapping of the last two SATA ports on 6-port Intel controllers.
mav
2011-04-21
2
-3
/
+3
*
Use periodic status polling added at r214671 only in ATA_CAM mode. Legacy
mav
2011-04-21
1
-7
/
+13
*
Make PATA-like soft-reset in ata(4) more strict in checking disk signature.
mav
2011-04-21
1
-2
/
+2
*
Implement automatic SCSI sense fetching for ata(4) in ATA_CAM mode.
mav
2011-04-12
2
-4
/
+81
[next]