From owner-freebsd-current@FreeBSD.ORG Sat Aug 30 20:28:38 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D320916A4BF; Sat, 30 Aug 2003 20:28:38 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6515E43FAF; Sat, 30 Aug 2003 20:28:37 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h7V3SaTX012703; Sat, 30 Aug 2003 21:28:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 30 Aug 2003 21:28:17 -0600 (MDT) Message-Id: <20030830.212817.87999793.imp@bsdimp.com> To: DougB@freebsd.org From: "M. Warner Losh" In-Reply-To: <20030830142644.F21642@znfgre.qbhto.arg> References: <20030830142644.F21642@znfgre.qbhto.arg> 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: freebsd-current@freebsd.org Subject: Re: pcic device causes kernel build failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2003 03:28:39 -0000 In message: <20030830142644.F21642@znfgre.qbhto.arg> Doug Barton writes: : I found my problem, when I got this new laptop two weeks ago I : UN-commented the pcic cardbus bridge "just in case." This worked fine up : till 8/27, my last build on that machine. Starting last night, with that : device in my kernel config, kernel build fails with the error below. : Commenting it again allows the kernel to build. Don't build pcic with newcard. It is broken, doesn't work and isn't supported. I have a rewrite in my p4 tree that I'm slugging through, but pcic is likely to coninue to not compile until that's committed. Warner