Age | Commit message (Expand) | Author |
2007-03-29 | Correct some minor whitespace issues. | Christopher Pascoe |
2007-03-28 | regen | Jonathan Gray |
2007-03-28 | Fix a Marvell Entry, "SATA" -> "88SE6101 IDE" | Jonathan Gray |
2007-03-28 | While we are determining which NCQ command failed, we will need to ensure | Christopher Pascoe |
2007-03-28 | Due to a logic inversion, we would error out any commands that had completed | Christopher Pascoe |
2007-03-28 | Improve output of some debugging messages. | Christopher Pascoe |
2007-03-28 | Some more safety checks on ccb state. | Christopher Pascoe |
2007-03-27 | this level of serverworks sata does not help | Theo de Raadt |
2007-03-27 | more grammar fixups; from bret lambert and myself | Jason McIntyre |
2007-03-27 | grammar from bret lambert, and one more from me; | Jason McIntyre |
2007-03-27 | attach ahci based on the pci class and interface fields, not just on a | David Gwynne |
2007-03-27 | disable serverworks sata until it works (been busted for a year on the | Theo de Raadt |
2007-03-27 | regen | David Gwynne |
2007-03-27 | silicon image 3131 and 3531 | David Gwynne |
2007-03-24 | Kill the horrible hack of storing the pid in struct selinfo. | Artur Grabowski |
2007-03-23 | Turn AHCI_DEBUG back on for now, so we can see if any commands are timing | Christopher Pascoe |
2007-03-23 | Track the ATA xfer's state more closely - may help us identify why some | Christopher Pascoe |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
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 | 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 | 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 | 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 | Use ALLOCNOW flag when creating PRDT dmamap, otherwise it could fail during | 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 | Add support for ATA PACKET commands. This should make ATAPI cdrom drives, | Christopher Pascoe |
2007-03-20 | Catch failed commands and copy the error taskfile back to the ata_cmd, | Christopher Pascoe |
2007-03-20 | Add timeout handling for ATA commands. | Christopher Pascoe |
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 | 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-19 | Fix some code relative to chips that don't currently work (BCM5722 & | Kenneth R Westerback |
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 | Perform legacy emulation handover for USB1 companion controllers immediately | 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 |
2007-03-17 | regen | Jonathan Gray |