From owner-freebsd-mobile@FreeBSD.ORG Sun May 18 18:33:55 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A9C37B401 for ; Sun, 18 May 2003 18:33:55 -0700 (PDT) Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFCC43F85 for ; Sun, 18 May 2003 18:33:54 -0700 (PDT) (envelope-from melange@yip.org) Received: from lust.inside.int ([65.95.44.53]) by tomts6-srv.bellnexxia.net ESMTP <20030519013352.ULBU29208.tomts6-srv.bellnexxia.net@lust.inside.int> for ; Sun, 18 May 2003 21:33:52 -0400 Received: from yip.org (localhost.inside.int [127.0.0.1]) by lust.inside.int (8.12.9/8.12.7) with ESMTP id h4J1bmTo050662 for ; Sun, 18 May 2003 21:37:51 -0400 (EDT) (envelope-from melange@yip.org) Message-ID: <3EC8356C.3090307@yip.org> Date: Sun, 18 May 2003 21:37:48 -0400 From: Bob K User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Franklin (Starfish) REX - which driver? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 01:33:55 -0000 Please cc: me in any replies; I'm not on the list. I'm trying to get a Franklin REX-3 (an ancient organizer built into a type II PCMCIA card, later versions came under the banner of Xircom) to sync under FreeBSD 4.8-STABLE. I'm at the point where I'm trying to figure out which driver to put in my pccard.conf. Here's the results of pccardc dumpcis: Configuration data for card in slot 0 Tuple #1, code = 0x1 (Common memory descriptor), length = 3 000: 6a 0c ff Common memory device information: Device number 1, type SRAM, WPS = ON Speed = 200nS, Memory block size = 128Kb, 2 units Tuple #2, code = 0x15 (Version 1 info), length = 27 000: 04 01 53 74 61 72 66 69 73 68 2c 20 49 6e 63 2e 010: 00 52 45 58 2d 33 30 30 30 00 ff Version = 4.1, Manuf = [Starfish, Inc.], card vers = [REX-3000] Tuple #3, code = 0x17 (Attribute memory descriptor), length = 4 000: 17 3a 00 ff Attribute memory device information: Device number 1, type Mask ROM, WPS = OFF Speed = 3.0 x 100 ns, Memory block size = 512b, 1 units Tuple #4, code = 0xff (Terminator), length = 0 2 slots found The documentation for the Starfish TrueSync Connectivity Pack for Linux wants it to bind to the linux memory_cs driver, which is documented here: http://www.linux-mtd.infradead.org/ Which finally brings me to my questions: Is there an equivalent driver in FreeBSD? Can I use the fla (DiskOnChip) driver? Am I asking the wrong list? Thanks in advance for any pointers.