From owner-freebsd-current@FreeBSD.ORG Sun Sep 19 09:43:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9715716A4CE for ; Sun, 19 Sep 2004 09:43:12 +0000 (GMT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF6943D2F for ; Sun, 19 Sep 2004 09:43:11 +0000 (GMT) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.kayjay.xs4all.nl [127.0.0.1]) by kayjay.xs4all.nl (8.13.1/8.13.1) with ESMTP id i8J9h60q069601; Sun, 19 Sep 2004 11:43:08 +0200 (CEST) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.13.1/8.13.1/Submit) id i8J9h6k7069600; Sun, 19 Sep 2004 11:43:06 +0200 (CEST) (envelope-from karelj) Date: Sun, 19 Sep 2004 11:43:03 +0200 From: "Karel J. Bosschaart" To: Poul-Henning Kamp Message-ID: <20040919094303.GB69556@kayjay.xs4all.nl> References: <200409171153.i8HBrkPD077518@repoman.freebsd.org> <93872.1095422362@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <93872.1095422362@critter.freebsd.dk> User-Agent: Mutt/1.4.2.1i cc: current@freebsd.org Subject: Re: TTY cleanups have started... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2004 09:43:12 -0000 On Fri, Sep 17, 2004 at 01:59:22PM +0200, Poul-Henning Kamp wrote: > > I've started cleaning up the TTY code, and the first driver hit > big time is ucom which drives a lot of USB serial gadgets. > > The P4::phk_tty branch is 3028 lines shorter than current and I > will be perambulating the rest of the tty drivers with similar > cleanups in the coming weeks. > > Let me know if I break something underway, I'm doing my best, > but I don't have all the hardware to test all our drivers. FYI, with -current sources from last Friday (09/17), my LCD display ucom0: Crystalfontz Crystalfontz CFA-633 USB LCD, rev 1.10/2.00, addr 2 stopped working. Karel.