Date: Wed, 22 Nov 1995 09:30:31 +0200 (EET) From: Gheorghe Ardelean <ardelean@quasar.uvt.ro> To: Robin Lunn <robin@is.co.za> Cc: questions@freebsd.org Subject: Re: what is the device number for sio? Message-ID: <Pine.LNX.3.91.951122090833.16299C-100000@quasar.uvt.ro> In-Reply-To: <199511212032.WAA11010@admin.is.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 21 Nov 1995, Robin Lunn wrote:
> Hi there,
>
> /dev/MAKEDEV doesnt know about tty00 and I'de like to be able to run X with a
> mouse. What is the device driver number for sio and how would I find such
> things in future? /sys/i386/conf/devices.i386 wasnt very helpful. :-(
> It only lists swap devices.
>
under 1.1.5
/dev/tty00 for com1
/dev/tty01 for com2
under 2.0.5R
try /dev/ttyd0 for com1 (irq 4)
/dev/ttyd1 for com2 (irq 3)
the information is there (in /dev/MAKEDEV)
.....................
Terminal ports:
# tty* general purpose serial ports
# cua* dialout serial ports
.......................
sh MAKEDEV ttyd0 ttyd1 ttyd2 ttyd3 # cdev, serial
sh MAKEDEV cuaa0 cuaa1 cuaa2 cuaa3 # cdev, serial
sh MAKEDEV lpt0 lpt1 lpt2 # cdev, printer
Regards
johny
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Address: Gheorghe ARDELEAN
% West Univ. Of Timisoara
% Dept. Of Theoretical and Computational Physics
% V. Parvan No.4, Ro-1900, Timisoara, ROMANIA
% Email: ardelean@quasar.uvt.ro
% WWW URL: http://quasar.uvt.ro/~ardelean/index.html
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.91.951122090833.16299C-100000>
