From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 3 23:55:21 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B6C716A4D0 for ; Mon, 3 Jan 2005 23:55:21 +0000 (GMT) Received: from dave.horsfall.org (mrdavi2.lnk.telstra.net [139.130.75.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 614EB43D31 for ; Mon, 3 Jan 2005 23:55:19 +0000 (GMT) (envelope-from dave@horsfall.org) Received: from localhost (dave@localhost) by dave.horsfall.org (8.11.4/8.11.4) with ESMTP id j03NtHG16215 for ; Tue, 4 Jan 2005 10:55:17 +1100 (EST) Date: Tue, 4 Jan 2005 10:55:17 +1100 (EST) From: Dave Horsfall To: FreeBSD Hackers In-Reply-To: <20050103.115310.124004976.imp@bsdimp.com> Message-ID: References: <20050103.115310.124004976.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: Using PCMCIA ATA adaptor X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2005 23:55:21 -0000 On Mon, 3 Jan 2005, M. Warner Losh wrote: > : I have a Kingston StrataDrive Plus adaptor, which in conjunction with a > : Windoze driver (and Kingston drives *only*) allow a 2nd ATA drive to be > : connected to a laptop. Any chance that it can be used with FreeBSD? > : > : 5.3-STABLE says "ata2: " > > Quite likely. What's the problem you are seeing? Well, it's not seeing the disk drive that's physically attached to it, although it does spin up... stinky# atacontrol info 2 Master: no device present Slave: no device present stinky# atacontrol mode 2 Master = BIOSPIO Slave = BIOSPIO Looks like I'm out of luck? The full dmesg output (which I'd truncated) is: ata2: at port 0x180-0x187,0x386-0x387 irq 11 function 0 config 37 on pccard0 -- Dave