From owner-cvs-all@FreeBSD.ORG Tue Feb 21 04:36:31 2006 Return-Path: X-Original-To: cvs-all@freebsd.org 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 7EFB516A420; Tue, 21 Feb 2006 04:36:31 +0000 (GMT) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC4E43D46; Tue, 21 Feb 2006 04:36:31 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [192.168.2.4]) ([10.251.60.28]) by a50.ironport.com with ESMTP; 20 Feb 2006 20:36:30 -0800 Message-ID: <43FA98CE.3010000@elischer.org> Date: Mon, 20 Feb 2006 20:36:30 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg 'groggy' Lehey References: <200602200250.k1K2o9WQ060573@repoman.freebsd.org> <20060220224724.GJ65002@wantadilla.lemis.com> In-Reply-To: <20060220224724.GJ65002@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Andrew Gallatin , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Feb 2006 04:36:31 -0000 Greg 'groggy' Lehey wrote: >On Monday, 20 February 2006 at 2:50:09 +0000, Andrew Gallatin wrote: > > >>gallatin 2006-02-20 02:50:09 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/modules Makefile >> Log: >> Hook the myri10ge driver to the i386 and amd64 module builds. >> >> > >Is this device really going to be called myri10ge? That's at least >double the length of any other device. Can't we come up with a >shorter name? > > not to mention that in divert(4) we store the interface in the 8 char area of a sockaddr_in that is left over after everything else is filled in we only have the 8 bytes of the zero section so hide this info, so the 8 bytes name given here is right on the edge, and I don't know if it is all tested for null termination requirements. >Greg >-- >See complete headers for address and phone numbers. > >