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