From owner-cvs-all@FreeBSD.ORG Tue Oct 14 11:22:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC2A16A4B3; Tue, 14 Oct 2003 11:22:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 190EE43F3F; Tue, 14 Oct 2003 11:22:43 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9EIMgXJ076714; Tue, 14 Oct 2003 11:22:42 -0700 (PDT) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9EIMgFb076713; Tue, 14 Oct 2003 11:22:42 -0700 (PDT) (envelope-from wilko) Message-Id: <200310141822.h9EIMgFb076713@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 14 Oct 2003 11:22:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/mii e1000phy.c e1000phyreg.h miidevs miidevs.h miivar.h src/sys/pci if_sk.c if_skreg.h yukonreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 18:22:43 -0000 wilko 2003/10/14 11:22:42 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/mii e1000phy.c e1000phyreg.h miidevs miidevs.h miivar.h sys/pci if_sk.c if_skreg.h Added files: (Branch: RELENG_4) sys/pci yukonreg.h Log: MFC: Add support for SK-9521 V2.0 and 3COM 3C940. Based on: Nathan L. Binkert's patch for OpenBSD Patch submitted by and thanks to: Jung-uk Kim Approved by: re (jhb, murray) Revision Changes Path 1.1.2.3 +85 -49 src/sys/dev/mii/e1000phy.c 1.1.2.2 +29 -1 src/sys/dev/mii/e1000phyreg.h 1.4.2.14 +1 -0 src/sys/dev/mii/miidevs 1.4.2.14 +3 -1 src/sys/dev/mii/miidevs.h 1.3.2.2 +14 -3 src/sys/dev/mii/miivar.h 1.19.2.10 +541 -146 src/sys/pci/if_sk.c 1.8.2.2 +253 -29 src/sys/pci/if_skreg.h 1.1.2.1 +171 -0 src/sys/pci/yukonreg.h (new)