From owner-cvs-src@FreeBSD.ORG Fri Nov 28 18:20:33 2003 Return-Path: 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 38F9416A4CE; Fri, 28 Nov 2003 18:20:33 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A88343F3F; Fri, 28 Nov 2003 18:20:31 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAT2KTeO001771; Fri, 28 Nov 2003 19:20:30 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 28 Nov 2003 19:20:26 -0700 (MST) Message-Id: <20031128.192026.31254075.imp@bsdimp.com> To: gordont@gnf.org From: "M. Warner Losh" In-Reply-To: <20031128223424.GM53437@roark.gnf.org> References: <200311280528.hAS5SUBd080023@repoman.freebsd.org> <20031128102356.GA21515@titan.klemm.apsfilter.org> <20031128223424.GM53437@roark.gnf.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: andreas@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c src/sys/dev/ath if_ath_pci.c src/sys/dev/firewire fwohci_pci.c src/sys/dev/fxp if_fxp.c src/sys/dev/puc puc_pci.c src/sys/dev/re if_re.c src/sys/dev/sio sio_pci.c src/sys/dev/uart uart_bus_pci.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 29 Nov 2003 02:20:33 -0000 In message: <20031128223424.GM53437@roark.gnf.org> Gordon Tetlow writes: : I had a similar problem with my IBM T40 laptop. It turned out that : the cardbus and ethernet controllers were trying to grab the same : region in memory. Try a boot -v and see if cbb and bge are trying : to grab the same region in memory. I've isolated the problem, and have a non-working fix/workaround in my tree. I need to make it work, however. In summary, the BIOS is assigning addresses, and so is FreeBSD and FreeBSD doesn't know about the BIOS' allocation. Double allocation -> bad things happen. Warner