From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Thu, 11 Mar 2010 22:48:51 +0900 From: kokamoto@hera.eonet.ne.jp MIME-Version: 1.0 Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] sdiahci.c driver Topicbox-Message-UUID: e61d622a-ead5-11e9-9d60-3106f5b1d025 There are two drivers for 9load anfd kernel. In /sys/src/9/pc/sdiahci.c file, there is a wakeup(&d->portm); call just after clearci(d->port); line in checkdrive() function. However, there is no that call in /sys/src/boot/pc/sdiahci.c file. Is this intended ? If so, what it does mean? Kenji