summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* nullclose, not noclose of course.phk1999-09-051-2/+2
* Use micro "disk" layer in ata-diskphk1999-09-034-143/+45
* Set si_bsize_phys to 2048 for cdrom.phk1999-09-031-0/+1
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-1/+12
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-282-4/+4
* $Id$ -> $FreeBSD$peter1999-08-2813-13/+13
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-239-86/+27
* Spring cleaning around strategy and disklabels/slices:phk1999-08-142-25/+7
* Support DMA on ATAPI devices (finally).sos1999-08-104-13/+98
* Add limitted support for the Promise Ultra/66 controller. Itssos1999-08-062-6/+10
* slight change in the way we hi-jack the wd drivers cdevsw.phk1999-07-171-8/+4
* Nine'th update to the new ATA/ATAPI driver:sos1999-06-2510-468/+650
* Simplify cdevsw registration.phk1999-05-314-11/+13
* This commit should be a extensive NO-OP:phk1999-05-304-26/+83
* Allow chipset drivers to specify the direct-mapped DMA window's mask ingallatin1999-05-261-2/+2
* Eigth update to the new ATA/ATAPI driver:sos1999-05-206-41/+99
* Seventh update to the new ATA/ATAPI driver:sos1999-05-178-42/+53
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-7/+7
* GC stray static prototypes for physread/physwrite which don't existpeter1999-05-071-3/+1
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-074-64/+10
* Suser() simplification:phk1999-04-271-2/+2
* Fix the promise_intr function, it should use 'lun' not 'unit'sos1999-04-221-2/+2
* Merge a diff that Soren sent me to resolve some lun / unit problems.peter1999-04-211-29/+20
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-33/+28
* Update to use the new-bus framework. No functional changes.sos1999-04-183-110/+220
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-164-21/+47
* Sixth update to the new ATA/ATAPI driver:sos1999-04-107-64/+54
* Make ISA only systems compile again..sos1999-03-301-3/+4
* Fix bug in the Promise code that resultet in PIO always being selected.sos1999-03-291-7/+8
* Fourth update to the new ATA/ATAPI driver:sos1999-03-2810-231/+847
* ZIP drives should now be working, I'm not sure about LS120 drives,sos1999-03-079-84/+100
* Now all actual probing of both ATA & ATAPI devices are done aftersos1999-03-058-332/+301
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.sos1999-03-0312-612/+1159
* Finally!!sos1999-03-0110-0/+4612
OpenPOWER on IntegriCloud