From aed5fc6ce6598ac8dc32c3952726bcf225c796b4 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 26 Sep 1992 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1992-09-26 --- pc/ether509.c | 2 +- port/devlance.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pc/ether509.c b/pc/ether509.c index 0757b17c8ea16be8aba8e33eb5bfcbe3054b5710..380145c4896db0e46a91b1d228eda1c524eb4e77 100644 --- a/pc/ether509.c +++ b/pc/ether509.c @@ -375,7 +375,7 @@ transmit(EtherCtlr *cp) /* * There's room, copy the packet to the FIFO and free * the buffer back to the host. - * Output packet muat be a multiple of 4 in length. + * Output packet must be a multiple of 4 in length. */ len = ROUNDUP(tb->len, 4)/2; outs(hw->addr+Fifo, tb->len); diff --git a/port/devlance.c b/port/devlance.c index 14e8b3d4d9cec49a95108b8441a512a7a3ec8984..586714b09f789996e9d84ccda4ef03abffca7969 100644 --- a/port/devlance.c +++ b/port/devlance.c @@ -788,7 +788,6 @@ lanceup(Etherpkt *p, int len) PUTNEXT(e->q, bp); poperror(); } - qunlock(e); } }