9 /* #define DEBUG_INT */
11 #include "registers.h"
14 /***********************************************************************
18 void INT_Int4bHandler( struct sigcontext_struct context
)
21 switch(AH_reg(&context
))
23 case 0x81: /* Virtual DMA Spec (IBM SCSI interface) */
24 if(AL_reg(&context
) != 0x02) /* if not install check */
27 AL_reg(&context
) = 0x0f; /* function is not implemented */
31 INT_BARF(&context
, 0x4b);