From owner-freebsd-hackers Mon Jul 30 0:34:16 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id AA20A37B401 for ; Mon, 30 Jul 2001 00:34:13 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f6U7YCF82129; Mon, 30 Jul 2001 01:34:12 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f6U7YCw34002; Mon, 30 Jul 2001 01:34:12 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200107300734.f6U7YCw34002@harmony.village.org> To: walter@pelissero.org Subject: Re: PCMCIA hot swap Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Sun, 29 Jul 2001 14:42:44 BST." <200107291342.f6TDgiq08161@pelissero.org> References: <200107291342.f6TDgiq08161@pelissero.org> Date: Mon, 30 Jul 2001 01:34:12 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200107291342.f6TDgiq08161@pelissero.org> "Walter C. Pelissero" writes: : Having recently upgraded from 4.0 to 4.3 on my laptop I've noticed : that PCMCIA insertion and extraction doesn't work as it used to. It should. : The system (Vaio PCG-XG9) just freezes. Some time I'm able to rescue : the situation inserting and extracting several times the offending : card. Some time I have to power off and reboot. Ah. We switched from assigning an interrupt to the card status change interrupts (aka management interrupts) to using polling mode. Unfortunately, this hangs many recent sony vaio systems. You will need to assign an irq to the pcic device. I think it is 11, but I'm not totally sure. : My question is: "Has the hot swap feature been somehow dropped from : the PCCARD code?" No. Just a simple mistake on our part that requires a config change on yours. Wanrer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message