Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2000 17:18:13 +0900 (JST)
From:      sanpei@sanpei.org (MIHIRA Yoshiro)
To:        imp@village.org
Cc:        freebsd-mobile@FreeBSD.ORG, sos@freebsd.dk, ambrisko@whistle.com
Subject:   Re: Update to pccard ata changes (removal support)
Message-ID:  <200002260818.RAA00541@lavender.sanpei.org>
In-Reply-To: Your message of "Sat, 26 Feb 2000 16:08:47 JST". <200002260708.QAA09602@lavender.yy.cs.keio.ac.jp>

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




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