Date: Fri, 25 Apr 2003 14:16:05 +0200 (CEST) From: Harti Brandt <brandt@fokus.fraunhofer.de> To: Bill Paul <wpaul@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 Message-ID: <20030425141336.Q76877@beagle.fokus.fraunhofer.de> In-Reply-To: <200304201905.h3KJ5Yds051296@repoman.freebsd.org> References: <200304201905.h3KJ5Yds051296@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030425141336.Q76877>