summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wd.c
Commit message (Expand)AuthorAgeFilesLines
* Correct the wrong PCI-IDE probing on AcerLabs Aladdin-V chipset. It won'tfoxfair1998-12-241-4/+14
* Fixed misformatted error messages. wderror() was broken way backbde1998-12-151-3/+3
* Make it possible to adjust the IDE probe delay from kernel config files.eivind1998-11-151-1/+6
* Fixed the bug that caused negative busycounts in devstat. Thebde1998-11-151-6/+6
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-1/+3
* Fixed two potentially serious classes of bugs:dg1998-10-131-2/+2
* Update system to new device statistics code.gibbs1998-09-151-53/+22
* Remove the SLICE code.sos1998-09-141-314/+2
* remove bdevsw arg from dsopen();phk1998-08-231-2/+2
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-301-2/+2
* SLICE probing becomes asynchronous. It can now be triggered byjulian1998-07-131-5/+3
* Fixed printf format errors.bde1998-07-111-4/+4
* There is no such thing any more as "struct bdevsw".julian1998-07-041-10/+30
* Fix some more ioctls which I missed becausese they were hidden by optionsdfr1998-06-071-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Oops, only apply the CHS size from lbasize thing when disk reportssos1998-05-111-2/+3
* cleanup:julian1998-05-071-184/+62
* Add dump support to the DEVFS/slice code.julian1998-05-061-3/+158
* Fix the 4-8G LBA geometry it was wrong.sos1998-05-051-2/+7
* slice_device.c: permissions changes for SLICE devicesjulian1998-04-241-2/+4
* When calling the open function, specify either FREAD and/or FWRITEjulian1998-04-231-3/+3
* Bad144 support for the slice system (!)julian1998-04-221-3/+9
* close() is no longer a SLICE method.julian1998-04-221-11/+21
* Add changes and code to implement a functional DEVFS.julian1998-04-191-8/+281
* Back out previous commit, obrien doesn't seem to be watching. The problempeter1998-04-191-98/+318
* MFC (reduce diff w/-CUR, with hopes of getting DMA support into -STABLE)obrien1998-04-181-318/+98
* Minor typo in the wd driver. The manifestation of this bugdyson1998-04-111-2/+2
* Do not clobber "heads" by &= in wdcommand use only &.sos1998-04-101-2/+2
* Try to use the "right" CHS translations of a LBA device.sos1998-04-091-4/+21
* Add LBA mode support for large drives.sos1998-04-081-42/+69
* Shut up GCC.eivind1998-04-021-2/+2
* Add HW_WDOG to LINT, and turn it into a new-style option.eivind1998-02-161-1/+2
* 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
OpenPOWER on IntegriCloud