From owner-cvs-all@FreeBSD.ORG Sat Sep 20 03:53:09 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 B0AF416A4B3; Sat, 20 Sep 2003 03:53:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D53B43FB1; Sat, 20 Sep 2003 03:53:09 -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 h8KAr8XJ047225; Sat, 20 Sep 2003 03:53:08 -0700 (PDT) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8KAr83I047224; Sat, 20 Sep 2003 03:53:08 -0700 (PDT) (envelope-from wilko) Message-Id: <200309201053.h8KAr83I047224@repoman.freebsd.org> From: Wilko Bulte Date: Sat, 20 Sep 2003 03:53:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii e1000phy.c e1000phyreg.h miidevs src/sys/pci if_sk.c if_skreg.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: Sat, 20 Sep 2003 10:53:09 -0000 wilko 2003/09/20 03:53:08 PDT FreeBSD src repository Modified files: sys/dev/mii e1000phy.c e1000phyreg.h miidevs sys/pci if_sk.c if_skreg.h Log: Add support for SK-9521 V2.0 and 3COM 3C940. Tested at 100Mbit only, using Asus P4P800 onboard 3C940. The -stable version of this patch I have in use for ~2 weeks now, and works just fine for me. Based on: Nathan L. Binkert's patch for OpenBSD Patch submitted by and thanks to: Jung-uk Kim MFC after: 2 weeks Revision Changes Path 1.10 +85 -49 src/sys/dev/mii/e1000phy.c 1.2 +29 -1 src/sys/dev/mii/e1000phyreg.h 1.27 +1 -1 src/sys/dev/mii/miidevs 1.65 +563 -153 src/sys/pci/if_sk.c 1.16 +253 -29 src/sys/pci/if_skreg.h