Age | Commit message (Expand) | Author |
2007-03-20 | add missing FLUSH_CACHE commands. | David Gwynne |
2007-03-20 | Document some routines by pointing to the refering specs URL. | Marcus Glocker |
2007-03-20 | Basic FLUSH CACHE support. | Christopher Pascoe |
2007-03-20 | Use ALLOCNOW flag when creating PRDT dmamap, otherwise it could fail during | Christopher Pascoe |
2007-03-20 | Tag ATAPI transfers that have no data phase correctly, otherwise the command | Christopher Pascoe |
2007-03-20 | Our timeout and error handlers complete the commands for us, so we should | Christopher Pascoe |
2007-03-20 | commit the rest of the jmicron ids. jsg has been trying to get me to add | David Gwynne |
2007-03-20 | Oops, remove some unused variables and unmangle a command name. | Christopher Pascoe |
2007-03-20 | Cap the device size we present to 2TB, just in case someone attaches | Christopher Pascoe |
2007-03-20 | Move common completion handling into ata_exec itself. Removes a double free | Christopher Pascoe |
2007-03-20 | Add support for ATA PACKET commands. This should make ATAPI cdrom drives, | Christopher Pascoe |
2007-03-20 | Read the whole SPROM content with a single routine to a own sprom struct. | Marcus Glocker |
2007-03-20 | Catch failed commands and copy the error taskfile back to the ata_cmd, | Christopher Pascoe |
2007-03-20 | move ata command definitions from atascsi.c to atascsi.h | David Gwynne |
2007-03-20 | on com_console we need a little delay to let fifo flush itself before resetti... | Michael Shalayeff |
2007-03-20 | missing include and also use time_uptime as art suggested; compiles now | Michael Shalayeff |
2007-03-20 | reorder slightly. ata bits before atascsi | David Gwynne |
2007-03-20 | Add timeout handling for ATA commands. | Christopher Pascoe |
2007-03-20 | nothing from wdc, wd, or any of the existing ata stuff pls. this gets rid | David Gwynne |
2007-03-20 | Spec says we can't write anything other than the global host control register | Christopher Pascoe |
2007-03-20 | Minor style fixup. | Christopher Pascoe |
2007-03-20 | Request "descriptor processed" interrupts only for PIO requests (inquiry, | Christopher Pascoe |
2007-03-20 | Calculate the residual and copy it back to the scsi_xfer, so that RW actually | Christopher Pascoe |
2007-03-20 | Add support for issuing sector read/write commands. | Christopher Pascoe |
2007-03-20 | Split PRDT unload out into its own function, for symmetry. | Christopher Pascoe |
2007-03-20 | Instead of having a copy of every register that we will issue in the ata_cmd, | Christopher Pascoe |
2007-03-20 | Change API for struct ata_xfer allocation to move it into the device that | Christopher Pascoe |
2007-03-20 | Hook up sd ioctl. | Marco Peereboom |
2007-03-20 | Fake out target id for bioc_disk. | Marco Peereboom |
2007-03-20 | Use queue.h macros instead of home made for thingy. | Marco Peereboom |
2007-03-19 | Only call bus_dmamap_unload() if we loaded a dmamap beforehand. Found out | Claudio Jeker |
2007-03-19 | the autoconf glue funcs (match/attach/etc) are only used inside softraid.c, | David Gwynne |
2007-03-19 | Fix keyword expansion. | Michael Knudsen |
2007-03-19 | attach softraid to the root of the device tree in a machine independant | David Gwynne |
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom |
2007-03-19 | Fix some code relative to chips that don't currently work (BCM5722 & | Kenneth R Westerback |
2007-03-18 | Define MMC_STOP_TRANSMISSION command (CMD12) | Uwe Stuehler |
2007-03-18 | DHC automatically sends a CMD12 after multiple-block transfers, but other | Uwe Stuehler |
2007-03-18 | Support the PXA27x SD/SDIO/MMC controller on Zaurus | Uwe Stuehler |
2007-03-18 | Backout pascoe@'s last USB change because it page faults at attachment | Marcus Glocker |
2007-03-18 | OX16PCI954K is a puc@cardbus (missed in the previous puc@cardbus commits) | Michael Shalayeff |
2007-03-18 | add OX16PCI954K puc id | Michael Shalayeff |
2007-03-18 | Comment routine which does the chip access validation. | Marcus Glocker |
2007-03-18 | o Add bcw_80211_core_init() according to | Marcus Glocker |
2007-03-18 | Perform legacy emulation handover for USB1 companion controllers immediately | Christopher Pascoe |
2007-03-18 | Wait the stable power delay on a USB hub only once per hub (not per port), | Christopher Pascoe |
2007-03-18 | Save SOF (frame timing adjustment) before the very first host controller | Christopher Pascoe |
2007-03-18 | sync | Reyk Floeter |
2007-03-18 | add device IDs of the new VIA CX700 chipset | Reyk Floeter |
2007-03-17 | replace the VMWARE quirk that restricts the bus width to 16 targets with | David Gwynne |