[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <45D757AD.30208@zytor.com>
Date: Sat, 17 Feb 2007 11:29:49 -0800
From: "H. Peter Anvin" <hpa@...or.com>
To: Mockern@...dex.ru
CC: linux-kernel@...r.kernel.org
Subject: Re: serial or tty driver
Mockern wrote:
> I have a question, what is really difference between serial and tty drivers?
> As I understand tty is high level and communicates with user space.
That's pretty much it, yes. When you're talking to a serial port, you
have a stack that looks roughly like:
(Userspace)
VFS layer
tty layer ----------------------\
serial core layer line discipline
serial driver
(Hardware)
There are other devices which can exist below the tty layer, like the
pty driver:
(Userspace)
VFS layer
tty layer ----------------------\
pty driver line discipline
-hpa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists