summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-12/+7
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-3/+3
* Julian forgot to make the *devsw structures static.phk1995-12-081-3/+3
* Pass 3 of the great devsw changesjulian1995-12-081-32/+25
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+4
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-15/+29
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+37
* Update the wd.c driver to use the new TAILQ scheme for devicedyson1995-11-231-29/+39
* Mega commit for sysctl.phk1995-11-201-5/+4
* Made wcstart() non-static again. It is called from atapi.c. Thebde1995-10-291-4/+4
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-3/+3
* A mixed bag of changes, relating to getting the state in "lsdev" right,phk1995-10-211-3/+10
* Latest fixes from Serge:dg1995-10-141-13/+41
* Make ATAPI support completely optional - if ATAPI isn't defined, thedg1995-09-301-4/+9
* Bring IDE CDROM support up to latest version (1.8a?) from Serge.jkh1995-09-301-9/+18
* Make files get the NWDC definition from "wdc.h" instead of "wd.h".swallace1995-09-071-2/+7
* Correct the location of a "return". This can/will cause system crashes.dyson1995-09-061-2/+2
* Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number ofjkh1995-08-181-9/+53
* Changes to support the "new" bad144. Adds a "BADSCAN" ioctl and support.dg1995-05-161-4/+15
* Fix -Wformat warnings, still need to do something about %b and pointerrgrimes1995-05-091-2/+2
* Fix numerous bugs in wdsize().bde1995-05-081-15/+7
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-301-3/+3
* Changes John's handling of the flags a little bit, added a new one,phk1995-04-241-6/+24
* Did a s/[ \t]*$//phk1995-04-241-21/+21
* Implemented the multi-sector I/O enable and the 32 bit I/O probedyson1995-04-241-22/+42
* Change the initial delay in wdwait to a DELAY macro call. It is reallydyson1995-04-221-8/+8
* I commit this for Bruce, who has serious connectivity problmes pt.phk1995-04-141-430/+285
* Add a class field to devconf and mst drivers.wollman1995-04-121-6/+10
* From John Dyson: Disabled multi-sector I/O. It is causing some peopledg1995-04-091-2/+2
* Fixes and improvements from John Dyson:dg1995-03-221-44/+138
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-3/+3
* Removed an old (commented out) call to cldisksort(). This has beendg1995-03-061-2/+1
* Slight change to wdwait() to improve performance while not violating thedg1995-02-271-2/+7
* Declare all the args of wdclose() and wdioctl(). Cosmetic.bde1995-02-261-9/+11
* Support 32bit access to IDE disks, if it seems to work for the drive.phk1995-02-041-25/+54
* Load the kernel symbol table in the boot loader and not at compile time.bde1995-01-251-6/+7
* Fix the "wd" count stat. The seek and xfer stats are still very bogusbde1994-12-241-2/+2
* lsdev paniced the machine when 2 (or more) ide controllers are installed.guido1994-12-131-2/+2
* Improve the case for ST506 disks a bit: Pick up Bios-geometry.phk1994-11-181-6/+32
* Last commit was bogus. Changed b_bsize to b_bcount.phk1994-11-041-2/+2
* |Both, the wd and the sd driver do not reject invalid request of oddjoerg1994-11-031-2/+3
* Julian Elischer's disklabel fixes.jkh1994-10-271-16/+11
* Extra intr's have nothing to do with LAPTOP.phk1994-10-271-4/+7
OpenPOWER on IntegriCloud