aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi/ch.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some missing int32 -> int32_tDavid Greenman1996-03-101-2/+2
* Cleanse the SCSI subsystem of its internally defined typesJustin T. Gibbs1996-03-101-31/+31
* Moved prototypes to better places.Bruce Evans1995-12-141-18/+16
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-19/+19
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-28/+28
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-061-2/+1
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-2/+45
* Mega commit for sysctl.Poul-Henning Kamp1995-11-201-5/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-13/+13
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-2/+2
* Moved unit definitions out of scsiconf.h;Peter Dufault1995-05-031-1/+4
* Added "scsi target" device that can act as a target for scsi transfersPeter Dufault1995-04-141-15/+10
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-3/+9
* 1. Add text for ASC/ASCQPeter Dufault1995-03-151-3/+3
* 1. Change driver signatures to full signature for slice support.Peter Dufault1995-03-041-23/+17
* Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.comPeter Dufault1995-03-011-130/+109
* Add the missing forward declaration of chopen. Reported in theAndreas Schulz1995-01-191-1/+2
* Reviewed by: gibbs@estienne.CS.Berkeley.EDUPeter Dufault1995-01-081-6/+6
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-3/+7
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).Garrett Wollman1994-10-211-2/+3
* all: register devicesGarrett Wollman1994-10-191-1/+36
* Patch from Julian. Commit message by me.Rodney W. Grimes1994-01-291-2/+2
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-4/+6
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-3/+7
* New version of scsi code from JulianRodney W. Grimes1993-11-181-852/+352
* Fixed printf's so that they announce them selfs correctly (ie aha%d: beforeRodney W. Grimes1993-08-211-83/+57
* Update scsi code to the latest from Julian. This code is now identicalRodney W. Grimes1993-08-201-37/+40
* Removed PATCHKIT headers and updated our sources to Julian's withNate Williams1993-07-291-12/+1
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+1015