Subject: Re: more ulpt!
To: Alfred Perlstein <bright@mu.org>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: tech-kern
Date: 02/25/2002 21:36:59
On Mon, 25 Feb 2002, Alfred Perlstein wrote:
> It seems that if I use the /dev/ulpt0 interface, when I do an open(2)
> on the device, the first time it's ok, however subsequent times
> hang the process while trying to issue the reset request inside
> of ulpt_reset().

Copy over the latest MAKEDEV on -current to /dev, and use MAKEDEV to
create 'ulpt0'. It _should_ create /dev/ulpn0, which doesn't initialize
the device on the port (according to the manual page). Fixes the hang
problem for me at least.

Regards,
Jared