From owner-freebsd-small@FreeBSD.ORG Fri Nov 21 14:12:39 2008 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B4F91065670 for ; Fri, 21 Nov 2008 14:12:39 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.188]) by mx1.freebsd.org (Postfix) with ESMTP id BBF2A8FC0C for ; Fri, 21 Nov 2008 14:12:38 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so766192rne.12 for ; Fri, 21 Nov 2008 06:12:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=AKnAgP53JYaw4ZZs22B4VLZpbSJf3CJ/T6tyWfd1q9A=; b=nv404syb2ouL+ukm2KQ42D3YReEgUyqsFjRUzSboZmzlT+yfgOfC9XYegMgMRf6Xtj 9rmVz/O5sgnaxpImzfNOuKWFOveXp/oiW1xDAu0selLUP8qeVo1ldnDe0WUjTyyKAuUA 7/FG2YDeljxCJdRjSiziugoRq3K/hHQ0QYv1o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=WEm5eWKjA8grBTTx87I7u0C4QXaX0uva9ivU7VSaZAk8Dja3FRnUH33IOv61KmpJWT LZ4YcqQGP8PmWtdl4KcwPjmSC/d4seGXj713j873aiWx+xTT3gG9l1eWLn6kHdiBM3Uq LaGrZJ40rAIgISXGwGizVenB9JNT9xN9FLRzA= Received: by 10.142.254.8 with SMTP id b8mr290139wfi.144.1227275491969; Fri, 21 Nov 2008 05:51:31 -0800 (PST) Received: by 10.143.167.2 with HTTP; Fri, 21 Nov 2008 05:51:31 -0800 (PST) Message-ID: <64de5c8b0811210551j5cb0cfc7ye497028e37a5fd11@mail.gmail.com> Date: Fri, 21 Nov 2008 19:21:31 +0530 From: "Rajkumar S" To: freebsd-small@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Adding new CF parameters in FlashDevice.sub X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2008 14:12:39 -0000 Hi, I have a Lexar LEXAR ATA FLASH V1.01 disk and want's to add it's parameters in FlashDevice.sub. But the Lexar site does not contain any information about it's parameters. How can I identify (reverse engineer?) the media size, heads and sectors of my CF disk to add into FlashDevice.sub? raj