From owner-freebsd-stable@FreeBSD.ORG Mon Jan 29 13:57:58 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0551316A400 for ; Mon, 29 Jan 2007 13:57:58 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id B648213C428 for ; Mon, 29 Jan 2007 13:57:57 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l0TDvKH6096165; Mon, 29 Jan 2007 06:57:22 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 29 Jan 2007 06:57:48 -0700 (MST) Message-Id: <20070129.065748.110115339.imp@bsdimp.com> To: doconnor@gsoft.com.au From: "M. Warner Losh" In-Reply-To: <200701291659.28959.doconnor@gsoft.com.au> References: <20060306.155239.11596782.imp@bsdimp.com> <200603091212.02930.doconnor@gsoft.com.au> <200701291659.28959.doconnor@gsoft.com.au> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 29 Jan 2007 06:57:23 -0700 (MST) Cc: freebsd-stable@freebsd.org Subject: Re: 6.1BETA3 amd64 doesn't detect my floppy drive 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: Mon, 29 Jan 2007 13:57:58 -0000 In message: <200701291659.28959.doconnor@gsoft.com.au> "Daniel O'Connor" writes: : On Thursday 09 March 2006 12:11, Daniel O'Connor wrote: : > On Tuesday 07 March 2006 09:22, M. Warner Losh wrote: : > > Maybe the output of size kernel? : > : > text data bss dec hex filename : > 3069343 305288 212944 3587575 36bdf7 /boot/kernel/kernel (6.0-RC1 custom) : > 5746665 702632 389712 6839009 685ae1 /boot/kernel/kernel (6.1-BETA3) : > 5146715 672352 348688 6167755 5e1ccb /boot/kernel/kernel (5.4-RELEASE) : : GENERIC in 6.2 has the same problem. : I trimmed it down (substantially) and my floppy drive is detected again. : : This is on a Supermicro P8SCT board with a P4-531 vs the Athlon64 system I saw : it on before - both are amd64 kernels though. : : This kernel works.. (trimmed heavily) : text data bss dec hex filename : 4433534 617512 271328 5322374 513686 kernel : : This one doesn't.. (some stuff added back) : text data bss dec hex filename : 4709507 651688 278624 5639819 560e8b kernel : : This one does.. (no Firewire, with USB) : text data bss dec hex filename : 4622780 643624 278496 5544900 549bc4 kernel : : This one does.. (no USB, with Firewire) : text data bss dec hex filename : 4520517 625576 271456 5417549 52aa4d kernel : : I did the USB/Firewire thing just to make sure one wasn't the direct cause. Maybe we have yet another issue with resources... Warner