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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend AHCI_Q_BIT_STRING after adding new quirk for soft
wma
2017-09-06
1
-0
/
+1
*
Enable optional soft reset in AHCI
wma
2017-09-06
2
-0
/
+9
*
Add support for AHCI on ARMADA38X
wma
2017-09-06
1
-0
/
+156
*
MFC r317080: Block FPDMA TRIM for ASMedia HBAs.
mav
2017-05-02
3
-11
/
+15
*
MFC r311305 (by asomers):
mav
2017-03-23
2
-6
/
+6
*
MFC r313949: Remove dead mentions of CAM target mode APIs from drivers.
mav
2017-02-28
1
-4
/
+0
*
MFC r312767: Partially workaround ASMedia HBA error recovery.
mav
2017-02-08
3
-13
/
+26
*
MFC r309252: Add more ASMedia PCI IDs from different sources.
mav
2017-01-10
1
-2
/
+9
*
MFC r309251: Process port interrupt even is PxIS register is zero.
mav
2017-01-10
1
-4
/
+0
*
MFC r305536: Fix channel initialization in FBS mode.
mav
2016-09-14
1
-15
/
+15
*
MFC r304521: JMicron JMB361 has only a single SATA port
avg
2016-08-23
1
-1
/
+1
*
MFC r302947: In AHCI_IRQ_MODE_AFTER mode do not clear interrupts below.
mav
2016-08-18
1
-0
/
+1
*
MFC r302946:
mav
2016-08-18
1
-1
/
+2
*
Fix ahci(4) driver attach to controller with 32 ports.
mav
2016-07-07
2
-4
/
+4
*
Add support for managing Shingled Magnetic Recording (SMR) drives.
ken
2016-05-19
1
-2
/
+1
*
Add some device IDs from Intel Sunrise Point chipsets.
mav
2016-05-03
1
-0
/
+9
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
2
-3
/
+3
*
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
*
Add hint.ahci.X.quirks tunable for some odd cases.
mav
2016-04-13
1
-0
/
+2
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
1
-1
/
+1
*
Disable MSI-x for AHCI on Alpine plattform
zbb
2016-03-31
2
-2
/
+7
*
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
2
-2
/
+2
*
Add support for a generic AHCI attachment. This allows us to attach to a
andrew
2015-12-03
1
-0
/
+131
*
AHCI: Fix AHCI driver for ARM.
mmel
2015-11-29
2
-0
/
+17
*
AHCI: Use bus_dmamap_sync(9) when accessing DMA buffers.
mmel
2015-11-28
1
-3
/
+8
*
Allow AHCI driver attach to all known chips reporting RAID class.
mav
2015-09-22
1
-1
/
+4
*
Introduce support for MSI-X interrupts in AHCI
zbb
2015-07-22
3
-19
/
+140
*
Correct bit offsets for ahci quirks
smh
2015-07-06
1
-2
/
+2
*
Add AHCI attachment code for Allwinner A10/A20 SoCs.
loos
2015-07-03
2
-0
/
+8
*
Disable port multiplier support on Marvell 88SE61xx chips.
mav
2015-07-02
1
-8
/
+8
*
Restore AHCI quirks printing as base16.
mav
2015-06-02
1
-1
/
+1
*
Reduce priority of ATA/SATA drivers.
mav
2015-03-23
3
-6
/
+6
*
Introduce Annapurna Labs AHCI support
zbb
2015-03-17
3
-1
/
+34
*
Fix SATA Gen3 speed constants.
mav
2015-03-13
1
-2
/
+2
*
Update ThunderX SATA quirk
emaste
2015-03-04
1
-1
/
+1
*
For some uniformity move ahci_ch_init() call under the lock.
mav
2015-02-26
1
-1
/
+1
*
Add a quirk to limit AHCI MSI vectors to one
smh
2015-02-01
2
-27
/
+37
*
Complete r277100: add AHCI_Q_ABAR0 tp AHCI_Q_BIT_STRING.
kib
2015-01-13
1
-1
/
+2
*
Add quirk to override default BAR(5) rid for AHCI.
kib
2015-01-13
2
-2
/
+8
*
- Const'ify the ahci_ids table.
marius
2014-12-28
3
-9
/
+9
*
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
*
Add a constant AHCI_MAX_IRQS removing magic number
smh
2014-12-21
1
-1
/
+2
*
Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.
mav
2014-11-26
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
[next]