~kris/9p

9hist

6b75448087604f236cb65f710c62be0c73ca7be5 — David du Colombier 24 years ago bc7416b
Plan 9 from Bell Labs 2002-05-05
3 files changed, 3 insertions(+), 2 deletions(-)

M pc/devpccard.c
M pc/pcmciamodem.c
M pc/sdata.c
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,