| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the search for free wd drives. The search was terminated | bde | 1998-02-01 | 1 | -3/+4 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -3/+5 |
* | Add better support for larger I/O clusters, including larger physical | dyson | 1998-01-24 | 1 | -1/+3 |
* | Bring in IDE ATAPI floppy support. | pst | 1998-01-16 | 1 | -2/+2 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that are | bde | 1997-12-06 | 1 | -2/+2 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -8/+8 |
* | Rename some local variables to avoid shadowing other local variables. | phk | 1997-11-07 | 1 | -10/+10 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -2/+1 |
* | dk_altport is initialized in wdprobe(), but not in wdattach(), this | phk | 1997-11-04 | 1 | -1/+2 |
* | Fix bug when using DEVFS, drives on second controller sisn't appear | sos | 1997-10-12 | 1 | -4/+4 |
* | aha1542.c aic6360.c cy.c fd.c ft.c | gibbs | 1997-09-21 | 1 | -13/+13 |
* | Addition of support of the slightly rogue Promise IDE interface(Dyson), support | dyson | 1997-09-20 | 1 | -33/+55 |
* | Revert the logic behind my last change, and use a function called | joerg | 1997-09-13 | 1 | -4/+4 |
* | Do not ever try to coredump adapter memory regions. | joerg | 1997-09-10 | 1 | -3/+7 |
* | Upgrade of EIDE DMA support, Johns comments: | sos | 1997-09-04 | 1 | -29/+62 |
* | Teach both disk drivers how to cope with a hardware watchdog | julian | 1997-08-09 | 1 | -2/+11 |
* | Make the WD code work on my P6DNF running on the SMP code. It appears | dyson | 1997-08-04 | 1 | -1/+4 |
* | Add support for busmaster DMA on some PCI IDE chipsets. | sos | 1997-07-29 | 1 | -6/+119 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -6/+1 |
* | 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 |