summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-disk.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Intel 810 chipset (ICH type of chips)sos2000-01-171-18/+18
* Guard against transfers of zero length given to *strategy.sos2000-01-071-0/+7
* Add support for VIA 82C596 controllersos2000-01-031-1/+2
* Yet another cleanup of the VIA code, this time it should worksos1999-12-211-34/+3
* Relax the requirements for doing WDMA2, this should enable DMAsos1999-12-181-3/+2
* Have another go at the VIA support, this time use the PCI ID form thesos1999-12-141-1/+2
* Add DMA support for the SiS 5591 and old PIIX chipsets.sos1999-12-131-20/+23
* Change the devstat priorities to the std values now in devicestats.hsos1999-12-081-1/+1
* Try a little harder at the VIA DMA support.sos1999-12-071-3/+1
* Fix support for disk with > 64K cyls.sos1999-12-071-7/+7
* Better error handeling:sos1999-11-291-30/+57
* call ata_reinit in addump trying to make sure the dump will succed,sos1999-11-271-1/+7
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangesos1999-11-241-15/+29
* Loose ad_sleep, its of no use anymore.sos1999-11-191-13/+0
* Dont listen to disks that say they can only do 0 sector transfers.sos1999-11-101-1/+1
* Unbreak ATAPI on the Aladdin chipset, only DMA access worked.sos1999-11-081-0/+9
* Fix IRQ allocation bug on controllers using a shared interrupt.sos1999-11-061-1/+7
* useracc() the prequel:phk1999-10-291-1/+0
* Increase the timeout to be 3*hz. This recalibrates the timeout so thatgallatin1999-10-181-1/+1
* Remove unused include files.sos1999-10-101-2/+0
* Add support for the HPT366 chip, this is used on the Abit boards andsos1999-10-091-55/+56
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Fix timeout handeling and add retry counts.sos1999-09-241-0/+16
* Support quad & max speeds in wormcontrol.sos1999-09-221-8/+1
* I knew it, I introduced new bugs :)sos1999-09-221-5/+6
* Ten'th update to the new ATA/ATAPI driver:sos1999-09-211-159/+183
* Bite the bullet and allocate the devsw entry at compile time.phk1999-09-121-2/+4
* nullclose, not noclose of course.phk1999-09-051-2/+2
* Use micro "disk" layer in ata-diskphk1999-09-031-137/+41
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-18/+5
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-13/+4
* Support DMA on ATAPI devices (finally).sos1999-08-101-2/+6
* 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-251-97/+184
* Simplify cdevsw registration.phk1999-05-311-3/+7
* This commit should be a extensive NO-OP:phk1999-05-301-8/+23
* Seventh update to the new ATA/ATAPI driver:sos1999-05-171-5/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* 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-071-16/+4
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-5/+5
* Sixth update to the new ATA/ATAPI driver:sos1999-04-101-11/+8
* Fourth update to the new ATA/ATAPI driver:sos1999-03-281-50/+151
* ZIP drives should now be working, I'm not sure about LS120 drives,sos1999-03-071-18/+11
* Now all actual probing of both ATA & ATAPI devices are done aftersos1999-03-051-55/+50
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.sos1999-03-031-25/+43
* Finally!!sos1999-03-011-0/+585
OpenPOWER on IntegriCloud