Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly #include <scsi/scsi_debug.h> rather than assuming scsiconf.h will do | 2020-08-11 | 1 | -1/+2 | |
| | | | | | | | it. Prepares for removal of #include <scsi/scsi_debug.h> from scsiconf.h as soon as the alpha tester digs out from hurricane to compile last untested files. | ||||
* | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | 2019-12-07 | 1 | -2/+2 | |
| | | | | Comment fixes. | ||||
* | Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, | 2019-12-05 | 1 | -17/+17 | |
| | | | | Comment fixes. | ||||
* | Consistently use ISSET() to check for set flags. | 2019-11-23 | 1 | -2/+2 | |
| | |||||
* | Consistently use SET() to set bits. | 2019-11-23 | 1 | -2/+2 | |
| | |||||
* | Be consistent and always use CLR() to clear flags. | 2019-11-22 | 1 | -2/+2 | |
| | |||||
* | If you use sys/param.h, you don't need sys/types.h | 2017-09-08 | 1 | -2/+1 | |
| | |||||
* | Standardize on calling local scsi_link variables 'link' instead of | 2016-03-12 | 1 | -12/+12 | |
| | | | | | | | | | | | 'sc_link'. 'sc_link' is a field in the various device *_softc structures, where the sc_ prefix was for 'softc'. Reduces potential mental confusion. Newer code from down under was already using 'link'. No functional change. Prompted by bluhm@'s adventures in scsi. ok dlg@ jmatthew@ | ||||
* | Make uk(4) look more like sd(4) and cd(4) by adding a uklookup() | 2011-06-01 | 1 | -17/+32 | |
| | | | | | | | wrapper for device_lookup(), and renaming the uk local variables to sc. ok krw@ | ||||
* | Add ukdetach() so that detaching an unknown SCSI device doesn't result | 2011-03-18 | 1 | -2/+21 | |
| | | | | | | in a kernel panic. ok krw@ | ||||
* | Die struct scsi_device! Die! Instead, save a pointer to the routine | 2010-07-01 | 1 | -12/+1 | |
| | | | | | | | | | | | | to interpret sense errors. This is initialized to the basic interpretation routine, and specific scsi drivers (sd/st/cd) can replace this with their own. While here kill EJUSTRETURN dance and make more specialized interpretation routines directly call the basic routine if desired. Fixes by matthew@ to my first diff. Most original work by dlg@. ok matthew@ marco@ dlg@ | ||||
* | dont pass the dev_t from the scsi device drivers into the midlayer for | 2010-06-15 | 1 | -2/+2 | |
| | | | | | | | ioctl requests, and dont pass the proc pointers around for any ioctl requests in scsi land at all. neither were used, so trim the fat. ok krw@ marco@ | ||||
* | typos; ok jmc@ | 2007-11-27 | 1 | -2/+2 | |
| | | | | sys/dev/pci/pciide.c from naddy@ | ||||
* | rename scsibus_attach_args to scsi_attach_args. this can help avoid | 2006-11-28 | 1 | -2/+2 | |
| | | | | | | | confusing when trying to attach scsibus to a hba, since it is really meant for attaching scsi devices to scsibus. ok deraadt@ marco@ | ||||
* | get rid of useless printfs that just clutter dmesg. | 2006-07-11 | 1 | -6/+3 | |
| | | | | ok deraadt@ | ||||
* | ansi and knf. no binary change. | 2006-07-11 | 1 | -50/+31 | |
| | |||||
* | Zap trailing whitespace. | 2006-05-11 | 1 | -3/+3 | |
| | |||||
* | De-register scsi. | 2005-04-06 | 1 | -2/+2 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -3/+3 | |
| | |||||
* | * Make scsi_do_ioctl() sane again. | 1997-08-31 | 1 | -2/+2 | |
| | | | | * Use scsi_do_ioctl() in cd.c and uk.c again. | ||||
* | Fixed prototype errors, reviewed & approved by deraadt | 1996-10-04 | 1 | -3/+9 | |
| | |||||
* | limit ioctl priviledges | 1996-08-11 | 1 | -2/+2 | |
| | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -9/+13 | |
| | |||||
* | NetBSD 960317 merge | 1996-04-19 | 1 | -2/+4 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+174 | |