- 27 Nov, 2010 1 commit
-
-
Kevin Wolf authored
! ata: Bit 3 in the Bus Master IDE Command Register is set if the DMA transfer is a bus master write, i.e. read from disk and write to memory. Current code got that wrong and sets it for writes to the disk. Signed-off-by:
Kevin Wolf <kevin@tyndur.org>
-
- 12 Feb, 2010 1 commit
-
-
Kevin Wolf authored
* In all drivers, replace cdi_alloc_phys_mem by cdi_mem_alloc * In all drivers, replace cdi_alloc_phys_addr by cdi_mem_map Signed-off-by:
Kevin Wolf <kevin@tyndur.org> Acked-by:
Matthew Iselin <matthew@theiselins.net> Acked-by:
Max Reitz <max@tyndur.org> Acked-by:
Rich Edelman <redelman@gmail.com>
-
- 30 Dec, 2009 1 commit
-
-
Kevin Wolf authored
* Up to now, the cdi-device struct was created during the init_driver call of the driver and init_device only completed the initialisation. The new model is that init_device gets bus information (e.g. PCI address, device/vendor ID) and decides if it can handle the device. If so, it creates a cdi_device object and returns it. This way device creation is decoupled from driver initialisation and hot-plugging becomes possible. Signed-off-by:
Kevin Wolf <kevin@tyndur.org> Acked-by:
Max Reitz <max@tyndur.org> Acked-by:
Matthew Iselin <matthew@theiselins.net>
-
- 07 Aug, 2009 1 commit
-
-
svn-taljeth authored
* ata: Verwendet jetzt die 2-Klausel-BSD-Lizenz Signed-off-by:
Antoine Kaufmann <toni@tyndur.org> Signed-off-by:
Janosch Gräf <janosch.graef@gmx.net> Signed-off-by:
Kevin Wolf <kevin@tyndur.org> git-svn-id: svn+ssh://overgames.de/lost/trunk@1276 1fb02b30-9e10-0410-89f7-8f5a202ca6a9
-
- 29 May, 2009 1 commit
-
-
svn-freakypenguin authored
+ ata: Unterstuetzung fuer DMA Signed-off-by:
Antoine Kaufmann <toni@tyndur.org> Acked-by:
Alexander Siol <alex@tyndur.org> git-svn-id: svn+ssh://overgames.de/lost/trunk@1184 1fb02b30-9e10-0410-89f7-8f5a202ca6a9
-
- 26 May, 2009 1 commit
-
-
svn-freakypenguin authored
* ata: cdi_wait_irq() benuzten und nicht selbst warten Signed-off-by:
Antoine Kaufmann <toni@tyndur.org> Acked-by:
Kevin Wolf <kevin@tyndur.org> git-svn-id: svn+ssh://overgames.de/lost/trunk@1174 1fb02b30-9e10-0410-89f7-8f5a202ca6a9
-
- 17 Jan, 2009 1 commit
-
-
svn-taljeth authored
+ cdi/ata: ATAPI-Unterstuetzung git-svn-id: svn+ssh://overgames.de/lost/trunk@1045 1fb02b30-9e10-0410-89f7-8f5a202ca6a9
-
- 17 Dec, 2008 1 commit
-
-
svn-taljeth authored
git-svn-id: svn+ssh://overgames.de/lost/trunk@997 1fb02b30-9e10-0410-89f7-8f5a202ca6a9
-
- 14 Dec, 2008 2 commits
-
-
svn-freakypenguin authored
* Projektnamen in Lizenzheadern aendern * kernel: Binary umbenennt und Konfiguration angepasst * init: Projektname in Ausgabe angepasst * Diverse Ausgaben in Programmen und Kernel angepasst git-svn-id: svn+ssh://overgames.de/lost/trunk@992 1fb02b30-9e10-0410-89f7-8f5a202ca6a9
-
svn-freakypenguin authored
* ata: Performance-Probleme in ata_pio_in beheben indem das Delay zwischen den Blocks verkuerzt und rep insw benutzt wird * ata: Jetzt war auch endgueltig ein gescheites ATA_DELAY notwendig git-svn-id: svn+ssh://overgames.de/lost/trunk@986 1fb02b30-9e10-0410-89f7-8f5a202ca6a9
-
- 06 Jan, 2008 1 commit
-
-
svn-freakypenguin authored
+ cdi.ata: Anfaenge eines ATA(PI) Treibers git-svn-id: svn+ssh://overgames.de/lost/trunk@685 1fb02b30-9e10-0410-89f7-8f5a202ca6a9
-