Date: Fri, 31 Dec 1999 15:57:11 +0900 From: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> To: freebsd-mobile@FreeBSD.org Subject: [ATA/PC-Card,4-current] Patches to ata driver for PC-Card Message-ID: <199912310657.PAA09097@lavender.yy.cs.keio.ac.jp>
next in thread | raw e-mail | index | archive | help
Hi. I tested two ATAPI/ATA-PC-Cards with Doug Ambrisko's new ATA/PC-Card patch which was posted this FreeBSD-mobile mailing list. PC-Card patch for new ATA driver http://www.freebsd.org/cgi/getmsg.cgi?fetch=235552+0+/usr/local/www/db/text/1999/freebsd-mobile/19991031.freebsd-mobile First, ``I-O Data'' 16bit IDE interface card with Portable CD-ROM is fine and I can mount CD-ROM without trouble. Second, 32MBytes Compact Flash PC-Card has problem. - probe/attach OK - fdisk ad4 OK - mount -t msdos NG (I think this problem is not related to ATA/PC-Card driver, I will fdisk and re-format it) I added pccard.conf entry and probe-messages at the bottom of this mail. Thanks Doug, and I hope to add detach code to ATA/PC-Card. Thank you MIHIRA Yoshiro Yokohama, Japan -------------------- pccard.conf entry: # IO Data CBIDE (bundled with CDP-FX24, etc.) card "WIT" "IDE16" config 0x21 "ata1" ? insert echo IO Data CBIDE inserted remove echo IO Data CBIDE removed ----- probe message---- pccard: card inserted, slot 0 ata1 at port 0x180-0x187 irq 11 slot 0 on pccard0 ata_pccard: scan drives ata_pccard: scan ATAPI bus acd0: <TOSHIBA CD-ROM XM-1802B/1115> CDROM drive at ata5 as master acd0: read 4134KB/s (4134KB/s), 128KB buffer, PIO 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 cd9660: RockRidge Extension ----- probe message---- ============================== pccard.conf entry: # ATA flash card card " " "KCF 32M" config 0x01 "ata1" ? iosize 16 insert echo CompactFlash ATA Card inserted remove echo CompactFlash ATA Card removed ----- probe message---- ata1 at port 0x240-0x24f irq 3 slot 0 on pccard0 ata_pccard: scan drives ad4: </Ver.7.0> ATA-0 disk at ata2 as master ad4: 31MB (64000 sectors), 500 cyls, 8 heads, 16 S/T, 512 B/S ad4: 1 secs/int, 1 depth queue, PIO ata_pccard: scan ATAPI bus ----- probe message---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912310657.PAA09097>