Subject: Re: More SPARCbook insanity
To: Michael <macallan18@earthlink.net>
From: Brett Lymn <blymn@baesystems.com.au>
List: port-sparc
Date: 04/08/2005 13:37:32
On Thu, Apr 07, 2005 at 11:22:48PM -0400, Michael wrote:
> 
> Damn. Ok, I'll have a look how the major numbers are assigned, apparently they're not static anymore.
> 

The major numbers are very different on sparc64, have a look in
/usr/src/sys/archi/sparc64/conf/majors.sparc64 to get the actual majors.
So, you probably need something like:

/dev/wd0a 12,0
/dev/wd0b 12,1
/dev/wd0c 12,2

/dev/rwd0a 26,0
/dev/rwd0b 26,1
/dev/rwd0c 26,2

 and so on.

-- 
Brett Lymn