aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ncr
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-2/+2
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-4/+0
* 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
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-7/+7
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-2/+2
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-75/+75
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh2016-03-151-3/+11
* Lock ncr(4) and mark it MPSAFE along with various other fixes:John Baldwin2014-09-251-127/+90
* Move pci/ncr to dev/ncr.Rui Paulo2014-09-233-0/+7767