From owner-freebsd-questions@FreeBSD.ORG Sat Dec 25 03:07:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81AEE16A4CE for ; Sat, 25 Dec 2004 03:07:06 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1745343D41 for ; Sat, 25 Dec 2004 03:07:06 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id iBP375Up037249; Fri, 24 Dec 2004 21:07:05 -0600 (CST) (envelope-from dan) Date: Fri, 24 Dec 2004 21:07:05 -0600 From: Dan Nelson To: Jason Message-ID: <20041225030704.GK36639@dan.emsphone.com> References: <20041225030415.GA1614@monsterjam.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041225030415.GA1614@monsterjam.org> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: questions@freebsd.org Subject: Re: serial port (com1) on 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 03:07:06 -0000 In the last episode (Dec 24), Jason said: > running 5.3-STABLE, > from my dmesg at boot, > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 > sio0: type 16550A, console > sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 > sio1: type 16550A > > so where is /dev/sio0 and /dev/sio1?? > jason@monsterjam jason $ ls -al /dev/sio* > ls: /dev/sio*: No such file or directory Callout devices are /dev/cuaa*, callin devices are /dev/ttyd* . See the sio manpage for more info. -- Dan Nelson dnelson@allantgroup.com