aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ncr
Commit message (Expand)AuthorAgeFilesLines
* Remove the ncr(4) drive.Warner Losh2018-10-223-7737/+0
* Tag this obsolete driver. It was obsolete in 3.x when the sym driverWarner Losh2018-10-211-0/+1
* 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 the PCI attachment of the ncr driver.Warner Losh2018-06-131-3/+5
* 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