Subject: Re: tty device names for Cyclades Z
To: Bill Studenmund <wrstuden@zembu.com>
From: Simon J. Gerraty <sjg@quick.com.au>
List: tech-kern
Date: 06/02/2000 23:43:49
Bill Studenmund writes:
>Of all of the pci ports, only macppc has a tty in this range, tty10. The
>latter is for a com serial port on a pcmcia card. Moving it wouldn't be
>too bad as it hasn't made it in a release. :-) All the others have tty10
>-> ttygf open AFAICT.

May not be relevant, but I have an 8port pci card driven by puc.
I have:

crw-------  1 uucp    wheel    8,   0 Apr  5 08:01 /dev/tty00
crw-------  1 uucp    wheel    8,   1 Jun  1 08:57 /dev/tty01
crw-------  1 uucp    wheel    8,  10 Feb  4 16:18 /dev/tty010
crw-------  1 uucp    wheel    8,  11 Mar 21 17:40 /dev/tty011
crw-------  1 uucp    wheel    8,   2 Apr  5 08:01 /dev/tty02
crw-------  1 uucp    wheel    8,   4 Oct 20  1998 /dev/tty04
crw-rw----  1 uucp    dialer   8,   5 Jun  2 23:19 /dev/tty05
crw-rw----  1 uucp    dialer   8,   6 Oct  6  1999 /dev/tty06
crw-rw----  1 uucp    dialer   8,   7 May 24 10:38 /dev/tty07
crw-------  1 uucp    wheel    8,   8 Apr 29 15:43 /dev/tty08
crw-------  1 uucp    wheel    8,   9 May  4 11:21 /dev/tty09

the 010 and 011 suck a little... but their are only used for
rtty console connections to other boxes so no big deal.

--sjg