Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2000 14:32:59 +0900
From:      MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
To:        freebsd-mobile@FreeBSD.ORG
Cc:        sos@freebsd.dk, ambrisko@whistle.com, imp@village.org
Subject:   Re: Update to pccard ata changes (removal support)
Message-ID:  <200002260533.OAA09229@lavender.yy.cs.keio.ac.jp>
In-Reply-To: Your message of "Fri, 11 Feb 2000 17:58:17 JST". <200002110858.BAA48566@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
  I tested new ata driver(ata-all.c,v 1.49) under 4-current.
  Wao!! I can use ATA/PC-Card like PAO. Thank you.

  I tested below PC-Card.
	- external CD-ROM/IDE Card (IO Data CBIDE)
	- IBM Flash ATA(10MB)
	- Non-brand Compact Flash Card(32MB)
	(I attached /etc/pccard.conf.sample, may I send-pr below pccard.conf?)

  Next, I think we need to merge function 'fixed_disk/serial' from
PAO pccardd.  Does someone have any plan or experimental code?

---
MIHIRA Sanpei Yoshiro
Yokohama, Japan.

----------
# IO Data CBIDE (bundled with CDP-FX24, etc.)
card "WIT" "IDE16"
	config auto "ata0" ?
	insert  logger -t pccard:$device -s IO Data CBIDE inserted
	remove  logger -t pccard:$device -s IO Data CBIDE removed

# IBM Flash ATA (Ricoh Flash ATA 10MB)
card "IBM" "IBM17JSSFP10"
        config auto "ata0" ? iosize 16
        insert  logger -t pccard:$device -s IBM Flash ATA inserted
        remove  logger -t pccard:$device -s IBM flash ATA removed

# Non-brand Compact Flash Card(32MB)
card "       " "KCF 32M"
        config 0x1 "ata2" ? iosize 16
        insert  logger -t pccard:$device -s Compact Flash Card 32MB inserted
        remove  logger -t pccard:$device -s Compact Flash Card 32MB removed


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?200002260533.OAA09229>