~kris/9p

9hist

0e6552a8e0234304acf99c56ac7a76cbf4520eb4 — David du Colombier 24 years ago 0b891b1
Plan 9 from Bell Labs 2002-09-07
2 files changed, 1 insertions(+), 5 deletions(-)

M pc/vgai81x.c
M port/devcap.c
M pc/vgai81x.c => pc/vgai81x.c +1 -0
@@ 42,6 42,7 @@ i81xpcimatch(void)
		case 0x1102:
		case 0x1112:
		case 0x1132:
		case 0x3577:	/* IBM R31 uses intel 830M chipset */
			return p;
		}
	}

M port/devcap.c => port/devcap.c +0 -5
@@ 92,17 92,12 @@ capopen(Chan *c, int omode)
		return c;
	}

	if(waserror()){
		qunlock(&capalloc);
		nexterror();
	}
	switch((ulong)c->qid.path){
	case Qhash:
		if(!iseve())
			error(Eperm);
		break;
	}
	poperror();

	c->mode = openmode(omode);
	c->flag |= COPEN;