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
/
mvs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-0
/
+6
*
Replace 0 with NULL for pointers in misc. device drivers.
pfg
2016-04-12
2
-2
/
+2
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
1
-1
/
+1
*
Fix some more long -> rman_res_t
jhibbits
2016-03-21
2
-2
/
+2
*
Convert rman to use rman_res_t instead of u_long
jhibbits
2016-01-27
2
-2
/
+3
*
Reduce priority of ATA/SATA drivers.
mav
2015-03-23
3
-3
/
+3
*
Fix SATA Gen3 speed constants.
mav
2015-03-13
1
-2
/
+2
*
Prevent overflow issues in timeout processing
smh
2014-11-21
1
-7
/
+7
*
Initialize variables before resource_int_value().
mav
2014-09-12
3
-0
/
+3
*
Don't bother clearing maps for static DMA allocations to NULL. Instead,
jhb
2014-06-17
1
-2
/
+0
*
Follow r261352 by updating all drivers which are children of simplebus
ian
2014-02-02
1
-0
/
+3
*
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
1
-1
/
+1
*
Run mvs SATA driver on Armada XP instead of old mv_sata
zbb
2013-10-28
1
-0
/
+2
*
Merge CAM locking changes from the projects/camlock branch to radically
mav
2013-10-21
1
-2
/
+0
*
Replicate r242422 from ata(4) to mvs(4):
mav
2013-06-12
1
-3
/
+9
*
Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent buses
mav
2013-04-18
2
-1
/
+17
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
1
-12
/
+2
*
Add support for Marvell 88F6282.
hrs
2012-07-28
1
-0
/
+1
*
- Limit r214102 workaround to only x86. On arm it causes more problems
mav
2012-06-12
3
-1
/
+47
*
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
*
Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI
mav
2012-05-12
1
-0
/
+2
*
Adjust mvs(4) to handle interrupt cause reg depending on the actual number of
raj
2012-02-01
2
-10
/
+16
*
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
-14
/
+4
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
According to SATA specification, when Serial ATA Enclosure Management Bridge
mav
2011-05-25
1
-10
/
+34
*
Fix some English grammar.
mav
2011-04-19
2
-6
/
+6
*
According to specification. device should respond to COMRESET with COMINIT
mav
2011-04-19
1
-10
/
+14
*
Properly handle memory allocation errors during error recovery.
mav
2011-04-19
1
-6
/
+19
*
Refactor hard-reset implementation in mvs(4).
mav
2011-04-14
2
-17
/
+86
*
Improve SATA Asynchronous Notification feature support in CAM:
mav
2011-04-13
1
-0
/
+15
*
Implement automatic SCSI sense fetching for mvs(4).
mav
2011-04-12
2
-38
/
+111
*
Update mvs(4) driver to work over FDT's simplebus(4) bus.
mav
2011-03-28
1
-4
/
+9
*
Workaround strange situation when EDMA_RESQIP register returns zero instead
mav
2010-10-20
1
-15
/
+31
*
Some style cleanup:
mav
2010-10-20
3
-44
/
+37
*
Fix panic, when due to some kind of congestion on FIS-based switching
mav
2010-09-16
1
-5
/
+8
*
Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to
mav
2010-07-25
1
-1
/
+9
*
Plug memory leak to silent Coverity. Error is still not really handled.
mav
2010-06-05
1
-0
/
+1
*
Fill rman range start/end values. It makes devinfo output more readable.
mav
2010-05-22
2
-0
/
+4
*
Report ATA/SATA channel number to NewBus at location string.
mav
2010-05-22
2
-0
/
+22
*
Improve suspend/resume support. Make sure controller is idle on suspend
mav
2010-05-21
1
-15
/
+44
*
Fix polled operation. Now it is possible to dump kernel via mvs(4).
mav
2010-05-06
1
-1
/
+1
*
Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllers
mav
2010-05-02
5
-0
/
+3801