| Commit message (Expand) | Author | Age | Files | Lines |
| * | mvs: Use device_set_desc(f)() | Mark Johnston | 2024-06-09 | 3 | -7/+3 |
| * | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 3 | -6/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | mvs: Eliminate unused variable. | Warner Losh | 2023-06-09 | 1 | -3/+1 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 4 | -4/+4 |
| * | mvs(4): Fix a typo in a source code comment | Gordon Bergling | 2023-01-11 | 1 | -1/+1 |
| * | mvs: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-06 | 4 | -8/+4 |
| * | ahci/siis/mvs: Fix panics after 3394d4239b. | Alexander Motin | 2022-03-05 | 1 | -1/+2 |
| * | Fix "set but not used" in the mvs driver. Remove dead code. | Scott Long | 2022-02-26 | 1 | -2/+0 |
| * | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh | 2021-06-23 | 2 | -9/+8 |
| * | Make MAXPHYS tunable. Bump MAXPHYS to 1M. | Konstantin Belousov | 2020-11-28 | 2 | -9/+8 |
| * | Pass lower 3 bits of sector_count for FPDMA commands. | Alexander Motin | 2020-10-22 | 1 | -1/+2 |
| * | mvs: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 2 | -4/+0 |
| * | Use a void * argument to callout handlers instead of timeout_t casts. | John Baldwin | 2019-12-05 | 1 | -5/+6 |
| * | Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv, | Warner Losh | 2018-09-26 | 1 | -0/+2 |
| * | kernel: Fix several typos and minor errors | Eitan Adler | 2017-12-27 | 1 | -1/+1 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 4 | -0/+8 |
| * | Remove dead mentions of CAM target mode APIs from drivers. | Alexander Motin | 2017-02-19 | 1 | -4/+0 |
| * | Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) | Alan Somers | 2017-01-04 | 1 | -3/+3 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 2 | -3/+3 |
| * | Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIM | Warner Losh | 2016-04-17 | 1 | -0/+6 |
| * | Replace 0 with NULL for pointers in misc. device drivers. | Pedro F. Giffuni | 2016-04-12 | 2 | -2/+2 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -1/+1 |
| * | Fix some more long -> rman_res_t | Justin Hibbits | 2016-03-21 | 2 | -2/+2 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 2 | -2/+3 |
| * | Reduce priority of ATA/SATA drivers. | Alexander Motin | 2015-03-23 | 3 | -3/+3 |
| * | Fix SATA Gen3 speed constants. | Alexander Motin | 2015-03-13 | 1 | -2/+2 |
| * | Prevent overflow issues in timeout processing | Steven Hartland | 2014-11-21 | 1 | -7/+7 |
| * | Initialize variables before resource_int_value(). | Alexander Motin | 2014-09-12 | 3 | -0/+3 |
| * | Don't bother clearing maps for static DMA allocations to NULL. Instead, | John Baldwin | 2014-06-17 | 1 | -2/+0 |
| * | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore | 2014-02-02 | 1 | -0/+3 |
| * | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler | 2013-11-30 | 1 | -1/+1 |
| * | Run mvs SATA driver on Armada XP instead of old mv_sata | Zbigniew Bodek | 2013-10-28 | 1 | -0/+2 |
| * | Merge CAM locking changes from the projects/camlock branch to radically | Alexander Motin | 2013-10-21 | 1 | -2/+0 |
| * | Replicate r242422 from ata(4) to mvs(4): | Alexander Motin | 2013-06-12 | 1 | -3/+9 |
| * | Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent buses | Alexander Motin | 2013-04-18 | 2 | -1/+17 |
| * | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -12/+2 |
| * | Add support for Marvell 88F6282. | Hiroki Sato | 2012-07-28 | 1 | -0/+1 |
| * | - Limit r214102 workaround to only x86. On arm it causes more problems | Alexander Motin | 2012-06-12 | 3 | -1/+47 |
| * | Partially revert r236666: | Alexander Motin | 2012-06-10 | 1 | -1/+1 |
| * | ATA/SATA controllers have no idea about protocol of the connected device | Alexander Motin | 2012-06-06 | 1 | -2/+2 |
| * | Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI | Alexander Motin | 2012-05-12 | 1 | -0/+2 |
| * | Adjust mvs(4) to handle interrupt cause reg depending on the actual number of | Rafal Jaworowski | 2012-02-01 | 2 | -10/+16 |
| * | Rename device_delete_all_children() into device_delete_children(). | Hans Petter Selasky | 2011-11-22 | 2 | -2/+2 |
| * | Move the device_delete_all_children() function from usb_util.c | Hans Petter Selasky | 2011-11-19 | 2 | -14/+4 |
| * | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | According to SATA specification, when Serial ATA Enclosure Management Bridge | Alexander Motin | 2011-05-25 | 1 | -10/+34 |
| * | Fix some English grammar. | Alexander Motin | 2011-04-19 | 2 | -6/+6 |
| * | According to specification. device should respond to COMRESET with COMINIT | Alexander Motin | 2011-04-19 | 1 | -10/+14 |