Age | Commit message (Expand) | Author |
2006-08-20 | because the header on firmware commands causes the rest of the message to | David Gwynne |
2006-08-18 | oops, debug cruft shouldnt go into the tree. | David Gwynne |
2006-08-18 | add the sysinfo struct, and then use it to get the current state of the | David Gwynne |
2006-08-18 | easy bio bits first. this is is code that should enable, disable, and | David Gwynne |
2006-08-18 | arc, meet bio. bio, meet arc. | David Gwynne |
2006-08-18 | fix up the arc fw message macros a bit. change a comment while here. | David Gwynne |
2006-08-18 | a bit more infrastructure for firmware commands. | David Gwynne |
2006-08-17 | dont need debug in the tree | David Gwynne |
2006-08-17 | man, i wish firmware commands were as easy as scsi io's on these | David Gwynne |
2006-08-15 | when there's normal sense data i think the command completed ok, there's | David Gwynne |
2006-08-15 | try to deal appropriate with errors from the io command reply | David Gwynne |
2006-08-14 | start and stop bgrb during attach and detach respectively. as a bonus | David Gwynne |
2006-08-14 | firmware commands (as opposed to io commands) are sent to the firmware via | David Gwynne |
2006-08-09 | define the size of regions in the register space in terms of bytes, not | David Gwynne |
2006-08-07 | whitespace fixes | David Gwynne |
2006-08-07 | from the drivers side of the iop331 there is only one set of interrupt | David Gwynne |
2006-08-06 | endian fixes. this works on sparc64 now. | David Gwynne |
2006-08-06 | fill out the interrupt handler. io is now no longer polled, and as a bonus | David Gwynne |
2006-08-06 | we can support more than one entry in an sgl, so stop lying to bus_dma | David Gwynne |
2006-08-06 | less magic | David Gwynne |
2006-08-06 | io commands are the only ones every posted on the queues, so hardcode the | David Gwynne |
2006-08-05 | implement reply and post queue handling, but only polled for now. io should | David Gwynne |
2006-08-03 | white space fixes | David Gwynne |
2006-07-31 | take a scsi xfer from the midlayer and turn it into an areca io command. | David Gwynne |
2006-07-31 | hook arc up to the scsi midlayer | David Gwynne |
2006-07-31 | tweak the hardware commands | David Gwynne |
2006-07-31 | new pci ids for future controllers | David Gwynne |
2006-07-29 | not keeping the dma tag around means we panic when we try to use it during | David Gwynne |
2006-07-29 | here's the real reason i removed the if_arc network goo: i wanted its name. | David Gwynne |