Suppress warning message. Add BT to report

This commit is contained in:
Marty Kraimer
1997-07-11 12:19:40 +00:00
parent 8dafadc276
commit b9f80350e0
+5
View File
@@ -405,6 +405,7 @@ LOCAL void ab_intr(int link)
if(!p6008) return;
pmb = &p6008->mail;
if((pmb->fl_lock&0x80)==0) {/*Should NEVER be True*/
if (ab_debug != 0)
logMsg("drvAb: Interrupt but fl_lock not locked\n", 0,0,0,0,0,0);
}
if(p6008->osw & UNSOLICITED_BT){
@@ -1558,6 +1559,10 @@ LOCAL long ab_io_report(int level)
}
}
break;
case (typeBt):
printf(" CARD %hu: BT %s %s\n", card,
activeMessage[pcard->active],pcard->card_name);
break;
default:
continue;
}