From owner-freebsd-current Mon Sep 23 09:20:57 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA27359 for current-outgoing; Mon, 23 Sep 1996 09:20:57 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA27332; Mon, 23 Sep 1996 09:20:54 -0700 (PDT) Received: from rocky.mt.sri.com by agora.rdrop.com with smtp (Smail3.1.29.1 #17) id m0v5DkY-0008ueC; Mon, 23 Sep 96 09:20 PDT Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id KAA02696; Mon, 23 Sep 1996 10:09:20 -0600 (MDT) Date: Mon, 23 Sep 1996 10:09:20 -0600 (MDT) Message-Id: <199609231609.KAA02696@rocky.mt.sri.com> From: Nate Williams To: michael butler Cc: current@freebsd.org, mobile@freebsd.org Subject: Re: 3C589b + ep driver In-Reply-To: <199609231511.BAA00512@walkabout.asstdc.com.au> References: <199609231511.BAA00512@walkabout.asstdc.com.au> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [ Added -mobile ] > I'm still fighting with my laptop (100MHz TP560) and the ep driver. > Intermittently, the "link OK" light on my hub goes out and ifconfig reports > the driver hung in the OACTIVE state. FWIW, I'm now starting to see these as well with the if_zp driver under -current, and I *NEVER* saw them before in the almost 2 years I ran 2.1 and 2.1.5. However, looking at the code it appears that the other than someone running it through indent which screwed up a lot of the formatting, there aren't that many changes to affect the low-level functionality of the driver. So far I'm seeing the addtion of IPX support, staticizing functions and data and removing dead code, the removal of TRAILERS, BPF changes, and other misc. formatting stuff. But, nothing jumps out at me which should affect the driver itself, so I'm suspecting something in the other code, which also makes no sense. > Since it seems that others are now having similar experiences with similarly > structured drivers (e.g. if_vx), I wonder if someone could shed some light > on what is going on (and how to fix it :-)) ? This is what also implies that it's not something necessarily specific to the drivers, but something that changes which might require all of the drivers to be modified. Nate