PR_CSRS
while ((mfpr(PR_CSRS) & 0x80) == 0)
mtpr(0100, PR_CSRS); /* Enable receive interrupt */
mtpr(0, PR_CSRS);
if ((mfpr(PR_CSRS) & 0x80))