Age | Commit message (Expand) | Author |
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 | First stab at state transition code for volumes and chunks. | Marco Peereboom |
2007-03-27 | regenerate | Chris Kuethe |
2007-03-27 | u-blox ANTARIS4 GPS receiver | Chris Kuethe |
2007-03-27 | regen | David Gwynne |
2007-03-27 | silicon image 3131 and 3531 | David Gwynne |
2007-03-26 | Don't leak memory. | Marco Peereboom |
2007-03-26 | Calculate minutes left more accurately. | Marco Peereboom |
2007-03-26 | bits for the global control register | David Gwynne |
2007-03-26 | typos in comments | Ted Unangst |
2007-03-26 | oops, 64bit memory bars. | David Gwynne |
2007-03-25 | include rwlock.h ourselves, better than depending on it getting picked | Ted Unangst |
2007-03-25 | wdc retries (including after suspends) caused a disk to remain busy when | Theo de Raadt |
2007-03-25 | POLLERR is the correct return code for poll errors | Ted Unangst |
2007-03-25 | use a rwlock instead of the homegrown approach | Ted Unangst |
2007-03-25 | kill extra space in output with diskerr(); ok jsg | Theo de Raadt |
2007-03-24 | Complete the right scsi_xfer when processing a disk sync request. | Christopher Pascoe |
2007-03-24 | Kill the horrible hack of storing the pid in struct selinfo. | Artur Grabowski |
2007-03-24 | fix the vnode locking | Ted Unangst |
2007-03-24 | port registers | David Gwynne |
2007-03-24 | global register definitions | David Gwynne |
2007-03-24 | Dump command and response when debugging is enabled | Uwe Stuehler |
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 |