From owner-cvs-src@FreeBSD.ORG Fri Apr 25 05:16:09 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 0FB7037B401; Fri, 25 Apr 2003 05:16:09 -0700 (PDT) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id C049943FA3; Fri, 25 Apr 2003 05:16:06 -0700 (PDT) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])h3PCG5E28819; Fri, 25 Apr 2003 14:16:05 +0200 (MEST) Date: Fri, 25 Apr 2003 14:16:05 +0200 (CEST) From: Harti Brandt To: Bill Paul In-Reply-To: <200304201905.h3KJ5Yds051296@repoman.freebsd.org> Message-ID: <20030425141336.Q76877@beagle.fokus.fraunhofer.de> References: <200304201905.h3KJ5Yds051296@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/modules/axeMakefile src/sys/modules/netgraph Makefile src/sys/conf files src/sys/i386/conf GENERIC src/sys/sparc64/conf GENERIC sr 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, 25 Apr 2003 12:16:09 -0000 Hi Bill, you may want to add a 'nodevice axe' to i386/conf/PAE because there seems to be no usb in PAE so that the compile breaks. harti On Sun, 20 Apr 2003, Bill Paul wrote: BP>wpaul 2003/04/20 12:05:34 PDT BP> BP> FreeBSD src repository BP> BP> Modified files: BP> sys/modules Makefile BP> sys/modules/netgraph Makefile BP> sys/conf files BP> sys/i386/conf GENERIC BP> sys/sparc64/conf GENERIC BP> sys/alpha/conf GENERIC BP> sys/pc98/conf GENERIC BP> sys/dev/usb usbdevs BP> share/man/man4 Makefile BP> usr.sbin/sysinstall devices.c BP> Added files: BP> sys/modules/axe Makefile BP> sys/dev/usb if_axe.c if_axereg.h BP> share/man/man4 axe.4 BP> Log: BP> Add device driver support for the ASIX Electronics AX88172 USB 2.0 BP> ethernet controller. The driver has been tested with the LinkSys BP> USB200M adapter. I know for a fact that there are other devices out BP> there with this chip but don't have all the USB vendor/device IDs. BP> BP> Note: I'm not sure if this will force the driver to end up in the BP> install kernel image or not. Special magic needs to be done to exclude BP> it to keep the boot floppies from bloating again, someone please BP> advise. BP> BP> Revision Changes Path BP> 1.198 +1 -0 src/share/man/man4/Makefile BP> 1.1 +144 -0 src/share/man/man4/axe.4 (new) BP> 1.158 +1 -0 src/sys/alpha/conf/GENERIC BP> 1.785 +1 -0 src/sys/conf/files BP> 1.1 +1192 -0 src/sys/dev/usb/if_axe.c (new) BP> 1.1 +178 -0 src/sys/dev/usb/if_axereg.h (new) BP> 1.119 +4 -0 src/sys/dev/usb/usbdevs BP> 1.381 +1 -0 src/sys/i386/conf/GENERIC BP> 1.319 +1 -0 src/sys/modules/Makefile BP> 1.1 +10 -0 src/sys/modules/axe/Makefile (new) BP> 1.28 +1 -0 src/sys/modules/netgraph/Makefile BP> 1.231 +1 -0 src/sys/pc98/conf/GENERIC BP> 1.53 +1 -0 src/sys/sparc64/conf/GENERIC BP> 1.149 +1 -0 src/usr.sbin/sysinstall/devices.c BP> -- harti brandt, http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fraunhofer.de, harti@freebsd.org