Subject: Re: NetBSD/sparc64 + 3ware - has it been done?
To: Andrey Petrov <petrov@netbsd.org>
From: mrl <vlack-lists@vlack.com>
List: port-sparc64
Date: 08/13/2004 13:15:30
On Tue, 2004-08-10 at 11:59, Andrey Petrov wrote:
> On Tue, Aug 10, 2004 at 05:32:34PM +0900, Takeshi Nakayama wrote:
> > >>> Andrey Petrov <petrov@netbsd.org> wrote
> > 
> > > I suggest to try adding to MAKEDEV (taken from i386's one) and do ./MAKEDEV ld0 ld1 ld2
> > > 
> > > ld*)
> > >         name=ld; unit=${i#ld}; blk=19; chr=69
> > >         makedisk_p16high $name $unit $blk $chr
> > >         ;;
> > 
> > There is no such a device in sys/sparc64/conf/majors.sparc64.
> > We should need to assign a new major.
> > 
> Yea, here is the diff then.

<snip>

> Note that sparc64 already has char 69 device, so change MAKEDEV accordingly.
> 
> ld*)
>         name=ld; unit=${i#ld}; blk=19; chr=62
>         makedisk_p16high $name $unit $blk $chr
>         ;;

Thanks! This worked, and I'm now looking at the RAIDframe documentation.
Much appreciated!