| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use a medium_type field of 0 (Default), instead of the value that was | joerg | 1995-12-30 | 1 | -3/+9 |
* | Add NEC CDR 210 to list of devices with broken LUN support | pst | 1995-12-27 | 1 | -1/+9 |
* | Add an entry for the NEC CDROM:55 drive to stop it answering all 7 LUNS. | peter | 1995-12-26 | 1 | -1/+11 |
* | Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changer | dufault | 1995-12-20 | 1 | -2/+2 |
* | Staticize. | phk | 1995-12-17 | 2 | -6/+8 |
* | Moved prototypes to better places. | bde | 1995-12-14 | 3 | -31/+28 |
* | Added prototypes. | bde | 1995-12-14 | 2 | -1/+4 |
* | Declared functions as static in their definitions as well as in their | bde | 1995-12-14 | 2 | -20/+17 |
* | The change of [cb]devsw was missed here. | bde | 1995-12-14 | 1 | -3/+3 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 11 | -125/+111 |
* | Check before dereferencing a possible null pointer (cdevsw[i]->d_open) | peter | 1995-12-13 | 1 | -2/+2 |
* | devsw tables are now arrays of POINTERS to struct [cb]devsw | julian | 1995-12-13 | 1 | -2/+2 |
* | Undo a change that should not have been committed with the 1Tb enhancements. | dyson | 1995-12-11 | 1 | -2/+1 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -1/+6 |
* | Replaced nxmmap by nommap (if the mmap function gets called, then the | bde | 1995-12-10 | 2 | -4/+4 |
* | Replaced odsize by generic nopsize. | bde | 1995-12-10 | 1 | -35/+28 |
* | Replaced cdsize by generic nopsize. | bde | 1995-12-10 | 1 | -27/+20 |
* | Replaced nxdump by nodump (if the dump function gets called, then the | bde | 1995-12-10 | 3 | -6/+6 |
* | Removed unused functions sudump() and supsize(). | bde | 1995-12-10 | 1 | -26/+5 |
* | Make NEW_SCSICONF the default way of doing things | julian | 1995-12-10 | 5 | -423/+21 |
* | Restored used variable `name[32]' (used by DEVFS). | bde | 1995-12-10 | 2 | -9/+22 |
* | scsi_tape.h had some old cruft that looked like missing typedefs or | phk | 1995-12-09 | 3 | -17/+15 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 11 | -26/+26 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 11 | -389/+513 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 2 | -2/+6 |
* | Removed unnecessary #includes of <sys/user.h>. Some of these were just | bde | 1995-12-06 | 2 | -4/+2 |
* | Removed dummy routines sscstrategy(), sscread(), sscwrite() and | bde | 1995-12-05 | 1 | -10/+6 |
* | fix a couple of stuffups in the worm driver and in other associated scsi files | julian | 1995-12-05 | 4 | -35/+13 |
* | If the open fails, don't mark the device as open (duh!) | julian | 1995-12-05 | 1 | -2/+2 |
* | Fix support for QIC_3080 drives...it 1/2 worked before. | pst | 1995-11-30 | 2 | -2/+5 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 11 | -22/+23 |
* | OK, that's it.. | julian | 1995-11-29 | 11 | -19/+526 |
* | Completed function declarations, added prototypes and removed redundant | bde | 1995-11-21 | 1 | -6/+13 |
* | Completed function declarations and/or added prototypes. | bde | 1995-11-21 | 1 | -12/+21 |
* | Fixed replication error so that this compiles again. | bde | 1995-11-21 | 1 | -4/+3 |
* | Mega commit for sysctl. | phk | 1995-11-20 | 7 | -37/+27 |
* | Trim #includes to those that are necessary; other cosmetic changes. | dg | 1995-11-20 | 1 | -15/+10 |
* | First set of changes to eliminate the ad-hoc device buffer queues, | dyson | 1995-11-19 | 7 | -77/+61 |
* | Minor aesthetics (changed "." to space in "cd present.[a x b records]" | asami | 1995-11-15 | 1 | -3/+3 |
* | Set B_BUSY on the private buffer to avoid a panic in biodone when the | dg | 1995-11-10 | 1 | -2/+2 |
* | Initialize the 3 remaining elements of the scsi_cmd struct rather than | dg | 1995-11-06 | 1 | -2/+2 |
* | Replaced bogus macros for dummy devswitch entries by functions. | bde | 1995-11-06 | 1 | -18/+2 |
* | Moved prototypes for devswitch functions from conf.c and driver sources | bde | 1995-11-04 | 2 | -13/+2 |
* | Fixed the type of sscstrategy() (return void). | bde | 1995-11-04 | 1 | -4/+2 |
* | The "od" driver. While the name is suggesting the use for | joerg | 1995-10-31 | 1 | -0/+802 |
* | Include the "od" driver. (Oops, forgot to cvs add the driver file | joerg | 1995-10-31 | 2 | -49/+100 |
* | Make a lot of things static. | phk | 1995-10-21 | 5 | -66/+66 |
* | oops currupted a line by hitting the wrong key.. | julian | 1995-10-12 | 1 | -2/+2 |
* | Ack! | julian | 1995-10-12 | 2 | -15/+34 |
* | Some bug fixes for the worm driver: | joerg | 1995-10-09 | 3 | -16/+37 |