From owner-freebsd-current Sun Jul 14 10:02:35 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA01324 for current-outgoing; Sun, 14 Jul 1996 10:02:35 -0700 (PDT) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA01217; Sun, 14 Jul 1996 10:02:23 -0700 (PDT) Received: from venus.mcs.com (root@Venus.mcs.com [192.160.127.92]) by Kitten.mcs.com (8.7.5/8.7.5) with SMTP id MAA08234; Sun, 14 Jul 1996 12:02:03 -0500 (CDT) Received: by venus.mcs.com (/\==/\ Smail3.1.28.1 #28.5) id ; Sun, 14 Jul 96 12:02 CDT Date: Sun, 14 Jul 1996 12:02:02 -0500 (CDT) From: Alex Nash X-Sender: nash@Venus.mcs.com To: michael butler cc: current@freebsd.org, nate@mt.sri.com, stable@freebsd.org Subject: Re: ep driver now unstable .. In-Reply-To: <199607141629.CAA00572@walkabout.asstdc.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [ Crossposted from current, please direct followups back to current ] On Mon, 15 Jul 1996, michael butler wrote: > Whatever changed in the last day or so in the ep driver has now resulted in > the same symptoms as I had with the nep driver on my laptop. Intermittently, > it'll just stop working and I have to use "ifconfig ep0 down; ifconfig ep0 > up" to make it go again, Yep, ep is broken (and unfortunately it's in 2.1.5). If you have the CVS archive, checkout rev 1.28.4.5 of if_ep.c for -stable, or rev 1.49 for -current. If you don't have the CVS archive, change: outw(BASE + EP_W1_TX_PIO_WR_1, len | 0x8000); /* XXX */ to outw(BASE + EP_W1_TX_PIO_WR_1, len); (line 775 for 2.1.5, line 967 for -current) Alex