From owner-cvs-src@FreeBSD.ORG Thu May 11 17:45:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B867716A5A9 for ; Thu, 11 May 2006 17:45:06 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 216CB43D48 for ; Thu, 11 May 2006 17:45:06 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 7508 invoked from network); 11 May 2006 17:45:05 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 11 May 2006 17:45:05 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 11 May 2006 12:45:01 -0500 (CDT) From: Mike Silbersack To: Makoto Matsushita In-Reply-To: <4460871E.8040808@jp.FreeBSD.org> Message-ID: <20060511124357.X968@odysseus.silby.com> References: <200605040741.k447f23o027971@repoman.freebsd.org> <445F2AC2.9030105@jp.FreeBSD.org> <20060508112602.O1937@odysseus.silby.com> <4460871E.8040808@jp.FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2006 17:45:07 -0000 On Tue, 9 May 2006, Makoto Matsushita wrote: > bfe0: mem 0xf9100000-0xf9101fff irq 10 at > device 1.0 on pci1 > bfe0: Reserved 0x2000 bytes for rid 0x10 type 3 at 0xf9100000 That's the same one I have! > Each time kernel boots, load a kernel module manually, boot -s, then try > /etc/netstart and see what's happen. > > Works fine: 384, 511 > Don't work: 127, 128, 129, 191, 255, 256, 383 > > It is very interesting that 383 doesn't work but 384 ok. > > -- > Makoto `MAR' Matsushita Those are very strange results, but they're very useful results too. Thank you for running the tests, I'll see if I can figure out why this is happening. Mike "Silby" Silbersack