aha152x_error
aha152x_error(shpnt, "bottom-half already running!?");
#define ADDMSGO(x) (MSGOLEN<256 ? (void)(MSGO(MSGOLEN++)=x) : aha152x_error(shpnt,"MSGO overflow"))
#define ADDMSGI(x) (MSGILEN<256 ? (void)(MSGI(MSGILEN++)=x) : aha152x_error(shpnt,"MSGI overflow"))
static void aha152x_error(struct Scsi_Host *shpnt, char *msg);