From owner-freebsd-questions Tue Nov 21 23:24:36 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA10874 for questions-outgoing; Tue, 21 Nov 1995 23:24:36 -0800 Received: from quasar.uvt.ro (ardelean@[193.226.13.67]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA10866 for ; Tue, 21 Nov 1995 23:24:23 -0800 Received: (from ardelean@localhost) by quasar.uvt.ro (8.6.11/8.6.9) id JAA16360; Wed, 22 Nov 1995 09:30:32 +0200 Date: Wed, 22 Nov 1995 09:30:31 +0200 (EET) From: Gheorghe Ardelean To: Robin Lunn cc: questions@freebsd.org Subject: Re: what is the device number for sio? In-Reply-To: <199511212032.WAA11010@admin.is.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk 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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%