Subject: Re: MIDI
To: None <tech-kern@netbsd.org>
From: David Seifert <seifert@sequent.com>
List: tech-kern
Date: 08/06/1998 11:38:15
> Could we also have a pseudo device which opens up a serial port and
> puts it into the midi line discipline?

> [ ... ] sacrafice minor number space.

Why would we need that?  Write a little C program to adjust
the baud rate, line discipline, etc. and then sleep forever.
Have init run that instead of getty.

Problem solved with no additional kernel bloat or loss of minor numbers.

-Dave