summaryrefslogtreecommitdiffstats
path: root/sys/scsi/pt.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors.bde1998-08-181-2/+2
* There is no such thing any more as "struct bdevsw".julian1998-07-041-2/+16
* Added used include of "ioconf.h" - don't depend on pollution inbde1998-06-171-1/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* the pt driver should make one DEVFS entry for each one found rather thanjulian1998-01-061-20/+22
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* Convert to use the new bufq* functions for dealing with buffergibbs1997-09-211-5/+5
* Removed unused #includes.bde1997-09-021-3/+1
* Initialize the buf_queue of the pt(4) driver.joerg1997-05-211-2/+11
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-231-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-7/+1
* Turn SCSIDEBUG into a new-style option.joerg1996-07-141-1/+2
* Fixed name of pt device (it has a unit number). devfs still only createsbde1996-03-271-7/+14
* Fixed some missing int32 -> int32_tdg1996-03-101-2/+2
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-5/+5
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-051-1/+3
* Moved prototypes to better places.bde1995-12-141-6/+5
* Another mega commit to staticize things.phk1995-12-141-9/+9
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-18/+20
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+43
* First set of changes to eliminate the ad-hoc device buffer queues,dyson1995-11-191-11/+8
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* Moved unit definitions out of scsiconf.h;dufault1995-05-031-2/+2
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalgibbs1995-04-231-8/+8
* Added "scsi target" device that can act as a target for scsi transfersdufault1995-04-141-6/+46
* 1. Change driver signatures to full signature for slice support.dufault1995-03-041-0/+214
OpenPOWER on IntegriCloud