summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wd.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed the search for free wd drives. The search was terminatedbde1998-02-011-3/+4
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-3/+5
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-241-1/+3
* Bring in IDE ATAPI floppy support.pst1998-01-161-2/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that arebde1997-12-061-2/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-8/+8
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-10/+10
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* dk_altport is initialized in wdprobe(), but not in wdattach(), thisphk1997-11-041-1/+2
* Fix bug when using DEVFS, drives on second controller sisn't appearsos1997-10-121-4/+4
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-13/+13
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportdyson1997-09-201-33/+55
* Revert the logic behind my last change, and use a function calledjoerg1997-09-131-4/+4
* Do not ever try to coredump adapter memory regions.joerg1997-09-101-3/+7
* Upgrade of EIDE DMA support, Johns comments:sos1997-09-041-29/+62
* Teach both disk drivers how to cope with a hardware watchdogjulian1997-08-091-2/+11
* Make the WD code work on my P6DNF running on the SMP code. It appearsdyson1997-08-041-1/+4
* Add support for busmaster DMA on some PCI IDE chipsets.sos1997-07-291-6/+119
* Removed unused #includes.bde1997-07-201-6/+1
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-011-2/+3
* Fix problem introduced in the CMD640 workaround which could leadse1997-05-271-2/+6
* Move CMD640 option from kernel Makefile into opt_wd.hse1997-04-281-1/+2
* If flag 0x4000 (Sleephack) is defined, assume that the disk is sleepingphk1997-04-031-3/+35
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Add support for the buggy CMD640B PCI EIDE controller chip, whichse1997-03-111-1/+120
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Use the same blocks->size-in-MB conversion algorithm as the SCSI codemsmith1997-02-181-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-011-2/+2
* Fixed pessimized (short) i/o port type.bde1996-11-111-2/+2
* DKFL_MULTI lives in flags, not in status.phk1996-10-171-2/+2
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-3/+3
* Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.pst1996-09-061-1/+3
* Remove devconf, it never grew up to be of any use.phk1996-09-061-95/+2
* Another attempt at making multi-sector mode work.dyson1996-08-231-16/+35
* Apply my small patch to make detection of ATAPI CD-ROMs happen awpaul1996-08-121-3/+11
* Move a couple of the initialization commands to the right place. Multidyson1996-07-271-28/+24
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-14/+3
* Add yet another kludge to this driver. Man page update to follow.phk1996-07-211-1/+9
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+5
* Fixed calculation of the number of cylinders. wdp_cylinders (wasbde1996-06-081-6/+5
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).phk1996-05-031-2/+2
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-4/+4
* Whoops, shouldn't really have been here, but what the heck: remove somephk1996-04-181-5/+3
* Fixed group of disk devices (was wheel or games, now operator).bde1996-03-271-9/+9
* Implement a prototype interface to bus-master IDE DMA on the Tritonwollman1996-01-281-1/+3
* First attempt at creating devfs entries for sliced devices. Doesn'tbde1996-01-271-3/+21
* Use the new & improved printf rather than homegrown kludges.phk1996-01-161-10/+6
* Undo a change that should not have been committed with the 1Tb enhancements.dyson1995-12-111-3/+3
OpenPOWER on IntegriCloud