summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_ioctl.c
Commit message (Collapse)AuthorAgeFilesLines
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-3/+3
|
* Removed unused #includes.bde1997-09-021-5/+1
|
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-231-1/+2
| | | | from <scsi/scsiconf.h> and fixed everything that depended on them.
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Turn SCSIDEBUG into a new-style option.joerg1996-07-141-1/+2
|
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-2/+2
| | | | | u_int32, u_int16, u_int8, int32, int16, int8. Use the system defined *_t types instead.
* More b_flags fixes.dyson1996-03-021-2/+2
|
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-051-1/+4
|
* Another mega commit to staticize things.phk1995-12-141-9/+4
|
* Set B_BUSY on the private buffer to avoid a panic in biodone when thedg1995-11-101-2/+2
| | | | | | I/O completes. Bug apparantly seen when attempting to format SCSI disks. Submitted by: Peter Dufault <dufault@hda.com>
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* Added bounce support for user scsi requests.dyson1995-05-091-1/+7
| | | | Reviewed by: David Greenman
* Moved unit definitions out of scsiconf.h;dufault1995-05-031-4/+12
| | | | | | Added CONTROL device that only does user-ioctl and nothing else; Added protection so user-ioctl requires write access; Clean up scsiconf.h a little. It needs more work.
* Added "scsi target" device that can act as a target for scsi transfersdufault1995-04-141-3/+6
| | | | | | | | from an initiator Added Julian's support for residuals. Added Julian's fixes to the tape driver Made compile cleanly with -Wall Reduce boot up output
* 1. Change driver signatures to full signature for slice support.dufault1995-03-041-2/+2
| | | | | 2. Add "pt" (processor type) driver. 3. Add "worm" (Write Once) driver for Jordan.
* Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.comdufault1995-03-011-3/+3
| | | | | | | 1. Support for fixed device configuration 2. Hoisted common code to scsi_driver 3. SCSI busses dynamically allocated at boot 4. Reorg'd for LKMs
* Remove dup biodone and no more SCSIUSER option.dufault1995-01-191-6/+2
|
* Reviewed by: gibbs@estienne.CS.Berkeley.EDUdufault1995-01-081-23/+68
| | | | | | | Reenabled "SCIOCOMAND" ioctl. Restructured so low level drivers can easily request retries. Added preliminary fixed SCSI devices (should be revisited before 2.1) Added "ssc" device that can have its' (HBA, ID, LUN) set via ioctl.
* Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtuallyphk1994-10-081-3/+1
| | | | type-less. Everything is "u_int32" :-(
* Added $Id$dg1994-08-021-0/+1
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-9/+3
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* Get rid of a nagging call to sleep() which crept back in.wollman1994-03-201-1/+1
|
* "New" VM system from John Dyson & myself. For a run-down of thedg1994-01-141-2/+9
| | | | | major changes, see the log of any effected file in the sys/vm directory (swap_pager.c for instance).
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-5/+5
| | | | | | | | | | | a binary link-kit. Make all non-optional options (pagers, procfs) standard, and update LINT to reflect new symtab requirements. NB: -Wtraditional will henceforth be forgotten. This editing pass was primarily intended to detect any constructions where the old code might have been relying on traditional C semantics or syntax. These were all fixed, and the result of fixing some of them means that -Wall is now a realistic possibility within a few weeks.
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-2/+4
| | | | add same (sans -Werror) to Makefile for future compilations.
* New version of scsi code from Julianrgrimes1993-11-181-0/+329
OpenPOWER on IntegriCloud