Subject: Re: CVS commit: src/sys/secmodel/bsd44
To: None <elad@NetBSD.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 10/29/2006 18:57:09
> Any preference as to what scope (I suggest "device") to use and what
> arguments to pass?

"device" and dev_t of the controling device (eg. /dev/mly0)
and, if possible, the acutal user request (eg. mly_user_command).

YAMAMOTO Takashi