| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r346386, r347890, r347896, r349895: | Alexander Motin | 2020-07-08 | 3 | -4/+8 |
| * | MFC r345070: | Konstantin Belousov | 2019-03-26 | 3 | -7/+13 |
| * | Correct typo in ATA_WRITE_UNCORRECTABLE_PSEUDO | Ed Maste | 2018-02-23 | 2 | -4/+4 |
| * | kernel: Fix several typos and minor errors | Eitan Adler | 2017-12-27 | 2 | -2/+2 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 254 | -0/+508 |
| * | Include opt files in the kernel with "" instead of <>. | Warner Losh | 2017-07-10 | 1 | -1/+1 |
| * | scif_sas_controller: Fix inverted logic range check | Conrad Meyer | 2017-03-13 | 1 | -1/+1 |
| * | Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) | Alan Somers | 2017-01-04 | 1 | -3/+3 |
| * | Pass proper arguments (handles, not directly structure pointers) to | Alexander Motin | 2016-12-28 | 1 | -2/+3 |
| * | Fix improper use of "its". | Bryan Drewery | 2016-11-08 | 2 | -2/+2 |
| * | isci: fix ATA PASSTHROUGH fixed sense data format | Jim Harris | 2016-07-06 | 2 | -4/+4 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 47 | -100/+100 |
| * | etc: minor spelling fixes. | Pedro F. Giffuni | 2016-05-02 | 2 | -19/+19 |
| * | Storage Controller Interface driver - typo in unimplemented macro in | Ravi Pokala | 2016-04-06 | 1 | -1/+1 |
| * | Make sure we check for CAM_CDB_POINTER for all drivers. Also, for the | Warner Losh | 2016-03-15 | 2 | -11/+17 |
| * | As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to | Svatopluk Kraus | 2016-02-22 | 1 | -1/+0 |
| * | Replace several bus_alloc_resource() calls using default arguments with bus_a... | Justin Hibbits | 2016-02-19 | 1 | -2/+2 |
| * | Fix typo (s/harware/hardware/) | Kevin Lo | 2015-12-25 | 1 | -1/+1 |
| * | isci: check return value of pci_alloc_msix() | Jim Harris | 2015-09-08 | 1 | -2/+2 |
| * | isci: explicitly enable/disable PCI busmaster | Jim Harris | 2015-09-08 | 1 | -0/+2 |
| * | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 1 | -1/+1 |
| * | Fix tunable and sysctl handling of the fail_on_task_timeout knob. | Scott Long | 2014-12-24 | 2 | -2/+5 |
| * | Prevent overflow issues in timeout processing | Steven Hartland | 2014-11-21 | 2 | -6/+8 |
| * | In rare cases, a SATA drive can stop responding to commands and trigger a | Scott Long | 2014-06-30 | 4 | -3/+40 |
| * | Fix a case in ndling ATA_PASSTHROUGH commands that have an unaligned buffer. | Scott Long | 2014-06-30 | 1 | -0/+1 |
| * | Base the max number of SG elements on MAXPHYS. | Jim Harris | 2014-03-17 | 4 | -19/+14 |
| * | isci: Ensure ATA passthrough commands with RETURN_RESPONSE bit set | Jim Harris | 2014-03-17 | 1 | -2/+10 |
| * | Improve logging around some of the isci(4) reset and recovery paths. | Jim Harris | 2013-10-09 | 3 | -4/+52 |
| * | Make isci(4) loadable. | Konstantin Belousov | 2013-10-07 | 1 | -0/+1 |
| * | For ATA_PASSTHROUGH commands, pretend isci(4) supports multiword DMA | Jim Harris | 2013-06-26 | 1 | -4/+45 |
| * | Fxi a bunch of typos. | Eitan Adler | 2013-05-10 | 1 | -2/+2 |
| * | - Correct mispellings of word resource | Gabor Kovesdan | 2013-04-17 | 3 | -3/+3 |
| * | MFprojects/camlock r248982: | Alexander Motin | 2013-04-14 | 3 | -5/+5 |
| * | Panic should the SCI framework ever request a pointer into the ccb's | Jim Harris | 2013-03-27 | 1 | -3/+24 |
| * | Report support for unmapped I/O by adding PIM_UNMAPPED flag. | Jim Harris | 2013-03-26 | 2 | -5/+2 |
| * | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -22/+13 |
| * | Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothing | Jim Harris | 2012-12-05 | 1 | -13/+15 |
| * | Add support for locate LED. | Jim Harris | 2012-10-10 | 3 | -15/+42 |
| * | Create led(4) device nodes mapped to isci(4) SGPIO locate LEDs. | Jim Harris | 2012-09-26 | 3 | -1/+37 |
| * | Fix typo: s/protocl/protocol | Kevin Lo | 2012-09-20 | 1 | -1/+1 |
| * | s/ is is / is /g | Eitan Adler | 2012-09-14 | 1 | -1/+1 |
| * | s/teh/the/g | Eitan Adler | 2012-09-14 | 1 | -1/+1 |
| * | Correct double "the the" | Eitan Adler | 2012-09-14 | 12 | -16/+16 |
| * | isci(4): Fix SCSI/ATA translation for SCSI_WRITE_BUFFER w/ mode==0x7 | Jim Harris | 2012-09-14 | 2 | -7/+14 |
| * | Do not call sati_check_data_io() for SATI_UNMAP sequences. | Jim Harris | 2012-08-30 | 1 | -4/+0 |
| * | Clear freeze bit before calling xpt_release_devq. | Jim Harris | 2012-08-24 | 1 | -1/+1 |
| * | Fix/add support for SCSI UNMAP to ATA DSM translation. | Jim Harris | 2012-08-21 | 6 | -11/+56 |
| * | Wait until completion context unwinds before retrying CCBs that have been | Jim Harris | 2012-05-21 | 5 | -15/+147 |
| * | Fix off-by-one error in sati_inquiry_block_device_translate_data(). Bug would | Jim Harris | 2012-05-04 | 1 | -1/+1 |
| * | Queue CCBs internally instead of using CAM_REQUEUE_REQ status. This fixes | Jim Harris | 2012-04-10 | 4 | -29/+56 |