| Commit message (Expand) | Author | Age | Files | Lines |
| * | mpr/mps/mpt: verify cfg page ioctl lengths | Ed Maste | 2022-04-04 | 1 | -0/+13 |
| * | Mark some sysctls as CTLFLAG_MPSAFE. | Alexander Motin | 2021-08-25 | 1 | -9/+3 |
| * | mpt(4): Remove incorrect S/G segments limits. | Alexander Motin | 2021-04-24 | 1 | -20/+0 |
| * | Make MAXPHYS tunable. Bump MAXPHYS to 1M. | Konstantin Belousov | 2020-11-28 | 2 | -2/+2 |
| * | mpt: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 19 | -248/+9 |
| * | Centralize compatability translation macros. | Brooks Davis | 2020-04-14 | 1 | -5/+3 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -9/+9 |
| * | Remove sparc64 kernel support | Warner Losh | 2020-02-03 | 2 | -9/+0 |
| * | Use callout_func_t instead of the deprecated timeout_t. | John Baldwin | 2019-12-10 | 2 | -2/+2 |
| * | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -3/+3 |
| * | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 1 | -3/+3 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 9 | -0/+18 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 14 | -1/+29 |
| * | mpt.h: macro parenthesization | Ryan Libby | 2017-06-30 | 1 | -2/+2 |
| * | Partially fix target task management requests handling. | Alexander Motin | 2017-03-11 | 2 | -109/+125 |
| * | Add PIM_EXTLUNS support to mpt(4). | Alexander Motin | 2017-03-10 | 2 | -51/+19 |
| * | Improve residuals reporting in target mode. | Alexander Motin | 2017-03-10 | 2 | -2/+7 |
| * | Fix panic on wildcard target LUN disable. | Alexander Motin | 2017-03-10 | 1 | -1/+1 |
| * | Fix FC target mode in mpt(4), broken in multiple ways. | Alexander Motin | 2017-03-10 | 2 | -92/+51 |
| * | Report some more data in XPT_PATH_INQ. | Alexander Motin | 2017-03-09 | 2 | -0/+7 |
| * | Add support for XPT_GET_SIM_KNOB in FC mode. | Alexander Motin | 2017-03-09 | 2 | -19/+43 |
| * | Report FC link speed. | Alexander Motin | 2017-03-09 | 1 | -3/+21 |
| * | "Buses" is the preferred plural of "bus" | Conrad Meyer | 2017-01-15 | 3 | -6/+6 |
| * | Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) | Alan Somers | 2017-01-04 | 1 | -3/+3 |
| * | Fix the fallout from r308268 (mpt driver causes endless witness warnings in | Scott Long | 2016-11-07 | 1 | -0/+8 |
| * | Remove NULL check after M_WAITOK allocation from mpt(4). | Edward Tomasz Napierala | 2016-08-09 | 1 | -4/+0 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 5 | -14/+14 |
| * | Replace 0 with NULL for pointers in misc. device drivers. | Pedro F. Giffuni | 2016-04-12 | 1 | -1/+1 |
| * | - In mpt_send_handshake_cmd(), use bus_space_write_stream_4(9) for writing | Marius Strobl | 2015-07-24 | 2 | -9/+14 |
| * | Squelch a (bogus) used before init warning when building with gcc. | Ian Lepore | 2014-11-23 | 1 | -0/+1 |
| * | Prevent overflow issues in timeout processing | Steven Hartland | 2014-11-21 | 3 | -13/+15 |
| * | Hide a harmless "QUEUE FULL EVENT" message behind bootverbose. | Hiren Panchasara | 2014-06-20 | 1 | -2/+5 |
| * | - Remove a redundant variable in mpt_pci_attach(). | Marius Strobl | 2013-12-29 | 4 | -201/+49 |
| * | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler | 2013-11-30 | 1 | -2/+2 |
| * | Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, | Nathan Whitehorn | 2013-10-30 | 1 | -13/+15 |
| * | Partial MFproject/camlock r256671: | Alexander Motin | 2013-10-21 | 1 | -2/+1 |
| * | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long | 2013-08-12 | 1 | -6/+1 |
| * | Flag mpt(4) as supporting unmapped I/O; all necessary conversion actually | Marius Strobl | 2013-06-24 | 1 | -5/+5 |
| * | Explicitly use a pair of parentheses to ensure correct evaluation | Xin LI | 2013-05-31 | 2 | -3/+3 |
| * | Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LAST | Alexander Motin | 2013-04-24 | 1 | -1/+1 |
| * | MFprojects/camlock r248982: | Alexander Motin | 2013-04-14 | 2 | -4/+4 |
| * | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -100/+20 |
| * | Remove support for using Giant for locking within mpt(4). Finer grained | Marius Strobl | 2012-10-22 | 3 | -117/+0 |
| * | After r241858, remove the remainder of FreeBSD ~4 support from mpt(4). | Marius Strobl | 2012-10-22 | 5 | -252/+30 |
| * | Now that device disabling is generic, remove the non-standard | Eitan Adler | 2012-10-22 | 1 | -5/+0 |
| * | Remove unused code since the 5.x days | Eitan Adler | 2012-10-22 | 1 | -63/+0 |
| * | Fix an issue that caused the kernel to panic inside CTL when trying | Kenneth D. Merry | 2012-06-26 | 1 | -17/+17 |
| * | Correct sizeof usage | Kevin Lo | 2012-06-25 | 1 | -1/+1 |
| * | Refine r233827; as it turns out, controllers with a device ID of 0x0059 | Marius Strobl | 2012-04-04 | 1 | -2/+10 |
| * | Fix probing of SAS1068E with a device ID of 0x0059 after r232411. | Marius Strobl | 2012-04-03 | 1 | -0/+6 |