Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Apr 2000 23:07:01 +0900
From:      Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
To:        freebsd-mobile@FreeBSD.org
Subject:   Call for review: Wildcard entry support
Message-ID:  <200004021407.XAA25683@tasogare.imasy.or.jp>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004021407.XAA25683>