| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed all references to b_cylinder (aka b_cylin). It was evil and | bde | 1996-12-01 | 1 | -2/+2 |
* | Fixed pessimized (short) i/o port type. | bde | 1996-11-11 | 1 | -2/+2 |
* | DKFL_MULTI lives in flags, not in status. | phk | 1996-10-17 | 1 | -2/+2 |
* | Changed cncheckc() interface so that it is 8-bit clean - return -1 | bde | 1996-09-14 | 1 | -3/+3 |
* | Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h. | pst | 1996-09-06 | 1 | -1/+3 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -95/+2 |
* | Another attempt at making multi-sector mode work. | dyson | 1996-08-23 | 1 | -16/+35 |
* | Apply my small patch to make detection of ATAPI CD-ROMs happen a | wpaul | 1996-08-12 | 1 | -3/+11 |
* | Move a couple of the initialization commands to the right place. Multi | dyson | 1996-07-27 | 1 | -28/+24 |
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | phk | 1996-07-23 | 1 | -14/+3 |
* | Add yet another kludge to this driver. Man page update to follow. | phk | 1996-07-21 | 1 | -1/+9 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -2/+5 |
* | Fixed calculation of the number of cylinders. wdp_cylinders (was | bde | 1996-06-08 | 1 | -6/+5 |
* | Move from the old buf.b_actf to the new TAILQ(buf.b_act). | phk | 1996-05-03 | 1 | -2/+2 |
* | First pass at cleaning up macros relating to pages, clusters and all that. | phk | 1996-05-02 | 1 | -4/+4 |
* | Whoops, shouldn't really have been here, but what the heck: remove some | phk | 1996-04-18 | 1 | -5/+3 |
* | Fixed group of disk devices (was wheel or games, now operator). | bde | 1996-03-27 | 1 | -9/+9 |
* | Implement a prototype interface to bus-master IDE DMA on the Triton | wollman | 1996-01-28 | 1 | -1/+3 |
* | First attempt at creating devfs entries for sliced devices. Doesn't | bde | 1996-01-27 | 1 | -3/+21 |
* | Use the new & improved printf rather than homegrown kludges. | phk | 1996-01-16 | 1 | -10/+6 |
* | Undo a change that should not have been committed with the 1Tb enhancements. | dyson | 1995-12-11 | 1 | -3/+3 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -12/+7 |
* | Removed new alias d_size_t for d_psize_t. | bde | 1995-12-10 | 1 | -3/+3 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 1 | -3/+3 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -32/+25 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+4 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 1 | -2/+2 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -15/+29 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 1 | -1/+37 |
* | Update the wd.c driver to use the new TAILQ scheme for device | dyson | 1995-11-23 | 1 | -29/+39 |
* | Mega commit for sysctl. | phk | 1995-11-20 | 1 | -5/+4 |
* | Made wcstart() non-static again. It is called from atapi.c. The | bde | 1995-10-29 | 1 | -4/+4 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 1 | -3/+3 |
* | A mixed bag of changes, relating to getting the state in "lsdev" right, | phk | 1995-10-21 | 1 | -3/+10 |
* | Latest fixes from Serge: | dg | 1995-10-14 | 1 | -13/+41 |
* | Make ATAPI support completely optional - if ATAPI isn't defined, the | dg | 1995-09-30 | 1 | -4/+9 |
* | Bring IDE CDROM support up to latest version (1.8a?) from Serge. | jkh | 1995-09-30 | 1 | -9/+18 |
* | Make files get the NWDC definition from "wdc.h" instead of "wd.h". | swallace | 1995-09-07 | 1 | -2/+7 |
* | Correct the location of a "return". This can/will cause system crashes. | dyson | 1995-09-06 | 1 | -2/+2 |
* | Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number of | jkh | 1995-08-18 | 1 | -9/+53 |
* | Changes to support the "new" bad144. Adds a "BADSCAN" ioctl and support. | dg | 1995-05-16 | 1 | -4/+15 |
* | Fix -Wformat warnings, still need to do something about %b and pointer | rgrimes | 1995-05-09 | 1 | -2/+2 |
* | Fix numerous bugs in wdsize(). | bde | 1995-05-08 | 1 | -15/+7 |
* | Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller's | bde | 1995-04-30 | 1 | -3/+3 |
* | Changes John's handling of the flags a little bit, added a new one, | phk | 1995-04-24 | 1 | -6/+24 |
* | Did a s/[ \t]*$// | phk | 1995-04-24 | 1 | -21/+21 |
* | Implemented the multi-sector I/O enable and the 32 bit I/O probe | dyson | 1995-04-24 | 1 | -22/+42 |
* | Change the initial delay in wdwait to a DELAY macro call. It is really | dyson | 1995-04-22 | 1 | -8/+8 |
* | I commit this for Bruce, who has serious connectivity problmes pt. | phk | 1995-04-14 | 1 | -430/+285 |
* | Add a class field to devconf and mst drivers. | wollman | 1995-04-12 | 1 | -6/+10 |