M pc/devpccard.c => pc/devpccard.c +1 -1
@@ 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);
}
M pc/pcmciamodem.c => pc/pcmciamodem.c +1 -0
@@ 25,6 25,7 @@ static char* modems[] = {
"KeepInTouch",
"CEM56",
"MONTANA V.34 FAX/MODEM", /* Motorola */
+ "REM10",
0,
};
M pc/sdata.c => pc/sdata.c +1 -1
@@ 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,