Subject: Re: NetBSD/sparc64 + 3ware - has it been done?
To: mrl <vlack-lists@vlack.com>
From: Andrey Petrov <petrov@netbsd.org>
List: port-sparc64
Date: 08/10/2004 01:01:37
On Tue, Aug 10, 2004 at 02:16:09AM -0500, mrl wrote:
> I would like the ability to attach multiple ATA disks to my system. I
> have both a 5800 and 6800 (older) IDE RAId cards from 3ware. All I want
> to do is access the drives directly; I don't want to mess with hardware
> RAID. The system is a Sun Ultra AXe mobo (sold to OEMs). 
> 
> NetBSD sees a twe0 and my ld[0-2] (and reports drive geometry correctly
> AFAICT), according to dmesg. However, there are no /dev entries (no
> /dev/(r)ld?, not even /dev/twe0). 'cd /dev;./MAKEDEV all' does *not*
> make the entries I need. I believe that I have seen this while searching
> the archives, but I can't seem to find it again. There was no solution
> posted that I found.
> 

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
        ;;