summaryrefslogtreecommitdiffstats
path: root/sys/scsi/uk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Standardize on calling local scsi_link variables 'link' instead ofkrw2016-03-121-12/+12
* Make uk(4) look more like sd(4) and cd(4) by adding a uklookup()matthew2011-06-011-17/+32
* Add ukdetach() so that detaching an unknown SCSI device doesn't resultmatthew2011-03-181-2/+21
* Die struct scsi_device! Die! Instead, save a pointer to the routinekrw2010-07-011-12/+1
* dont pass the dev_t from the scsi device drivers into the midlayer fordlg2010-06-151-2/+2
* typos; ok jmc@martynas2007-11-271-2/+2
* rename scsibus_attach_args to scsi_attach_args. this can help avoiddlg2006-11-281-2/+2
* get rid of useless printfs that just clutter dmesg.dlg2006-07-111-6/+3
* ansi and knf. no binary change.dlg2006-07-111-50/+31
* Zap trailing whitespace.krw2006-05-111-3/+3
* De-register scsi.krw2005-04-061-2/+2
* First round of __P removal in sysmillert2002-03-141-3/+3
* * Make scsi_do_ioctl() sane again.downsj1997-08-311-2/+2
* Fixed prototype errors, reviewed & approved by deraadtniklas1996-10-041-3/+9
* limit ioctl priviledgesderaadt1996-08-111-2/+2
* partial sync with netbsd 960418, more to comederaadt1996-04-211-9/+13
* NetBSD 960317 mergeniklas1996-04-191-2/+4
* initial import of NetBSD treederaadt1995-10-181-0/+174