Re: [HEADSUP] naming of tty devices.
From: Poul-Henning Kamp (phk_at_phk.freebsd.dk)
Date: 09/21/04
- Previous message: Bruce M Simpson: "Re: [HEADSUP] naming of tty devices."
- In reply to: Bruce M Simpson: "Re: [HEADSUP] naming of tty devices."
- Next in thread: Alexey Dokuchaev: "Re: [HEADSUP] naming of tty devices."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Bruce M Simpson <bms@spc.org> Date: Tue, 21 Sep 2004 12:14:35 +0200
In message <20040921100751.GD842@empiric.icir.org>, Bruce M Simpson writes:
>On Mon, Sep 20, 2004 at 09:38:45AM +0200, Poul-Henning Kamp wrote:
>> Other drivers have resorted to various variations of this scheme
>> (if they were copy&pasted from sio.c) or rolled their own private
>> naming system. In other words: it's a pretty mess right now.
>
>I've noticed the third-party software modem drivers in ports have this
>problem. I looked at what it would take if we were to rewrite them as
>uart(4) attachments and was pleasantly surprised to find it'd eliminate
>the reckless forking of sio(4).
>
>However, eliminating the naming inconsistency here can only be a good
>thing; if uart(4) can be kept in sync with these tty changes so much
>the better.
uart is one of our tty drivers and as such it will be part of this.
(That also means that uart drivers will get cua* and init/lock
functionality).
To some extent I'm not entirely sure that lumping anything uart
finds into one name-category (ttyu*) makes sense, but that is a
detail decision which can be looked at in the isolated context of
uart later.
-- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ freebsd-arch@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-arch To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
- Previous message: Bruce M Simpson: "Re: [HEADSUP] naming of tty devices."
- In reply to: Bruce M Simpson: "Re: [HEADSUP] naming of tty devices."
- Next in thread: Alexey Dokuchaev: "Re: [HEADSUP] naming of tty devices."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|