~kris/9p

9hist

accfae24e4ee7fa1421db8605b48423bf3f02ab6 — David du Colombier 25 years ago 53927fa
Plan 9 from Bell Labs 2001-07-26
2 files changed, 2 insertions(+), 1 deletions(-)

M pc/devusb.c
M pc/etherec2t.c
M pc/devusb.c => pc/devusb.c +1 -1
@@ 1253,7 1253,7 @@ usbreset(void)

	if(isaconfig("usb", 0, &isa) == 0) {
		XPRINT("usb not in plan9.ini\n");
//		return;
		return;
	}
	ub = &ubus;
	memset(&cfg, 0, sizeof(cfg));

M pc/etherec2t.c => pc/etherec2t.c +1 -0
@@ 23,6 23,7 @@ static char* ec2tpcmcia[] = {
	"PCMPC100",			/* EtherFast 10/100 PC Card */
	"EN2216",			/* Accton EtherPair-PCMCIA */
	"FA410TX",			/* Netgear FA410TX */
	"Network Everywhere",		/* Linksys NP10T 10BaseT Card */
	nil,
};