Date: Mon, 21 Jan 2002 10:09:20 +0100 From: Marco Molteni <molter@tin.it> To: freebsd-mobile@freebsd.org Cc: imp@freebsd.org Subject: new entry for pccard.conf: Verbatim/C-One Compact Flash Message-ID: <20020121090920.GA2568@cobweb.example.org>
next in thread | raw e-mail | index | archive | help
Hi Warner,
since I got bitten by this one you many want to add it to pccard.conf.
I am running -stable on a toshiba portege (topic100). I have a
Verbatim 64MB compact flash.
This card isn't recognized by the default flash ata:
# GENERIC Flash ATA / ATA HDD
generic fixed_disk
config auto "ata" ?
logstr "GENERIC Flash ATA / ATA HDD"
So first I tried adding an entry like the following, but that failed too:
# Compact Flash "C-ONE" rebranded by Verbatim
card "C-ONE" "/.*/"
config auto "ata" ?
Then I had a look at pccard.conf for similar entries, and I found the SunDisk
compact flash, whose only difference was the config 0x1 instead of auto:
# SunDisk Flash ATA
# (OEM: Epson Flash Packer)
card "SunDisk" "/.*/"
config 0x1 "ata" ?
So I tried adding the 0x1 and this time it worked fine:
# Compact Flash "C-ONE" rebranded by Verbatim
# don't know which is better between "CFA 64MB CS" and "/.*/"
#card "C-ONE" "CFA 64MB CS"
card "C-ONE" "/.*/"
config 0x1 "ata" ?
Marco
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?20020121090920.GA2568>
