From 6b75448087604f236cb65f710c62be0c73ca7be5 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 5 May 2002 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2002-05-05 --- pc/devpccard.c | 2 +- pc/pcmciamodem.c | 1 + pc/sdata.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pc/devpccard.c b/pc/devpccard.c index f299b8f002c1813082d0f1d46075d38747a1b951..b5dc3436b406f3eebe53beac3adbf3942d736d58 100644 --- a/pc/devpccard.c +++ b/pc/devpccard.c @@ -1124,7 +1124,7 @@ pccard_pcmspecial(char *idstr, ISAConf *isa) pi->irq = isa->irq; qunlock(cb); - print("#Y%d: %s irq %ld, port %lX\n", (int)(cb - cbslots), pi->verstr, isa->irq, isa->port); +// print("#Y%d: %s irq %ld, port %lX\n", (int)(cb - cbslots), pi->verstr, isa->irq, isa->port); return (int)(cb - cbslots); } diff --git a/pc/pcmciamodem.c b/pc/pcmciamodem.c index e8e9bf9ad383dcea623a59d221e9b512eeb65ada..3ebd4def7ef164fcd2981a41d0672afa8a90260a 100644 --- a/pc/pcmciamodem.c +++ b/pc/pcmciamodem.c @@ -25,6 +25,7 @@ static char* modems[] = { "KeepInTouch", "CEM56", "MONTANA V.34 FAX/MODEM", /* Motorola */ + "REM10", 0, }; diff --git a/pc/sdata.c b/pc/sdata.c index 43a10fc5a551af9aa8bc9ba004526f3852f6ff99..d8ed226efd9a5b061c3b6bda01f75b0856de6c28 100644 --- a/pc/sdata.c +++ b/pc/sdata.c @@ -19,7 +19,7 @@ enum { DbgDEBUG = 0x80, /* the current problem... */ DbgINL = 0x100, /* That Inil20+ message we hate */ }; -#define DEBUG (DbgDEBUG|DbgSTATE|DbgCONFIG) +#define DEBUG (DbgDEBUG|DbgSTATE) enum { /* I/O ports */ Data = 0,