| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't depend on gcc's feature of permitting labels that aren't followed | bde | 1997-07-01 | 1 | -2/+3 |
* | Fix problem introduced in the CMD640 workaround which could lead | se | 1997-05-27 | 1 | -2/+6 |
* | Move CMD640 option from kernel Makefile into opt_wd.h | se | 1997-04-28 | 1 | -1/+2 |
* | If flag 0x4000 (Sleephack) is defined, assume that the disk is sleeping | phk | 1997-04-03 | 1 | -3/+35 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Add support for the buggy CMD640B PCI EIDE controller chip, which | se | 1997-03-11 | 1 | -1/+120 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Use the same blocks->size-in-MB conversion algorithm as the SCSI code | msmith | 1997-02-18 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | 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 |