From owner-freebsd-current@FreeBSD.ORG Mon Sep 1 09:26:12 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 DDBF416A4C2 for ; Mon, 1 Sep 2003 09:26:12 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA76143FEC for ; Mon, 1 Sep 2003 09:26:11 -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 h81GQATX026494; Mon, 1 Sep 2003 10:26:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 01 Sep 2003 10:25:16 -0600 (MDT) Message-Id: <20030901.102516.29568013.imp@bsdimp.com> To: ianf@za.uu.net From: "M. Warner Losh" In-Reply-To: <56791.1062427290@mci.com> References: <20030830.212817.87999793.imp@bsdimp.com> <56791.1062427290@mci.com> 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: Mon, 01 Sep 2003 16:26:13 -0000 In message: <56791.1062427290@mci.com> Ian Freislich writes: : "M. Warner Losh" wrote: : > 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. : : Will that eventually fix support for the following (dmesg fragment : from 4.8-STABLE)?: : : pcic0: at port 0x3e0 iomem 0xd0000 on isa0 : pcic0: Polling mode : pccard0: on pcic0 : pccard1: on pcic0 : : I'd like to run CURRENT on this laptop, but this thwarted me last : time by revoking my network. I do plan on supporting it, the support isn't there today. Warner