Age | Commit message (Expand) | Author |
2007-03-23 | the input length is different on the eGalax and ITM screens, | Robert Nagy |
2007-03-23 | Turn AHCI_DEBUG back on for now, so we can see if any commands are timing | Christopher Pascoe |
2007-03-23 | Fix set to already set local | Jordan Hargrave |
2007-03-23 | Track the ATA xfer's state more closely - may help us identify why some | Christopher Pascoe |
2007-03-23 | Really clear the device register on the flush cache command. Last commit | Christopher Pascoe |
2007-03-23 | Clear the device register on the flush cache command, in case something | Christopher Pascoe |
2007-03-23 | Catch timed out disk commands. | Christopher Pascoe |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-03-22 | read and write funcs for the global register space | David Gwynne |
2007-03-22 | map the global and port register spaces. | David Gwynne |
2007-03-22 | Perform legacy emulation handover for USB1 companion controllers immediately | Christopher Pascoe |
2007-03-22 | Reapplication of rev 1.49. | Christopher Pascoe |
2007-03-22 | Reapplication of rev 1.36. | Christopher Pascoe |
2007-03-22 | Let atascsi issue NCQ commands if the controller supports it. | Christopher Pascoe |
2007-03-22 | import sili(4) so it can be worked on in the tree. this will support the | David Gwynne |
2007-03-21 | A polled xfer has completed and been put by the time ata_cmd returns, so | Christopher Pascoe |
2007-03-21 | NCQ commands generate a "Set Device Bits" FIS upon completion. Enable the | Christopher Pascoe |
2007-03-21 | Add support for issuing NCQ commands via AHCI. | Christopher Pascoe |
2007-03-21 | Basic support for JMicron PATA. | Jonathan Gray |
2007-03-21 | dont print if there is a device found or not, you can figure that out by | David Gwynne |
2007-03-21 | atascsi sends h2d fis's, not d2h. | David Gwynne |
2007-03-21 | replace the array of u_int8_ts for the fis/registers with a struct to make | David Gwynne |
2007-03-21 | For now, reserve one opening so we always have a CCB free to issue a soft | Christopher Pascoe |
2007-03-20 | Fix crystal on/off routine (no more panic). Add two new routines to | Marcus Glocker |
2007-03-20 | An complete lack of peer review before this is commited means it gets pulled. | Theo de Raadt |
2007-03-20 | Use aml_val2int() instead of accessing v_integer directly. | Michael Knudsen |
2007-03-20 | Be sure to reset ata_xfer flags for all PACKET transfers, otherwise we | Christopher Pascoe |
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 |