From owner-cvs-all Tue May 15 11:52:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6866237B422; Tue, 15 May 2001 11:52:41 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4FIqf214243; Tue, 15 May 2001 11:52:41 -0700 (PDT) (envelope-from jlemon) Message-Id: <200105151852.f4FIqf214243@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 15 May 2001 11:52:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/05/15 11:52:41 PDT Modified files: sys/dev/fxp if_fxp.c if_fxpreg.h Log: Use " |= " to enable special media handling for fxp with no MII, instead of " &= ". Also change the MII PHY device mask to check the correct bits. Cookie to: Andre Albsmeier Pointy hat to: me Revision Changes Path 1.112 +2 -2 src/sys/dev/fxp/if_fxp.c 1.24 +2 -2 src/sys/dev/fxp/if_fxpreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message