summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-dma.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for yet another Promise ATA100 variantsos2001-06-081-5/+8
* Add support for the AMD 766 southbridge incl ATA100 supportsos2001-05-141-2/+19
* Add support the the Intel ICH2 mobilesos2001-04-161-20/+13
* The VIA 586 chip does UDMA from rev 0x3 onwards.sos2001-04-141-1/+1
* Add ATA66 and ATA100 mode support for Acer chipsets.sos2001-04-061-4/+47
* Provide the interface to atacontrol and associated logic.sos2001-03-151-0/+1
* Split out the ata probes in seperate files for each bus type.sos2001-03-061-45/+0
* Introduce busspace instead of the good old in/out instructions.sos2001-02-061-18/+25
* Correct botchup in last commit that made older VIA chips fail...sos2001-01-211-2/+2
* Add first cut support for the ATA100 capable VIA82c686b.sos2001-01-171-3/+43
* Add session argument to *close_disk, allowing to set session type on fixate.sos2001-01-101-1/+1
* Try better this time at a patch that properly backspeeds on the Acer chips.sos2001-01-071-2/+2
* Oops the test in the Acer code should be >= not >.sos2001-01-051-1/+1
* Proberly back down DMA modes on the Acer Aladdin.sos2000-12-191-4/+9
* Fix warning in the ISA only case.sos2000-10-221-0/+1
* Fix ISA only systems.sos2000-10-131-5/+11
* Get rid of the ivars entirely.sos2000-10-131-19/+19
* Only allow UDMA2 mode on SiS rev > 0xc1sos2000-10-131-8/+7
* Add support for ServerWorks ROSB4 ATA33 chipset.sos2000-10-031-4/+110
* Fix the breakage that snatched the ioports from the fdc device.sos2000-09-241-2/+2
* Remove unneeded includessos2000-09-201-2/+1
* Add support for tagged queuing on ATA drives. There is only support forsos2000-09-191-48/+116
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-0/+1
* Rearrange the probe a bit, hopefully this will help to eleminatesos2000-08-161-77/+67
* 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
OpenPOWER on IntegriCloud