From owner-freebsd-mobile Mon Jan 3 18:12:55 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from oxygen.yy.ics.keio.ac.jp (oxygen.yy.ics.keio.ac.jp [131.113.47.3]) by hub.freebsd.org (Postfix) with ESMTP id 5F74314DA8 for ; Mon, 3 Jan 2000 18:12:51 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (ppp154.dialup.st.keio.ac.jp [131.113.27.154]) by oxygen.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id LAA06863; Tue, 4 Jan 2000 11:12:44 +0900 (JST) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id LAA02788; Tue, 4 Jan 2000 11:12:44 +0900 (JST) Message-Id: <200001040212.LAA02788@lavender.yy.cs.keio.ac.jp> To: imp@village.org Cc: mobile@FreeBSD.ORG Subject: Re: ata flash support In-Reply-To: Your message of "Mon, 3 Jan 2000 07:48:49 JST". <200001022248.PAA31926@harmony.village.org> X-Mailer: Mew version 1.70 on Emacs 19.34.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 04 Jan 2000 11:12:44 +0900 From: MIHIRA Sanpei Yoshiro Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I play with new-only ATA flash supported ATA patch. Wao!!, I can probe and mount Compact Flash PC-Card without problem!! Problem with previous code is single window problem, I also think. ata1 at port 0x240-0x24f irq 10 slot 0 on pccard0 ata_pccard: scan drives ad1: ATA-0 disk at ata2 as master ad1: 31MB (64000 sectors), 500 cyls, 8 heads, 16 S/T, 512 B/S ad1: 1 secs/int, 1 depth queue, ??? ata_pccard: scan ATAPI bus As you thought, I can't play with ATAPI CD-ROM drive with ATA flash patch :-< probe/attach OK mount NG (But currently I only want to use compact Flash :-p) ata1 at port 0x180-0x18f irq 10 slot 0 on pccard0 ata_pccard: scan drives ata_pccard: scan ATAPI bus acd0: CDROM drive at ata2 as master acd0: read 4134KB/s (4134KB/s), 128KB buffer, ??? acd0: Reads: CD-R, CD-RW, CD-DA stream acd0: Audio: play, 16 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM unknown medium, unlocked If I have enough time, I will write detach routine. At first I will read if_ed.c/if_ed_pccard.c driver code about attach/detach routine. Cheers. MIHIRA Yoshiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message