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
/
ahci
/
ahci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ahci(4) driver attach to controller with 32 ports.
mav
2016-07-07
1
-2
/
+2
*
Add support for managing Shingled Magnetic Recording (SMR) drives.
ken
2016-05-19
1
-2
/
+1
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
1
-1
/
+1
*
Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIM
imp
2016-04-17
1
-4
/
+7
*
New CAM I/O scheduler for FreeBSD. The default I/O scheduler is the same
imp
2016-04-14
1
-1
/
+4
*
Convert a long to rman_res_t, fixing a sign extension bug.
jhibbits
2016-03-20
1
-1
/
+1
*
Convert rman to use rman_res_t instead of u_long
jhibbits
2016-01-27
1
-1
/
+1
*
AHCI: Fix AHCI driver for ARM.
mmel
2015-11-29
1
-0
/
+3
*
AHCI: Use bus_dmamap_sync(9) when accessing DMA buffers.
mmel
2015-11-28
1
-3
/
+8
*
Introduce support for MSI-X interrupts in AHCI
zbb
2015-07-22
1
-7
/
+22
*
Add AHCI attachment code for Allwinner A10/A20 SoCs.
loos
2015-07-03
1
-0
/
+5
*
Reduce priority of ATA/SATA drivers.
mav
2015-03-23
1
-1
/
+1
*
Introduce Annapurna Labs AHCI support
zbb
2015-03-17
1
-0
/
+28
*
For some uniformity move ahci_ch_init() call under the lock.
mav
2015-02-26
1
-1
/
+1
*
- Const'ify the ahci_ids table.
marius
2014-12-28
1
-2
/
+2
*
style (9) nits
smh
2014-12-21
1
-7
/
+7
*
Return the error from ahci_setup_interrupt in ahci_attach
smh
2014-12-21
1
-2
/
+2
*
Clamp ahci max irq's to AHCI_MAX_IRQS
smh
2014-12-21
1
-0
/
+8
*
Prevent overflow issues in timeout processing
smh
2014-11-21
1
-8
/
+8
*
A dma tag alignment should be 1 (not 0) when a device can dma at any address.
ian
2014-11-06
1
-1
/
+1
*
Use r271207 optimization only for MSI-enabled HBAs.
mav
2014-10-06
1
-1
/
+1
*
Use a local STAILQ for unlocked done CCB processing in ahci direct mode
smh
2014-09-27
1
-2
/
+8
*
Initialize variables before resource_int_value().
mav
2014-09-12
1
-0
/
+2
*
Bunch of microoptimizations to reduce dereferences and cache collisions.
mav
2014-09-08
1
-152
/
+125
*
Save one register read (AHCI_IS) for AHCI controllers with only one port.
mav
2014-09-06
1
-1
/
+3
*
Restore order of interrupt setup. Minor problems can result by
imp
2014-09-06
1
-0
/
+9
*
Fix typo in comments.
mav
2014-09-06
1
-2
/
+3
*
Invert AHCI_Q_NOBSYRES quirk meaning, waiting for readiness by default.
mav
2014-09-05
1
-6
/
+11
*
Separate out PCI attachment from the main AHCI driver. Move checks of
imp
2014-09-04
1
-526
/
+75
*
We were returning 20 bytes as the FIS size to send, but only
imp
2014-08-30
1
-1
/
+1
*
Don't bother clearing maps for static DMA allocations to NULL. Instead,
jhb
2014-06-17
1
-2
/
+0
*
Correct AMD chipsets identification.
mav
2014-04-17
1
-7
/
+7
*
Add ID for one more ASMedia AHCI-compatible controller.
mav
2014-01-17
1
-0
/
+1
*
Revert r260165: Proper configuration of unmapped_buf_allowed should be used
zbb
2014-01-02
1
-8
/
+0
*
Use only mapped BIOs on ARM
zbb
2014-01-01
1
-0
/
+8
*
Do not attach to PCI bridges in AHCI driver
zbb
2014-01-01
1
-0
/
+7
*
Add few more minor parts of DevSleep support from AHCI 1.3.1 proposal.
mav
2013-11-15
1
-2
/
+5
*
Add some more IDs for Intel ATA, AHCI and USB controllers.
mav
2013-11-15
1
-12
/
+45
*
Merge CAM locking changes from the projects/camlock branch to radically
mav
2013-10-21
1
-49
/
+117
*
Support the PCI-Express SSD in the new MacBook Air (model A1465)
gavin
2013-08-28
1
-0
/
+1
*
Decode some bits defined in AHCI 1.3.1 Device Sleep Technical Proposal.
mav
2013-07-25
1
-1
/
+4
*
Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.
jfv
2013-07-19
1
-0
/
+1
*
Add ID for Marvell 88SE9215 AHCI SATA controller.
mav
2013-07-09
1
-0
/
+1
*
Add one more ID of Marvell SATA controller.
mav
2013-07-09
1
-0
/
+1
*
Added output of device QUIRKS for CAM and AHCI devices during boot.
smh
2013-05-18
1
-0
/
+20
*
Add IDs for HighPoint RocketRAID 640L/642L/644L -- new series of 4-port
mav
2013-05-02
1
-0
/
+3
*
Create controller-level DMA tag, handling range of supported addresses.
mav
2013-04-10
1
-7
/
+27
*
Read Asynchronous Notification statuses only if Port Multiplier or ATAPI
mav
2013-03-25
1
-1
/
+2
*
Depending on combination of running commands (NCQ/non-NCQ) try to avoid
mav
2013-03-25
1
-5
/
+10
*
No need to erase all 64 bytes of CFIS area if we never use more then 16.
mav
2013-03-24
1
-4
/
+4
[next]