From owner-freebsd-hardware Tue Nov 28 12:10: 9 2000 Delivered-To: freebsd-hardware@freebsd.org Received: from msgbas1t.cos.agilent.com (msgbas1tx.cos.agilent.com [192.6.9.34]) by hub.freebsd.org (Postfix) with ESMTP id 5253237B400; Tue, 28 Nov 2000 12:10:02 -0800 (PST) Received: from msgrel1.and.agilent.com (msgrel1.and.agilent.com [130.30.33.104]) by msgbas1t.cos.agilent.com (Postfix) with ESMTP id 49EC2537; Tue, 28 Nov 2000 13:09:58 -0700 (MST) Received: from mina.soco.agilent.com (mina.soco.agilent.com [141.121.54.157]) by msgrel1.and.agilent.com (Postfix) with ESMTP id 70248C1; Tue, 28 Nov 2000 15:09:52 -0500 (EST) Received: from mina.soco.agilent.com (darrylo@localhost [127.0.0.1]) by mina.soco.agilent.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.0) with ESMTP id MAA22026; Tue, 28 Nov 2000 12:09:51 -0800 (PST) Message-Id: <200011282009.MAA22026@mina.soco.agilent.com> To: Greg Lehey Cc: Eric Jacoboni , questions@FreeBSD.ORG, hardware@FreeBSD.ORG Subject: Re: Pcmcia adapter for CompactFlash cards and FreeBSD ? Reply-To: Darryl Okahata In-Reply-To: Your message of "Tue, 28 Nov 2000 12:39:14 +1030." <20001128123914.F30795@echunga.lemis.com> Mime-Version: 1.0 (generated by tm-edit 1.6) Content-Type: text/plain; charset=US-ASCII Date: Tue, 28 Nov 2000 12:09:50 -0800 From: Darryl Okahata Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greg Lehey wrote: > In a case like this, you might create a new entry: > > card "CL ATA FLASH CARD LEXAR " "TIDALWV" > config 0x1 "ata" ? > > This might still fail because of irq conflicts. You can specify a > particular irq in place of the ?, for example 9 in this case: > > card "CL ATA FLASH CARD LEXAR " "TIDALWV" > config 0x1 "ata" 9 One minor nit: if the above still doesn't work (unlikely), you might also have to change the config number, e.g.: card "CL ATA FLASH CARD LEXAR " "TIDALWV" config 0x2 "ata" ? If "0x2" doesn't work, try "0x0" (I'm not sure this is legal, though). Oh, wait -- I've got an entry for a Lexar 16MB card. Here it is (this is for FreeBSD 4.1, though): # Lexar ata flash card "CL ATA FLASH CARD LEXAR " "TIDALWV" config 0x1 "ata2" ? insert logger -t pccard:$device -s Lexar ata FLASH inserted remove logger -t pccard:$device -s Lexar ata FLASH removed In case anyone's interested, here are a couple more entries for CF cards (I'm still using 4.1, and so these may already be present in -stable or -current): # Simple Technology ata flash (64MB) card "STI" "Flash 5.0" config 0x1 "ata2" ? iosize 16 insert logger -t pccard:$device -s Simple Technology ata FLASH inserted remove logger -t pccard:$device -s Simple Technology ata FLASH removed # Simple Technology ata 16MB flash card "CF" "016MB" config 0x1 "ata2" ? iosize 16 insert logger -t pccard:$device -s Compact Flash Card 16MB inserted remove logger -t pccard:$device -s Compact Flash Card 16MB removed -- Darryl Okahata darrylo@soco.agilent.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion, or policy of Agilent Technologies, or of the little green men that have been following him all day. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message