aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Yet another cleanup of the VIA code, this time it should workSøren Schmidt1999-12-218-186/+61
* Relax the requirements for doing WDMA2, this should enable DMASøren Schmidt1999-12-183-27/+27
* Cleanup the probe messages a bit, show what the device really is, notSøren Schmidt1999-12-161-10/+19
* Have another go at the VIA support, this time use the PCI ID form theSøren Schmidt1999-12-148-17/+48
* Add DMA support for the SiS 5591 and old PIIX chipsets.Søren Schmidt1999-12-138-72/+134
* Change the devstat priorities to the std values now in devicestats.hSøren Schmidt1999-12-084-4/+4
* Commit the kernel part of our DVD support. Nothing much to say really,Søren Schmidt1999-12-074-5/+285
* Try a little harder at the VIA DMA support.Søren Schmidt1999-12-073-32/+61
* Fix support for disk with > 64K cyls.Søren Schmidt1999-12-072-9/+8
* Better error handeling:Søren Schmidt1999-11-292-30/+58
* call ata_reinit in addump trying to make sure the dump will succed,Søren Schmidt1999-11-271-1/+7
* Oops, committed the wrong file..Søren Schmidt1999-11-261-6/+0
* Fix atapi_wait_ready, it returned prematurely.Søren Schmidt1999-11-261-12/+6
* Tidy up the VIA support a bit, make it more generic.Søren Schmidt1999-11-262-26/+37
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangeSøren Schmidt1999-11-249-140/+228
* Loose ad_sleep, its of no use anymore.Søren Schmidt1999-11-191-13/+0
* Dont listen to disks that say they can only do 0 sector transfers.Søren Schmidt1999-11-101-1/+1
* Make the atapi device return sensible errno's back to userland.Søren Schmidt1999-11-105-55/+60
* Unbreak ATAPI on the Aladdin chipset, only DMA access worked.Søren Schmidt1999-11-084-61/+63
* Fix IRQ allocation bug on controllers using a shared interrupt.Søren Schmidt1999-11-066-78/+148
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* 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