| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 3 | -10/+12 |
* | Revert the logic behind my last change, and use a function called | joerg | 1997-09-13 | 1 | -5/+5 |
* | Do not ever try to coredump adapter memory regions. | joerg | 1997-09-10 | 1 | -3/+7 |
* | Add a quirk flag for CD drives that jam when seeing a START STOP UNIT | joerg | 1997-09-07 | 3 | -5/+14 |
* | Silence the PREVENT ALLOW MEDIUM REMOVAL call. | joerg | 1997-09-07 | 1 | -2/+3 |
* | Make the Sony TSL-7000 a known tape changer device. | joerg | 1997-09-05 | 1 | -1/+9 |
* | Removed unused #includes. | bde | 1997-09-02 | 13 | -77/+13 |
* | Removed another vestige of devconf. | bde | 1997-09-02 | 2 | -9/+2 |
* | Increase the retry timeouts. | steve | 1997-08-23 | 1 | -4/+4 |
* | preparation for scsi device RESERVATION CONFLICT support. | itojun | 1997-08-17 | 1 | -1/+2 |
* | Teach both disk drivers how to cope with a hardware watchdog | julian | 1997-08-09 | 1 | -2/+11 |
* | Removed unused #includes. | bde | 1997-08-02 | 2 | -7/+2 |
* | My previous commit was incomplete because it ignored the READ case. | jmz | 1997-08-01 | 1 | -1/+2 |
* | Ignore the block size returned by scsi_read_capacity(): this value is | jmz | 1997-07-26 | 1 | -2/+3 |
* | In SCSI diagnostic messages, cause "0x" to be prepended to the number | jdp | 1997-07-25 | 1 | -3/+3 |
* | Don't depend on gcc's feature of permitting labels that aren't followed | bde | 1997-07-01 | 1 | -2/+2 |
* | Introduce an advisory exclusive lock on the scsi link structure. | tegge | 1997-06-25 | 4 | -4/+47 |
* | Add quirk "no tags" entry for HP 3724/5 hard disk drives. | se | 1997-06-11 | 1 | -1/+5 |
* | Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION. | jmz | 1997-06-02 | 2 | -5/+169 |
* | The correct way to combine 2 4bit values into a 8bit one is (a<<4) | b, not | jmz | 1997-05-28 | 1 | -7/+7 |
* | Add an entry for the Epson scanners since some of them repsond to more | joerg | 1997-05-25 | 1 | -1/+12 |
* | Initialize the buf_queue of the pt(4) driver. | joerg | 1997-05-21 | 2 | -3/+16 |