From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <008b01c2dd2a$9cae9fd0$c901a8c0@cc77109e> From: "Bruce Ellis" To: <9fans@cse.psu.edu> References: Subject: Re: [9fans] A proposal regarding # in bind MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Wed, 26 Feb 2003 11:04:00 +1100 Topicbox-Message-UUID: 72a6d68c-eacb-11e9-9e20-41e7f4b1d025 > How do you get an attach name to an underlying device attached > through '#*' when you are using the attach name to > identify the device? The Research Inferno devindir uses the syntax: name [ ! spec ] So ... #*cons == #c #*ether!0 == #l0 #*ip!1 == #I1 #*srv!auth == #sauth etc. Note that the driver is very simple. The only code involved is in indirattach() which smashes the spec, scrounges thru devtab, and calls the appropriate attach. Nothing else was changed. brucee