Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2006 23:25:23 -0800
From:      Frank Mayhar <frank@exit.com>
To:        Peter Losher <plosher-keyword-freebsd.a36e57@plosh.net>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Forcing a da* numbering scheme.
Message-ID:  <1140593123.12244.10.camel@realtime.exit.com>
In-Reply-To: <43FC0BE2.8020605@plosh.net>
References:  <43FC0BE2.8020605@plosh.net>

next in thread | previous in thread | raw e-mail | index | archive | help
bOn Tue, 2006-02-21 at 22:59 -0800, Peter Losher wrote:
> What's the proper method these days for defining a static naming scheme
> for direct access devices (da*)?

/boot/device.hints

hint.scbus.0.at="ahc0"
hint.da.0.at="scbus0"
hint.da.0.target="0"
hint.da.1.at="scbus0"
hint.da.1.target="1"

hint.scbus.1.at="ahc1"
hint.da.100.at="scbus1"
hint.da.100.target="0"
hint.da.101.at="scbus1"
hint.da.101.target="1"

etc.
-- 
Frank Mayhar frank@exit.com     http://www.exit.com/
Exit Consulting                 http://www.gpsclock.com/
                                http://www.exit.com/blog/frank/



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