From owner-freebsd-stable Mon Apr 8 2:57: 0 2002 Delivered-To: freebsd-stable@freebsd.org Received: from shikima.mine.nu (pc1-card4-0-cust77.cdf.cable.ntl.com [62.252.49.77]) by hub.freebsd.org (Postfix) with ESMTP id 98A1F37B41B for ; Mon, 8 Apr 2002 02:56:45 -0700 (PDT) Received: from rasputin by shikima.mine.nu with local (Exim 3.35 #1) id 16uWpX-0009d7-00 for stable@freebsd.org; Mon, 08 Apr 2002 11:56:59 +0100 Date: Mon, 8 Apr 2002 11:56:59 +0100 From: Rasputin To: stable@freebsd.org Subject: pcmcia/compactflash support? Message-ID: <20020408115659.A16073@shikima.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Morning all I've been loaned a PCMCIA CompactFlash adapter, and am trying to get FreeBSD to mount it correctly. FreeBSD shikima.mine.nu 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Apr 5 21:04:20 BST 2002 root@shikima.mine.nu:/usr/obj/usr/src/sys/SHIKIMA i386 It's a 128Mb CF card, and sticking into the PCMCIA slot throws a beep, pcic dumpcis gives me screens of output, but no devices attach (that I can see). Win95/CE sees it fine, with no additional drivers added, as some kind of SCSI disk. Just wondered if I needed to add anything to my kernel config to support this? I'd guess it should be attaching like this: da -> scbus -> pcic , so I'd have thought this would work: rasputin@shikima rasputin$ grep da /sys/i386/conf/SHIKIMA|grep -v "^#" options SOFTUPDATES #Enable FFS soft updates support device da # Direct Access (disks) device umass # Disks/Mass storage - Requires scbus and da rasputin@shikima rasputin$ grep pcic /sys/i386/conf/SHIKIMA|grep -v "^#" device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 rasputin@shikima rasputin$ grep scbus /sys/i386/conf/SHIKIMA|grep -v "^#" device scbus # SCSI bus (required) device umass # Disks/Mass storage - Requires scbus and da Do I need to explicitly wire down the pathway above, or tweak pcccard.conf? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message