aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Increase the timeout to be 3*hz. This recalibrates the timeout so thatAndrew Gallatin1999-10-181-1/+1
* Relax the check for class=storage, subclass=ide to just class=storage.Doug Rabson1999-10-161-2/+1
* Don't match non-IDE devices in probe.Doug Rabson1999-10-131-0/+4
* Fix a bug in the isa attach code which would panic isa systems.Søren Schmidt1999-10-111-1/+1
* Remove unused include files.Søren Schmidt1999-10-107-14/+0
* Add support for the HPT366 chip, this is used on the Abit boards andSøren Schmidt1999-10-0912-709/+813
* Be much more selective in claiming devices that might be IDE controllers.Mike Smith1999-10-071-36/+30
* Removal of sys/device.hNick Hibma1999-10-053-3/+0
* Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in theBruce Evans1999-10-031-1/+1
* Use the sys/wormio.h definitions of the CDRIOCNEXTWRITEABLEADDR andPeter Wemm1999-10-011-3/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-254-20/+0
* Fix timeout handeling and add retry counts.Søren Schmidt1999-09-247-37/+75
* Support quad & max speeds in wormcontrol.Søren Schmidt1999-09-229-92/+41
* I knew it, I introduced new bugs :)Søren Schmidt1999-09-222-6/+7
* Ten'th update to the new ATA/ATAPI driver:Søren Schmidt1999-09-2113-2101/+2658
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()Poul-Henning Kamp1999-09-181-3/+1
* Bite the bullet and allocate the devsw entry at compile time.Poul-Henning Kamp1999-09-121-2/+4
* Don't register a bmajor.Poul-Henning Kamp1999-09-081-1/+1
* nullclose, not noclose of course.Poul-Henning Kamp1999-09-051-2/+2
* Use micro "disk" layer in ata-diskPoul-Henning Kamp1999-09-034-142/+44
* Set si_bsize_phys to 2048 for cdrom.Poul-Henning Kamp1999-09-031-0/+1
* This represents essentially a complete rewrite of the ISA PnP code. TheDoug Rabson1999-09-011-1/+12
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-282-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2813-13/+13
* 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