From owner-cvs-src@FreeBSD.ORG Fri Oct 3 10:32:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09A58106564A; Fri, 3 Oct 2008 10:32:36 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E89BF8FC16; Fri, 3 Oct 2008 10:32:35 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m93AWZIF088452; Fri, 3 Oct 2008 10:32:35 GMT (envelope-from stas@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m93AWZ4G088451; Fri, 3 Oct 2008 10:32:35 GMT (envelope-from stas@repoman.freebsd.org) Message-Id: <200810031032.m93AWZ4G088451@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to stas@repoman.freebsd.org using -f From: Stanislav Sedov Date: Fri, 3 Oct 2008 10:31:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/conf NOTES files src/sys/dev/ae if_ae.c if_aereg.h if_aevar.h src/sys/dev/mii atphy.c miidevs src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/ae Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Oct 2008 10:32:36 -0000 stas 2008-10-03 10:31:31 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/conf NOTES files sys/dev/mii atphy.c miidevs sys/i386/conf GENERIC sys/modules Makefile Added files: sys/dev/ae if_ae.c if_aereg.h if_aevar.h sys/modules/ae Makefile Log: SVN rev 183567 on 2008-10-03 10:31:31Z by stas - Add driver for Attansic L2 FastEthernet controller found on Asus EeePC and some Asus mainboards. Reviewed by: yongari, rpaulo, jhb Tested by: many Approved by: kib (mentor) MFC after: 1 week Revision Changes Path 1.508 +1 -0 src/sys/amd64/conf/GENERIC 1.1507 +3 -0 src/sys/conf/NOTES 1.1335 +1 -0 src/sys/conf/files 1.1 +2261 -0 src/sys/dev/ae/if_ae.c (new) 1.1 +385 -0 src/sys/dev/ae/if_aereg.h (new) 1.1 +171 -0 src/sys/dev/ae/if_aevar.h (new) 1.2 +1 -0 src/sys/dev/mii/atphy.c 1.61 +1 -0 src/sys/dev/mii/miidevs 1.499 +1 -0 src/sys/i386/conf/GENERIC 1.590 +1 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/ae/Makefile (new)