Plan 9 from Bell Labs 1994-08-23
M pc/dat.h => pc/dat.h +1 -0
M pc/main.c => pc/main.c +2 -0
@@ 729,6 729,8 @@ isaconfig(char *class, int ctlrno, ISAConf *isa) isa->mem = strtoul(p+4, &p, 0); else if(strncmp(p, "size=", 5) == 0) isa->size = strtoul(p+5, &p, 0); else if(strncmp(p, "freq=", 5) == 0) isa->freq = strtoul(p+5, &p, 0); else if(strncmp(p, "ea=", 3) == 0) parseether(isa->ea, p+3); while(*p && *p != ' ' && *p != '\t')