From owner-cvs-src-old@FreeBSD.ORG Thu Jun 11 12:56:34 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A27381065670 for ; Thu, 11 Jun 2009 12:56:34 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 759528FC12 for ; Thu, 11 Jun 2009 12:56:34 +0000 (UTC) (envelope-from bz@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 n5BCuY87062933 for ; Thu, 11 Jun 2009 12:56:34 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5BCuYOk062932 for cvs-src-old@freebsd.org; Thu, 11 Jun 2009 12:56:34 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200906111256.n5BCuYOk062932@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Thu, 11 Jun 2009 12:56:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2009 12:56:34 -0000 bz 2009-06-11 12:56:14 UTC FreeBSD src repository Modified files: sys/conf files Log: SVN rev 193997 on 2009-06-11 12:56:14Z by bz All these Ethernet NICs depend on INET, mostly for unconditional cksum related function calls, sometimes related to offload features from what I could see.xi It would be good if the offload functionality would be properly #ifdefed but the other calls to cksum related functions are a more general problem also elswhere in the network stack. Revision Changes Path 1.1437 +15 -15 src/sys/conf/files