summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-dma.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the ICH2 ATA100 support, and proberly downgrade the chip setup whensos2000-08-101-13/+10
* Add experimental code for ATA100 support on:sos2000-08-061-56/+150
* Spell the word 'limited' with only one 't'.steve2000-07-301-1/+1
* Fix a nasty bug in ata_intr, parens are a good thing if used right.sos2000-05-231-4/+8
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Add support for ATA66 on newer revisions of the VIA 82C596sos2000-04-091-16/+22
* Fix the CD driver so that the last blocks can be read even ifsos2000-03-051-1/+5
* Add (partial) support for the Cypress ATA controller.sos2000-02-251-0/+17
* Add UDMA66 support to the Intel ICH chip.sos2000-02-221-1/+27
* Update the ata driver to take more advantage of newbus, thissos2000-02-181-35/+52
* fix support for shared IRQ's.sos2000-02-041-46/+96
* Fix compilation on ISA only setups...sos2000-01-281-4/+3
* Cleanup the ata_dmainit function a bit.sos2000-01-281-32/+40
* Add sysctl oid hw.atamodes to set the transfermodes online.sos2000-01-271-18/+9
* General cleanup.sos2000-01-241-121/+110
* Add support for the Intel 810 chipset (ICH type of chips)sos2000-01-171-15/+47
* Add support for VIA 82C596 controllersos2000-01-031-81/+120
* Yet another cleanup of the VIA code, this time it should worksos1999-12-211-89/+49
* Have another go at the VIA support, this time use the PCI ID form thesos1999-12-141-8/+12
* Add DMA support for the SiS 5591 and old PIIX chipsets.sos1999-12-131-2/+54
* Try a little harder at the VIA DMA support.sos1999-12-071-14/+36
* Oops, committed the wrong file..sos1999-11-261-6/+0
* Tidy up the VIA support a bit, make it more generic.sos1999-11-261-21/+6
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangesos1999-11-241-113/+182
* Unbreak ATAPI on the Aladdin chipset, only DMA access worked.sos1999-11-081-40/+23
* Fix IRQ allocation bug on controllers using a shared interrupt.sos1999-11-061-13/+28
* 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-58/+173
* Support quad & max speeds in wormcontrol.sos1999-09-221-6/+7
* Ten'th update to the new ATA/ATAPI driver:sos1999-09-211-119/+165
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Support DMA on ATAPI devices (finally).sos1999-08-101-1/+6
* Add limitted support for the Promise Ultra/66 controller. Itssos1999-08-061-1/+2
* Allow chipset drivers to specify the direct-mapped DMA window's mask ingallatin1999-05-261-2/+2
* Seventh update to the new ATA/ATAPI driver:sos1999-05-171-9/+11
* Update to use the new-bus framework. No functional changes.sos1999-04-181-21/+25
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-4/+10
* Sixth update to the new ATA/ATAPI driver:sos1999-04-101-6/+3
* 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-281-0/+366
OpenPOWER on IntegriCloud