aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ciss
Commit message (Expand)AuthorAgeFilesLines
* ciss(4): Fix a typo in a source code commentGordon Bergling2024-01-201-1/+1
* ciss: Fix typo (triple T)Jose Luis Duran2023-12-281-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* ciss: Fix typoWarner Losh2023-05-081-1/+1
* ciss: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* Fix "set but not used" for real in the ciss driver.Scott Long2022-02-261-8/+3
* Fix "set but not used" warnings in the ciss driver.Scott Long2021-11-251-9/+3
* ciss(4): Fix typo.Alexander Motin2021-09-191-1/+1
* ciss(4): Properly handle data underrun.Alexander Motin2021-09-191-34/+14
* ciss: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-14/+0
* Add missing STAILQ_INIT() in ciss_disable_adapter().Alexander Motin2020-03-191-0/+1
* Don't print the request we may be aborting in ciss_notify_abort asWarner Losh2019-06-131-4/+10
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Add PNP info to PCI attachments of ciss driverWarner Losh2018-07-081-5/+8
* Update a TBD string with a real model numberScott Long2018-03-251-1/+1
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-5/+5
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-5/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ inRavi Pokala2017-01-051-4/+4
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Update some of the TBD entries in ciss(4) to match what's in the pciSean Bruno2016-05-241-14/+15
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* etc: minor spelling fixes.Pedro F. Giffuni2016-05-021-3/+3
* ciss(4): Fix overrun of arrayConrad Meyer2016-04-261-2/+2
* r249170 was just plain wrong. The effect of the change is to alwaysSean Bruno2015-09-031-5/+3
* Remove redundant mtx_lock/unlock in ciss_name_device. This is a guaranteedPeter Wemm2015-04-021-2/+0
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-2/+3
* Remove compat shims for FreeBSD versions older than 6 (really early 5).John Baldwin2015-01-062-18/+0
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-1/+2
* Add detection for ciss(4) controllers that are set to non-raid JBOD mode.Sean Bruno2014-06-292-29/+134
* Check return of cam_periph_find() before using it in a printf.Sean Bruno2014-06-291-3/+7
* Fix insta-panic on assert of unlocked periph mtx in ciss(4) whenSean Bruno2014-04-111-24/+11
* Add PCI-IDs for TBD Gen9 RAID controller HBAs from HP to ciss(4)Sean Bruno2014-04-041-0/+15
* Update ciss(4) with new models of raid controllers from HPSean Bruno2013-08-061-0/+9
* update ciss debugger command to iterate over multiple raid controllers up toSean Bruno2013-07-271-4/+10
* The controller does not zero this data structure, ever.Sean Bruno2013-04-281-0/+1
* Let's align correctly by setting to 17.Sean Bruno2013-04-281-1/+1
* Its time to retire COMPAQ. I don't think that its coming back. :-)Sean Bruno2013-04-281-1/+1
* Change maxio to reflect variable hardware configurations.Sean Bruno2013-04-271-1/+17
* Adjust the min comparison to look at the adjust value after subtraction, don'tSean Bruno2013-04-261-1/+1
* In the case where the controller supports an sg_list LESS than our predefinedSean Bruno2013-04-251-1/+1
* Return a lun count of 1 and a lun id of 0 when CAM attempts a REPORT_LUNSSean Bruno2013-04-231-0/+13
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* While investigating a p/r I noted that the camcontrol devlist output forSean Bruno2013-04-101-3/+8
* Notify CAM on state* change to a logical volume not status. This resolvesSean Bruno2013-04-051-3/+5
* Restore DB_COMMAND capabilities of ciss(4) for debugging and diagnosticsSean Bruno2013-03-281-2/+5
* Fix compile of ciss(4) with CISS_DEBUG definedSean Bruno2013-03-281-1/+1