From owner-freebsd-mobile Thu Jan 4 18:33:37 2001 From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 4 18:33:35 2001 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (unknown [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CCA9037B402 for ; Thu, 4 Jan 2001 18:33:33 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.1/8.11.0) with ESMTP id f052XUl09677; Thu, 4 Jan 2001 19:33:30 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.8.3) with ESMTP id f052XT149213; Thu, 4 Jan 2001 19:33:29 -0700 (MST) Message-Id: <200101050233.f052XT149213@harmony.village.org> To: Simon Epsteyn Subject: Re: AiroNet 'No card in database for "(null)"("(null)")' problem (4.2-STABLE) Cc: freebsd-mobile@FreeBSD.ORG, Bill Paul In-reply-to: Your message of "Thu, 04 Jan 2001 18:00:48 CST." References: Date: Thu, 04 Jan 2001 19:33:29 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Simon Epsteyn writes: : There are actually 3 places where I'd have to specify memory address. : : In the kernel config (I have it set to 0xd8000 right now) : In the /etc/pccard.conf (I have it set to 0xd4000 right now) : and in the /etc/rc.conf for pccard_mem= (I have it set to 0xd4000) : : Is this right? The pccard_mem and the kernel mem are exactly the same thing. Just different ways to set it. Having the last two be the same is definitely a problem, but I don't think it would cause what you are seeing. : If I understand what you are asking correctly, the nose of the card looks : like: : : ************************************** : ************************************ : **************************************** : : There are some LEDs on the card, and they never do go on... OK. So it is a high voltage card then. My guess is that if you make the /etc/pccard.conf be different than the other "two" addresses, you may get it to work. The difference may be that the an card has an area that can be memory mapped, while the scsi cards don't and you are trying to map different things to the same spot and that's causing the confusion. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message