From owner-freebsd-hackers Thu Jun 20 08:29:18 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA19551 for hackers-outgoing; Thu, 20 Jun 1996 08:29:18 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA19545 for ; Thu, 20 Jun 1996 08:29:13 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id JAA09859; Thu, 20 Jun 1996 09:28:30 -0600 Date: Thu, 20 Jun 1996 09:28:30 -0600 From: Nate Williams Message-Id: <199606201528.JAA09859@rocky.sri.MT.net> To: "Marc G. Fournier" Cc: freebsd-hackers@freebsd.org Subject: Re: NFS install problem with 2.2-960612-SNAP, motd, etc. In-Reply-To: References: <15842.835263059@time.cdrom.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > Some details... the NFS server is a 2.1-RELEASE system, with > > > a DEC Lance controller. The 2.2 machine runs a 3com 509-combo. > > > When it hangs, I can still ping the 2.2 machine from the NFS > > > server. > > > > Bah, then it's still broken I guess. Foo. > > > Same problem here...-release installed fine on that same > machine though, so did something break recently in the 509 driver > recently? I changed it *after* the 0612 SNAP to add PCCARD support on the 15/16th, and Gary added some cleanups to it, but the driver worked fine for other folks testing my changed on a 3C509, plus on my 3C589 PC-CARDS. ---------------------------- revision 1.47 date: 1996/06/14 22:11:35; author: nate; state: Exp; lines: +211 -2 At long last, we know have support for the 3C589 in a FreeBSD release using the existing files using the existing PCCARD support. Now that this is in place I would like to fixup the PCCARD hooks and remove the if_zp driver. At this point, we support everything we used to support *AND MORE* with the PCCARD code. Submitted by: Naoki Hamada (via the Nomad release) [ This works on both my 3C589B and 3C589C ] ---------------------------- revision 1.46 date: 1996/06/14 21:28:35; author: nate; state: Exp; lines: +32 -30 Better code for switching the ethernet transceiver. My 3C509B-COMBO works fine with the following patch. Switching between UTP and BNC is quite easy. (Just type 'ifconfig ep0 link1 -link2' or 'ifconifg ep0 link2 -link1'.) [ I tested this with the additional PC-CARD patches and it works on both connectors on my 3C589B and 3C589C ] Reviewed by: nate Submitted by: Naoki Hamada ---------------------------- revision 1.45 date: 1996/06/12 05:03:38; author: gpalmer; state: Exp; lines: +3 -4 Clean up -Wunused warnings. Reviewed by: bde ---------------------------- revision 1.44 date: 1996/05/24 15:22:36; author: gibbs; state: Exp; lines: +2 -2 .. Nate