| Commit message (Expand) | Author | Age | Files | Lines |
* | An effort to make SLICE/DEVFS play with SCSI. | julian | 1998-05-07 | 1 | -79/+102 |
* | cleanup: remove duplicated dump code. | julian | 1998-05-07 | 1 | -125/+39 |
* | Add dump support to the DEVFS/slice code. | julian | 1998-05-06 | 1 | -2/+101 |
* | The CHIOGSTATUS ioctl of the SCSI media changer driver (sys/scsi/ch.c) | phk | 1998-05-06 | 1 | -2/+2 |
* | Fixed spelling of "fictitious" in diagnostics and comments | des | 1998-04-27 | 3 | -13/+13 |
* | close() is no longer a SLICE method. | julian | 1998-04-22 | 1 | -4/+11 |
* | Add changes and code to implement a functional DEVFS. | julian | 1998-04-19 | 1 | -6/+207 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 6 | -14/+14 |
* | Attempt to fix BOUNCE_BUFFERS. I cannot test these drivers, but they | peter | 1998-04-16 | 2 | -2/+54 |
* | Attempt to get bounce_buffers working again for per-process kernel stack | peter | 1998-04-16 | 1 | -10/+40 |
* | fix an obvious broken BOUNCE_BUFFER case. | peter | 1998-04-16 | 1 | -1/+9 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 4 | -8/+8 |
* | Add an ioctl to retrieve the next writable address. | jmz | 1998-03-31 | 2 | -19/+109 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+2 |
* | Add a quirk entry for IO DATA CDC-TX86 6 CD changer. | jkh | 1998-03-08 | 1 | -1/+6 |
* | Don't depend on "implicit int". | bde | 1998-02-20 | 1 | -2/+2 |
* | Put the SC_Q_NO_TAGS value in the correct field for the Iomega Jaz quirk | msmith | 1998-02-18 | 1 | -5/+5 |
* | Add HW_WDOG to LINT, and turn it into a new-style option. | eivind | 1998-02-16 | 1 | -1/+2 |
* | Based on the following message, disable tagged command queueing for all | msmith | 1998-02-16 | 1 | -1/+5 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Serves me right for committing code late at night... | wollman | 1998-02-01 | 1 | -3/+9 |
* | Add a new ioctl, SCSIOCGETDEVINFO, which takes a device ID and uses it | wollman | 1998-02-01 | 1 | -2/+16 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 9 | -9/+20 |
* | Add SCSI-SCSI RAID from Infotrand as known device | ache | 1998-01-21 | 1 | -1/+5 |
* | the pt driver should make one DEVFS entry for each one found rather than | julian | 1998-01-06 | 1 | -20/+22 |
* | - Accept all models of the HP C1553A tape series as usable tapes. This | nate | 1997-12-30 | 1 | -2/+2 |
* | move punchline of joke up to rest of joke. (got moved by useful edits) | julian | 1997-12-30 | 1 | -5/+5 |
* | If available, use the device's LOGICAL blocksize as reported by | julian | 1997-12-29 | 1 | -53/+69 |
* | back out previous commit | julian | 1997-12-28 | 1 | -24/+13 |
* | Move the sector size check to the right place, | julian | 1997-12-28 | 1 | -14/+25 |
* | Fix some breakage that prevented the Plasmon burners from being used | joerg | 1997-12-26 | 1 | -67/+66 |
* | Add a PARITITON arg to SCSI_MKFIXED, and use it to | brian | 1997-12-23 | 2 | -5/+10 |
* | Duplicate the entry for the Plasmon CD-R device, so both possibilities | joerg | 1997-12-20 | 1 | -4/+7 |
* | Protect against a null pointer dereferencation in the case of an | joerg | 1997-12-20 | 1 | -1/+12 |
* | Ifdefed some conditionally used declarations. | bde | 1997-12-20 | 2 | -2/+6 |
* | Removed a stray semicolon. | bde | 1997-12-20 | 1 | -2/+1 |
* | Allow slow SCSI CDROMs more time to start up. | jraynard | 1997-12-14 | 1 | -1/+13 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that are | bde | 1997-12-06 | 2 | -4/+4 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 8 | -17/+17 |
* | Fixed misuse of O_ACCMODE. Cosmetic. | bde | 1997-11-23 | 1 | -2/+2 |
* | Fixed the sector size frobbing in sd_strategy() at least not to | bde | 1997-11-23 | 1 | -8/+7 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -1/+6 |
* | Make the Nakamichi CD-ROM changer detection detect more recent devices, | joerg | 1997-11-06 | 1 | -2/+2 |
* | Use a MODE SELECT command to reset the block size, instead of calling the | jmz | 1997-10-27 | 1 | -13/+33 |
* | Make the Sun OEM version of the DLT a known multi-LUN device so changers | joerg | 1997-10-19 | 1 | -1/+5 |
* | Remove the call to scsi_start_unit() from sd_open(). It was causing | joerg | 1997-10-12 | 2 | -8/+9 |
* | Add the REGAL CDC-4X as a known CD-ROM changer device. | joerg | 1997-10-05 | 1 | -1/+6 |
* | Convert to use the new bufq* functions for dealing with buffer | gibbs | 1997-09-21 | 9 | -37/+44 |
* | Remove line noise from the quirk list (kernel build stopper) | msmith | 1997-09-18 | 1 | -2/+1 |
* | Add the C1557A as a known tape changer (thus non-broken multi-LUN tape | joerg | 1997-09-17 | 1 | -1/+6 |