search for: scpnt

Displaying 2 results from an estimated 2 matches for "scpnt".

Did you mean: scant
2013 Aug 16
0
RocketRAID cards (actually, solved)
...hange. Note that I wanted to make sure IRQ_HANDLED was defined, presuming it's in use elsewhere, and I'm making minimal changes to the code. /* #ifndef IRQ_HANDLED */ #ifndef _LINUX_IRQRETURN_H 4. In osm_linux.c, I changed from the first line below to the second. /* SCpnt->result = ((DRIVER_INVALID|SUGGEST_ABORT)<<24) | (DID_ABORT<<16); */ SCpnt->result = ((DRIVER_INVALID|TASK_ABORTED)<<24) | (DID_ABORT<<16); Again, some defines are long gone. I chose TASK_ABORTED because it had the same hex value as SUGGEST_ABORT, 0x...
2006 Jul 26
5
linux-2.6-xen.hg
Hi, Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being updated? if not, what''s the preferred Linux tree to track that has all of the Xen bits? Thanks, Muli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel