aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-lowlevel.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Søren Schmidt2007-02-211-1/+1
* Add preliminary support for the Serverworks HT1000 chip.Søren Schmidt2006-07-041-1/+1
* Add support for using DMA on dump, greatly speeds up the dump process.Søren Schmidt2006-01-181-5/+19
* Get rid of the advertising clause in the copyright.Søren Schmidt2006-01-051-3/+1
* Dont use the BUS_DMA_ALLOCNOW flag. Instead use BUS_DMA_NOWAIT and returnSøren Schmidt2005-12-051-7/+9
* Fix two identical harmless typos in ata error messages:Giorgos Keramidas2005-11-281-2/+2
* Dont wait for READY on ATAPI_IDENTIFY.Søren Schmidt2005-09-191-1/+5
* Harden the hotplug support for SATA devices.Søren Schmidt2005-09-141-3/+5
* Add support for working around controllers that cannot do DMA in 48bit mode.Søren Schmidt2005-08-171-4/+4
* Change the way ioctls are issue to ATA.Søren Schmidt2005-05-161-42/+41
* Fix more ATAPI breakage.Søren Schmidt2005-05-131-3/+9
* Fix ATAPI DMA. We need to set the proper flags for DMA modes.Søren Schmidt2005-05-111-1/+3
* Reshape the dma code to be a bit more flexible so it can cope withSøren Schmidt2005-05-031-155/+103
* Update on the last commit, the dma* funciton needs to be called withSøren Schmidt2005-05-011-9/+9
* Take newbusification one step further, ie use the device_t more consequentlySøren Schmidt2005-04-301-25/+31
* Now that probing is working in the new fashion, we need to go back toSøren Schmidt2005-04-291-138/+0
* Rearrange the way the reset code is called.Søren Schmidt2005-04-281-6/+1
* Rehash the timeout code to make it more simple.Søren Schmidt2005-04-211-57/+59
* Read back the real taskfile register values when in 48BIT mode.Søren Schmidt2005-04-141-5/+22
* Generalise the SATA PHY handling code so it wont be duplicated forSøren Schmidt2005-04-081-12/+7
* Add support for controllers that doesn't have the usual taskfileSøren Schmidt2005-04-061-9/+9
* Fix a buglet that caused slaves to be nondetected.Søren Schmidt2005-04-031-3/+4
* Change the ata_* methods to use a channel device instead of aSøren Schmidt2005-03-311-1/+1
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-186/+347
* Whitespace nit. Clarifies which body this line belongs to.Nate Lawson2005-03-061-1/+1
* Handle PIO timeouts in ata_end_transaction() by immediately returning.Matthew N. Dodd2005-03-021-0/+3
* In ata_generic_reset() while waiting for both master & slave to becomeMatthew N. Dodd2005-03-021-1/+4
* Loosen the probe a bit.Søren Schmidt2004-12-241-5/+9
* Compensate for off by one bugs in disk firmware for 48BIT addressing cutover.Søren Schmidt2004-12-091-1/+1
* Return ATA register values in the request struct when ATAREQUEST returns.Søren Schmidt2004-11-241-1/+2
* Remove the old ATA_*LOCK_CH macros that used atomic ops and useSøren Schmidt2004-09-261-69/+26
* Introduce ata_udelay() that uses tsleep instead of DELAY if possible.Søren Schmidt2004-09-031-3/+4
* remove unused prototypeSøren Schmidt2004-08-271-1/+0
* Fix the handling of "inflight" requests when doing reinit's.Søren Schmidt2004-08-271-1/+10
* Improve (hopefully) on the workaround code for devices that doesn'tSøren Schmidt2004-08-161-9/+4
* Correct the last commit so it works in error situations as well.Søren Schmidt2004-08-071-1/+1
* Fix a panic in ata_generic_transaction(). The DMA pointer of the channelNate Lawson2004-08-061-1/+1
* Try to narrow down the race window on HW that does not have ways toSøren Schmidt2004-08-051-13/+13
* Refine the wait for ATAPI_RESET.Søren Schmidt2004-07-241-2/+10
* Dont expect interrupt from ATAPI_RESET, it doesn't deliver one.Søren Schmidt2004-07-231-0/+11
* Back out the last change as that broke some SATA devices.Søren Schmidt2004-06-111-9/+4
* Dont retry on devices that left the system.Søren Schmidt2004-06-011-2/+3
* Rip out the too verbose "spurious interrupt" printf's, they dont serveSøren Schmidt2004-05-171-16/+1
* Spring cleanup of macrosSøren Schmidt2004-04-301-1/+1
* Reduce the time spent looking for devices on channels that returnSøren Schmidt2004-04-271-4/+4
* Move a verbose printf before the first exit so we get a chanceSøren Schmidt2004-04-191-4/+4
* Add support for the Promise command sequencer present on all modern PromiseSøren Schmidt2004-04-131-51/+55
* Add support for detaching PCI controllers.Søren Schmidt2004-03-151-2/+2
* Only register interrupt as seen if it was a real HW interrupt.Søren Schmidt2004-02-211-1/+3
* Move the enabling of interrupt back to where it was some time ago.Søren Schmidt2004-02-021-4/+3