From owner-cvs-all Mon Mar 13 4:23:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94E8937B577; Mon, 13 Mar 2000 04:23:35 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA28245; Mon, 13 Mar 2000 04:23:35 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Message-Id: <200003131223.EAA28245@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 13 Mar 2000 04:23:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ex if_ex.c if_exreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mdodd 2000/03/13 04:23:34 PST Modified files: sys/dev/ex if_ex.c if_exreg.h Log: Initial ifmedia support. Once I figure out autoselection I'll put the rest of the code in (so changing media actually works.) Add a few more register definitions for use with this and other new code. Print a few details in the probe message; this should be useful in bug reports and such but should not add to the clutter. Revision Changes Path 1.27 +66 -16 src/sys/dev/ex/if_ex.c 1.2 +48 -0 src/sys/dev/ex/if_exreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message