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);