From owner-cvs-sys Fri Jun 14 14:30:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA19928 for cvs-sys-outgoing; Fri, 14 Jun 1996 14:30:16 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA19769; Fri, 14 Jun 1996 14:28:38 -0700 (PDT) Date: Fri, 14 Jun 1996 14:28:38 -0700 (PDT) From: Nate Williams Message-Id: <199606142128.OAA19769@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/14 14:28:37 Modified: sys/i386/isa if_ep.c Log: 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 Changes Path 1.46 +32 -30 src/sys/i386/isa/if_ep.c