From owner-freebsd-questions@FreeBSD.ORG Wed Jul 14 12:12:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D9416A4CE for ; Wed, 14 Jul 2004 12:12:12 +0000 (GMT) Received: from mail.u4eatech.com (blackhole.u4eatech.com [195.188.241.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0948543D2D for ; Wed, 14 Jul 2004 12:12:12 +0000 (GMT) (envelope-from richard.williamson@u4eatech.com) Received: by mail.u4eatech.com (Postfix, from userid 503) id 85175360398; Wed, 14 Jul 2004 13:12:10 +0100 (BST) Received: from apus.u4eatech.com (apus.degree2.com [172.30.40.129]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.u4eatech.com (Postfix) with ESMTP id 6EEA036037E for ; Wed, 14 Jul 2004 13:12:07 +0100 (BST) Message-Id: <6.1.1.1.2.20040714125516.0275d4a8@cygnus> X-Sender: richard@cygnus X-Mailer: QUALCOMM Windows Eudora Version 6.1.1.1 Date: Wed, 14 Jul 2004 13:14:32 +0100 To: freebsd-questions@freebsd.org From: "Richard P. Williamson" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mail X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 Subject: SanDisk CF->Caddie->reader(/dev/ad3) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 12:12:13 -0000 Hello all, I'm trying to figure out why my FreeBSD 4.10 system reboots whenever I reinsert a pccard. The pccard is actually a 32Mb SanDisk CF card, in a CF card caddie, plugged into a PCMCIA caddie, attached to the ATA bus. If I boot with the card in, I get ad3: 30MB [490/4/32] at ata1-slave PIO1 (or it did once I pccard_enable="YES"'d in rc.conf) I can mount/manipulate/umount it without problems. I can eject it without problems. If I reinsert it, the system reboots. What have I missed? Is there anyone using this combination? There doesn't seem to be a pccardd running (ps -aU root doesn't show one). Should there be? rip