Age | Commit message (Expand) | Author |
2007-03-31 | more bits and the %b thing for port set/status | David Gwynne |
2007-03-31 | Port Control Set register defs | David Gwynne |
2007-03-31 | reenable the via 8251 sata chipset. jasper proved it can work if we dont | David Gwynne |
2007-03-31 | initial atascsi glue. | David Gwynne |
2007-03-31 | the attach glue now specifies how many ports the chip has. | David Gwynne |
2007-03-30 | Make volume state transitions work | Marco Peereboom |
2007-03-30 | Calculate proper offset in partition table. | Marco Peereboom |
2007-03-30 | accept interleave of 0; pr 5431, my patch matches the author's | Theo de Raadt |
2007-03-30 | the VT8251 SATA says it is ahci, but we aren't ready for it. we need to | David Gwynne |
2007-03-30 | start filling out stuff for managing each port. this allocates it, set a | David Gwynne |
2007-03-30 | define the size and offsets for each ports set of registers | David Gwynne |
2007-03-29 | Remove FW_TXDESC_GETFIELD_4() it is never used and busted. | Claudio Jeker |
2007-03-29 | The message size calculated by BSS_JOIN_PARAM_SIZE() is off by one. The | Claudio Jeker |
2007-03-29 | Fix yet another endianess bug. bus_space(9) does all the necessary byte order | Claudio Jeker |
2007-03-29 | Fix a scary bug when setting up the HW dma structure. Use a 2byte bus_space | Claudio Jeker |
2007-03-29 | Avoid leaking a ccb in error paths. | Christopher Pascoe |
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 | OK, I understand why jsg wanted the disk_unbusy() in wdretry(), and he | Theo de Raadt |
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 | 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 |