From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrey mirtchovski To: 9fans@cse.psu.edu Message-ID: <20021004094303.Q71774-100000@fbsd.acl.lanl.gov> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] detaching devices in kernel Date: Fri, 4 Oct 2002 09:50:14 -0600 Topicbox-Message-UUID: fcec4a44-eaca-11e9-9e20-41e7f4b1d025 hi, a 9p file server can be detached by clunk-ing the connection, however there doesn't seem to be a way one can detach a kernel- level driver? there's devattach, devopen, devclose, etc, but the only thing reminiscent of 'devdetach' is 'devremove', which of course is different... there is detach code in the bitsy kernel for the wavelan ethernet, but nothing in /sys/src/9/pc... do i assume that once bound a device cannot be 'unbound'? if devremove the answer? andrey