From owner-cvs-all@FreeBSD.ORG Tue Mar 22 16:30:09 2005 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 86DD816A4CE; Tue, 22 Mar 2005 16:30:09 +0000 (GMT) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 107DD43D2D; Tue, 22 Mar 2005 16:30:05 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.254] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j2MFlvVt086442 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Mar 2005 16:47:57 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <42403E29.7040901@portaone.com> Date: Tue, 22 Mar 2005 17:47:53 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200503221452.j2MEqeV7054099@repoman.freebsd.org> <86r7i7pvqm.fsf@xps.des.no> In-Reply-To: <86r7i7pvqm.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on www.portaone.com X-Virus-Status: Clean cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf NOTES files src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC PAE src/sys/ia64/conf src/sys/sparc64/conf GENERIC ... 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, 22 Mar 2005 16:30:09 -0000 Dag-Erling Smørgrav wrote: > Maxim Sobolev writes: > >> Log: >> Add USB Communication Device Class Ethernet driver. Originally written for >> FreeBSD based on aue(4) it was picked by OpenBSD, then from OpenBSD ported >> to NetBSD and finally NetBSD version merged with original one goes into >> FreeBSD. > > > Does this replace aue(4) and other USB-to-Ethernet drivers? No, aue, rue and other's implement vendor-specific protocols, while this one implements generic one described in the USB specs. Yet, they are pretty close to each other, so that merging them all into a single mega-driver (like the one Linux has) certainly makes sense in the long run. 80% (if not more) of the code in them is the same. -Maxim