summaryrefslogtreecommitdiff
path: root/lib/libscsi/scsi.c
Commit message (Collapse)AuthorAgeFilesLines
* libscsi is obsoleted by CAM.Justin T. Gibbs1998-09-171-1192/+0
| | | | Notes: svn path=/head/; revision=39402
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
| | | | Notes: svn path=/head/; revision=8870
* Make it so that the command formats are the same for both -i and -o.Peter Dufault1995-05-051-15/+68
| | | | | | | This means "t" has to stand for bit fields, since b is a valid hex number. Notes: svn path=/head/; revision=8297
* Fix a few problems with the debugging output. Add a new "visit" function.Peter Dufault1995-04-281-3/+10
| | | | Notes: svn path=/head/; revision=8144
* Clean up handling of unspecified names. Clarify man page.Peter Dufault1995-01-261-48/+57
| | | | Notes: svn path=/head/; revision=5946
* Remove "va_start" macro.Peter Dufault1995-01-251-2/+1
| | | | Notes: svn path=/head/; revision=5867
* SCSI library layered on SCIOCOMMANDPeter Dufault1995-01-241-0/+1124
Notes: svn path=/cvs2svn/branches/libscsi/; revision=5847