From owner-freebsd-amd64@FreeBSD.ORG Wed Oct 26 23:40:26 2005 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D46CE16A41F for ; Wed, 26 Oct 2005 23:40:26 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7337343D55 for ; Wed, 26 Oct 2005 23:40:26 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j9QNmmWm031258; Wed, 26 Oct 2005 19:48:48 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-amd64@FreeBSD.org Date: Wed, 26 Oct 2005 19:40:06 -0400 User-Agent: KMail/1.6.2 References: <43600EC7.20608@altadena.net> In-Reply-To: <43600EC7.20608@altadena.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200510261940.09870.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1148/Tue Oct 25 15:34:12 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Peter Carah Subject: Re: Compaq V2310 (about TI cardbus) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 23:40:27 -0000 On Wednesday 26 October 2005 07:18 pm, Peter Carah wrote: > Anyhow, I wondered about the cardbus problem... (hits both my > 802.11 card and my 5220 card, so is pretty generic). I enabled > debug for the cardbus driver and get NO output whatever on cardbus > insertion (lots of output for 16-bit, and the card even works). Sounds very familiar... Can you send me verbose boot messages when you have it back on line? > At the moment, I can't get a dmesg because someone messed up the > kldloader to put out several thousand error messages on boot (bad > relocation type 10). I'll try another cvsup tonight to see if that > is fixed and resend this with an attached dmesg whenever possible, > if it would help whoever works on this stuff. (or I *could* boot > in single user, dmesg, then go to multi...) I guess you have 'makeoptions DEBUG=-g' in you kernel config. Comment it out and rebuild. Alternatively you can back these out for now: http://docs.freebsd.org/cgi/mid.cgi?200510250905.j9P9575Z002500 http://docs.freebsd.org/cgi/mid.cgi?200510242354.j9ONsd0S052397 Jung-uk Kim