~kris/9p

9hist

3910fc3c0591749caadc452bc7ef33e2686adee0 — David du Colombier 28 years ago 92dd8da
Plan 9 from Bell Labs 1998-02-18
1 files changed, 2 insertions(+), 2 deletions(-)

M pc/devether.c
M pc/devether.c => pc/devether.c +2 -2
@@ 374,9 374,9 @@ etherreset(void)
					ether->oq = qopen(256*1024, 1, 0, 0);
			}
			else{
				netifinit(ether, name, Ntypes, 32*1024);
				netifinit(ether, name, Ntypes, 65*1024);
				if(ether->oq == 0)
					ether->oq = qopen(64*1024, 1, 0, 0);
					ether->oq = qopen(65*1024, 1, 0, 0);
			}
			if(ether->oq == 0)
				panic("etherreset %s", name);