Date: Fri, 5 Oct 2001 11:14:43 -0400 From: Joe Abley <jabley@automagic.org> To: Benjamin Gross <bgross1@rcn.com> Cc: freebsd-hackers@freebsd.org Subject: Re: serial ports Message-ID: <20011005111442.W44908@buffoon.automagic.org> In-Reply-To: <15293.49899.815826.179411@dhcp-515-2.cable.rcn.com> References: <15293.49899.815826.179411@dhcp-515-2.cable.rcn.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 05, 2001 at 10:25:47AM -0400, Benjamin Gross wrote: > what device file represents port 1 on a pc ? Assuming you mean "the lowest-numbered port on a PC" (the one commonly found at IRQ4 on the ISA bus): /dev/ttyd0 for callin ports /dev/ttyid0 corresponding callin initial-state device /dev/ttyld0 corresponding callin lock-state device /dev/cuaa0 for callout ports /dev/cuaaia0 corresponding callout initial-state device /dev/cuaala0 corresponding callout lock-state device See sio(4). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011005111442.W44908>