From owner-freebsd-mobile Sat Feb 26 0:18:18 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 1EB7F37BF9B for ; Sat, 26 Feb 2000 00:18:15 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.sanpei.org (lavender.rad.cc.keio.ac.jp [131.113.16.115]) by oxygen.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id RAA23439; Sat, 26 Feb 2000 17:18:13 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.sanpei.org (8.9.3/3.7W) id RAA00541; Sat, 26 Feb 2000 17:18:13 +0900 (JST) Date: Sat, 26 Feb 2000 17:18:13 +0900 (JST) Message-Id: <200002260818.RAA00541@lavender.sanpei.org> To: imp@village.org Cc: freebsd-mobile@FreeBSD.ORG, sos@freebsd.dk, ambrisko@whistle.com Subject: Re: Update to pccard ata changes (removal support) In-Reply-To: Your message of "Sat, 26 Feb 2000 16:08:47 JST". <200002260708.QAA09602@lavender.yy.cs.keio.ac.jp> From: sanpei@sanpei.org (MIHIRA Yoshiro) X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> I ported ``function 'fixed_disk/serial''' code from PAO3. Sorry, I mis-understand about config ``auto'' and ``default''. I fix and update /etc/pccard.conf.sample (auto--> default) MIHIRA Yoshiro --- pccard.conf.sample.orig Sat Feb 26 17:15:07 2000 +++ pccard.conf.sample Sat Feb 26 17:15:38 2000 @@ -882,3 +882,38 @@ insert /etc/pccard_ether $device remove logger -t pccard:$device -s Melco Airconnect removed remove /sbin/ifconfig $device delete + +# ------------------------------------------------------------------- +# +# "Wildcard" entries +# +# ------------------------------------------------------------------- + +# GENERIC PCMCIA modem +function serial + config default "sio3" ? +# config 0x23 "sio3" ? # alternative definitions +# config 0x21 "sio3" ? # ......... +# config 0x22 "sio3" ? +# config 0x23 "sio3" pio +# config 0x21 "sio3" pio +# config 0x22 "sio3" pio +# config 0x23 "sio3" 5 +# config 0x21 "sio3" 5 +# config 0x22 "sio3" 5 +# reset 100 # default + reset 1000 # safety reset time +# reset 10000 # for unstable cards + insert logger -t pccard:$device -s PCMCIA Modem inserted + remove logger -t pccard:$device -s PCMCIA Modem removed + +# GENERIC Flash ATA / ATA HDD +function fixed_disk +# config default "ata2" 15 +# config default "ata2" ? +# config 0x03 "ata2" 15 +# config 0x03 "ata2" ? + config default "ata2" ? iosize 16 +# config default "ata2" ? iosize 16 + insert logger -t pccard:$device -s Flash ATA / ATA HDD inserted + remove logger -t pccard:$device -s Flash ATA / ATA HDD removed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message