From bc7416bca3355ca35f21c8e9603e70ddcca5e75e Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 4 May 2002 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2002-05-04 --- pc/sdata.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pc/sdata.c b/pc/sdata.c index 5aae96b8e7b1344bd58c6ffcb0897258eaef957c..43a10fc5a551af9aa8bc9ba004526f3852f6ff99 100644 --- a/pc/sdata.c +++ b/pc/sdata.c @@ -17,6 +17,7 @@ enum { DbgSTATE = 0x04, /* dump state on panic */ DbgPROBE = 0x08, /* trace device probing */ DbgDEBUG = 0x80, /* the current problem... */ + DbgINL = 0x100, /* That Inil20+ message we hate */ }; #define DEBUG (DbgDEBUG|DbgSTATE|DbgCONFIG) @@ -1557,7 +1558,7 @@ atainterrupt(Ureg*, void* arg) status = inb(cmdport+Status); if((drive = ctlr->curdrive) == nil){ iunlock(ctlr); - if((DEBUG & DbgDEBUG) && ctlr->command != Cedd) + if((DEBUG & DbgINL) && ctlr->command != Cedd) print("Inil%2.2uX+", ctlr->command); return; }