Xref: utzoo comp.unix.xenix:7497 comp.sys.ibm.pc:34327 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!carssdf!usenet From: usenet@carssdf.UUCP (UseNet Id.) Newsgroups: comp.unix.xenix,comp.sys.ibm.pc Subject: Re: Using serial devices under SCO Xenix above COM 2 Summary: don't forget to add the devices in /dev/tty... Keywords: /usr/sys/conf/master, /usr/sys/io/sioconf.c IRQ3,4,5,2 Message-ID: <199@carssdf.UUCP> Date: 7 Sep 89 21:39:32 GMT References: <448@holston.UUCP> <3387@netmbx.UUCP> Organization: C.A.R.S.,Middlesex,NJ Lines: 12 Don't forget to do something like this: mknod /dev/tty3a c 5 4 mknod /dev/tty3A c 5 132 mknod /dev/tty4a c 5 12 mknod /dev/tty4A c 5 140 for the new devices. The minor device number is in the sioconf.c table you just entered, but the order, 0, 8, 4, 12 is not obvious. John Watson ...!rutgers!carssdf!usenet