Hi Neal,
--- "Neal H. Walfield" <[EMAIL PROTECTED]> wrote:
> My impression is that the fourth argument to
> device_open is a send
> right to the device...
... of type device_t.
> ... which is supplied as the first argument to
> device_read et al.
of type device_t. I checked include/device/devic
At Sun, 18 Sep 2005 03:04:15 -0700 (PDT),
Shakthi Kannan wrote:
> I have a simple test function on GNU Hurd that
>
> 1. gets_privileged_ports from device_t
>
> error_t err;
> device_t device_master;
> err = get_privileged_ports (0, &device_master);
>
> 2. calls device_open
>
> err = d