Subject: Re: 3ware management utilities -- any cluse?
To: Brian Buhrow <buhrow@lothlorien.nfbcal.org>
From: Masaru OKI <oki@netbsd.org>
List: current-users
Date: 12/17/2002 18:24:52
On Mon, 16 Dec 2002 06:59:21 -0800
buhrow@lothlorien.nfbcal.org (Brian Buhrow) wrote:

> 	Hello.  I've successfully back ported your patch to NetBSD-1.6
> and tried the 3dmd utility.  The 3dmd utility doesn't work, but not because
> of the twe(4) driver, I think.  A ktrace shows that it performs a number of
> ioctls, (send_command), where upon it forks, executes a non-implemented
> FreeBSD syscall (#248, I think, rfork?) and sleeps forever in nanosleep().

You need back port src/sys/compat/freebsd to NetBSD 1.6, I think.
COMPAT_FREEBSD in the -current has rfork, but 1.6 doesn't.

-- 
Masaru OKI <oki@netbsd.org>