From owner-freebsd-mobile Sun Apr 2 7: 7:36 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 52BAF37B833 for ; Sun, 2 Apr 2000 07:07:32 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdn26.imasy.or.jp [202.227.24.218]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id XAA25683 for ; Sun, 2 Apr 2000 23:07:05 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200004021407.XAA25683@tasogare.imasy.or.jp> To: freebsd-mobile@FreeBSD.org Subject: Call for review: Wildcard entry support X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 02 Apr 2000 23:07:01 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 31 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, http://www.freebsd.org/~iwasaki/pccard/pccardd-generic.diff is the patches to support wildcard entry for generic serial and fixed disk as fallthrough entry like # GENERIC PCMCIA modem generic serial config auto "sio" ? config auto "sio4" ? # just in case config auto "sio5" ? # just in case 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 generic fixed_disk config auto "ata" ? config auto "ata4" ? # just in case config auto "ata5" ? # just in case insert logger -t pccard:$device -s Flash ATA / ATA HDD inserted remove logger -t pccard:$device -s Flash ATA / ATA HDD removed at your bottom of config file (/etc/defaults/pccard.conf or /etc/pccard.conf.sample). This was done based on Mihira-san's work http://home.jp.freebsd.org/~sanpei/4-current/usr.sbin-pccard-pccardd.diff (thanks mihira-san!) Please try this, I'll commit this 2 or 3 days later if no objections. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message