From owner-cvs-src@FreeBSD.ORG Fri Jun 13 05:08:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3E7337B401; Fri, 13 Jun 2003 05:08:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF5F43F85; Fri, 13 Jun 2003 05:08:10 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5DC8A0U022853; Fri, 13 Jun 2003 05:08:10 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5DC8956022852; Fri, 13 Jun 2003 05:08:09 -0700 (PDT) Message-Id: <200306131208.h5DC8956022852@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 13 Jun 2003 05:08:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 en.4 src/sys/conf NOTES files src/sys/dev/en midway.c midwayvar.h src/sys/pci if_en_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 12:08:11 -0000 harti 2003/06/13 05:08:09 PDT FreeBSD src repository Modified files: share/man/man4 en.4 sys/conf NOTES files sys/dev/en midway.c midwayvar.h sys/pci if_en_pci.c Log: Make the midway driver use the new ATM phy driver. This allows one to toggle several media options (sonet/sdh, for example) with ifconfig and to see the carrier state in ifconfig's output. It gives also read/write access (given the right privilegs) to the S/Uni registers to user space programs. Revision Changes Path 1.15 +8 -1 src/share/man/man4/en.4 1.1151 +3 -0 src/sys/conf/NOTES 1.792 +1 -0 src/sys/conf/files 1.42 +79 -6 src/sys/dev/en/midway.c 1.9 +4 -0 src/sys/dev/en/midwayvar.h 1.25 +3 -0 src/sys/pci/if_en_pci.c