aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-239-86/+27
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-142-25/+7
* Support DMA on ATAPI devices (finally).Søren Schmidt1999-08-104-13/+98
* Add limitted support for the Promise Ultra/66 controller. ItsSøren Schmidt1999-08-062-6/+10
* slight change in the way we hi-jack the wd drivers cdevsw.Poul-Henning Kamp1999-07-171-8/+4
* Nine'th update to the new ATA/ATAPI driver:Søren Schmidt1999-06-2510-468/+650
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-314-11/+13
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-304-26/+83
* Allow chipset drivers to specify the direct-mapped DMA window's mask inAndrew Gallatin1999-05-261-2/+2
* Eigth update to the new ATA/ATAPI driver:Søren Schmidt1999-05-206-41/+99
* Seventh update to the new ATA/ATAPI driver:Søren Schmidt1999-05-178-42/+53
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-7/+7
* GC stray static prototypes for physread/physwrite which don't existPeter Wemm1999-05-071-3/+1
* Introduce two functions: physread() and physwrite() and use these directlyPoul-Henning Kamp1999-05-074-64/+10
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Fix the promise_intr function, it should use 'lun' not 'unit'Søren Schmidt1999-04-221-2/+2
* Merge a diff that Soren sent me to resolve some lun / unit problems.Peter Wemm1999-04-211-29/+20
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-211-33/+28
* Update to use the new-bus framework. No functional changes.Søren Schmidt1999-04-183-110/+220
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-164-21/+47
* Sixth update to the new ATA/ATAPI driver:Søren Schmidt1999-04-107-64/+54
* Make ISA only systems compile again..Søren Schmidt1999-03-301-3/+4
* Fix bug in the Promise code that resultet in PIO always being selected.Søren Schmidt1999-03-291-7/+8
* Fourth update to the new ATA/ATAPI driver:Søren Schmidt1999-03-2810-231/+847
* ZIP drives should now be working, I'm not sure about LS120 drives,Søren Schmidt1999-03-079-84/+100
* Now all actual probing of both ATA & ATAPI devices are done afterSøren Schmidt1999-03-058-332/+301
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.Søren Schmidt1999-03-0312-612/+1159
* Finally!!Søren Schmidt1999-03-0110-0/+4612