summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-dma.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.6.2_cvscvs2svn2002-08-141-1/+1
* MFC:Søren Schmidt2002-04-181-55/+44
* MFC:Søren Schmidt2002-04-091-0/+1
* MFC:Søren Schmidt2002-04-051-0/+43
* MFC:Søren Schmidt2002-04-021-13/+13
* MFC:Søren Schmidt2002-03-311-1/+1
* MFC: Add support for the AMD768 southbridge.Søren Schmidt2002-03-261-0/+1
* MFC: the entire ATA driver with all functionality as of 2002-03-18.Søren Schmidt2002-03-181-468/+484
* Add support for 48bit access for devices >137G.Søren Schmidt2002-01-051-64/+64
* Add support for latest SiS chipsets.Søren Schmidt2002-01-021-34/+133
* MFC:Søren Schmidt2001-12-111-2/+42
* MFC: Add some Intel ID's:Jeroen Ruigrok van der Werven2001-10-311-0/+4
* MFC:Søren Schmidt2001-08-281-25/+28
* MFC:Søren Schmidt2001-05-281-2/+19
* MFC:Søren Schmidt2001-04-181-20/+13
* MFC:Søren Schmidt2001-04-181-1/+1
* MFC:Søren Schmidt2001-04-061-4/+47
* MFC:Søren Schmidt2001-02-251-4/+44
* MFC:Søren Schmidt2001-01-191-2/+2
* MFC:Søren Schmidt2001-01-051-1/+1
* MFC:Søren Schmidt2001-01-041-0/+5
* Add support for tagged queing.Søren Schmidt2000-10-251-70/+250
* MFC:Søren Schmidt2000-08-221-129/+210
* s/limitted/limited/Peter Wemm2000-08-021-1/+1
* MFC:Søren Schmidt2000-06-111-4/+8
* MFC: Add support for ATA66 on newer revisions of the VIA 82C596Søren Schmidt2000-05-031-16/+22
* Fix the CD driver so that the last blocks can be read even ifSøren Schmidt2000-03-051-1/+5
* Add (partial) support for the Cypress ATA controller.Søren Schmidt2000-02-251-0/+17
* Add UDMA66 support to the Intel ICH chip.Søren Schmidt2000-02-221-1/+27
* Update the ata driver to take more advantage of newbus, thisSøren Schmidt2000-02-181-35/+52
* fix support for shared IRQ's.Søren Schmidt2000-02-041-46/+96
* Fix compilation on ISA only setups...Søren Schmidt2000-01-281-4/+3
* Cleanup the ata_dmainit function a bit.Søren Schmidt2000-01-281-32/+40
* Add sysctl oid hw.atamodes to set the transfermodes online.Søren Schmidt2000-01-271-18/+9
* General cleanup.Søren Schmidt2000-01-241-121/+110
* Add support for the Intel 810 chipset (ICH type of chips)Søren Schmidt2000-01-171-15/+47
* Add support for VIA 82C596 controllerSøren Schmidt2000-01-031-81/+120
* Yet another cleanup of the VIA code, this time it should workSøren Schmidt1999-12-211-89/+49
* Have another go at the VIA support, this time use the PCI ID form theSøren Schmidt1999-12-141-8/+12
* Add DMA support for the SiS 5591 and old PIIX chipsets.Søren Schmidt1999-12-131-2/+54
* Try a little harder at the VIA DMA support.Søren Schmidt1999-12-071-14/+36
* Oops, committed the wrong file..Søren Schmidt1999-11-261-6/+0
* Tidy up the VIA support a bit, make it more generic.Søren Schmidt1999-11-261-21/+6
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangeSøren Schmidt1999-11-241-113/+182
* Unbreak ATAPI on the Aladdin chipset, only DMA access worked.Søren Schmidt1999-11-081-40/+23
* Fix IRQ allocation bug on controllers using a shared interrupt.Søren Schmidt1999-11-061-13/+28
* Remove unused include files.Søren Schmidt1999-10-101-2/+0
* Add support for the HPT366 chip, this is used on the Abit boards andSøren Schmidt1999-10-091-58/+173
* Support quad & max speeds in wormcontrol.Søren Schmidt1999-09-221-6/+7
* Ten'th update to the new ATA/ATAPI driver:Søren Schmidt1999-09-211-119/+165