NUMLINES
if (MSCSLOTUL(unit, NUMLINES) < MSCSLOTS)
mscdev[MSCSLOTUL(unit, NUMLINES)].active = 0;
if (MSCLINE(dev) >= NUMLINES)
maxslot = MSCSLOTUL(unit, NUMLINES);
for(i = 0; i < NUMLINES; i++) { /* do for all lines */
(0x0200 - NUMLINES * sizeof(struct mscstatus) - sizeof(struct msccommon))
#define MSC_MEMPAD2 (0x2000 - NUMLINES * IOBUFLEN - IOBUFLEN)
struct mscstatus Status[NUMLINES]; /* 0x0000-0x006f status areas */
u_char OutBuf[NUMLINES][IOBUFLEN]; /* 0x0200-0x08ff output bufs */
u_char InBuf[NUMLINES][IOBUFLEN]; /* 0x0900-0x0fff input bufs */
u_char InCtl[NUMLINES][IOBUFLEN]; /* 0x1000-0x16ff control data */