From owner-freebsd-stable@FreeBSD.ORG Thu Jul 31 22:02:30 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D2491065671 for ; Thu, 31 Jul 2008 22:02:30 +0000 (UTC) (envelope-from danallen46@airwired.net) Received: from mail.utahbroadband.com (mail.utahbroadband.com [204.14.20.91]) by mx1.freebsd.org (Postfix) with ESMTP id A3F428FC15 for ; Thu, 31 Jul 2008 22:02:29 +0000 (UTC) (envelope-from danallen46@airwired.net) Received: (qmail 11322 invoked by uid 89); 31 Jul 2008 21:11:23 -0000 Received: from unknown (HELO ?192.168.0.16?) (danallen46@airwired.net@66.29.174.6) by 0 with ESMTPA; 31 Jul 2008 21:11:23 -0000 Message-Id: <0D693A13-8A3A-4ECD-A994-6EB6C61ACE16@airwired.net> From: Dan Allen To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Thu, 31 Jul 2008 15:35:45 -0600 X-Mailer: Apple Mail (2.926) Subject: no toe capability message X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2008 22:02:30 -0000 On July 29th a change was made to /usr/src/sys/netinet/tcp_offload.c, the rlog info being that code has been added but not turned on yet. Well, I keep getting printed to the system console a string of messages saying "no toe capability on 0x12348348". It appears that line 74 of tcp_offload.c has a printf statement which probably is debug code and should be repressed, commented out, or whatever, for RELENG_7. Dan