From owner-cvs-src-old@FreeBSD.ORG Mon Apr 27 15:58:49 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9666E106568E for ; Mon, 27 Apr 2009 15:58:49 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 829278FC1A for ; Mon, 27 Apr 2009 15:58:49 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3RFwniU060453 for ; Mon, 27 Apr 2009 15:58:49 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3RFwnnD060449 for cvs-src-old@freebsd.org; Mon, 27 Apr 2009 15:58:49 GMT (envelope-from ambrisko@repoman.freebsd.org) Message-Id: <200904271558.n3RFwnnD060449@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ambrisko@repoman.freebsd.org using -f From: Doug Ambrisko Date: Mon, 27 Apr 2009 15:58:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/rp rp.c rp_pci.c rpreg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2009 15:58:49 -0000 ambrisko 2009-04-27 15:58:38 UTC FreeBSD src repository Modified files: sys/dev/rp rp.c rp_pci.c rpreg.h Log: SVN rev 191563 on 2009-04-27 15:58:38Z by ambrisko Start to convert this over to the new tty layer. These changes allow this driver to compile and limp along with the new layer. These changes do not deal with proper locking around access to the HW. This is only a starting point. I have not tested modem control but tip seems to work okay and I can send and receive characters which I needed for one of my -current boxes. I have not tied this driver back up to the build since I don't want people to think it is ready for prime time. If anyone else has some cycles to work on this feel free to! Also add support for a 16 port PCI interface I have at work. Glanced at by: ed Revision Changes Path 1.75 +107 -188 src/sys/dev/rp/rp.c 1.14 +2 -0 src/sys/dev/rp/rp_pci.c 1.9 +16 -0 src/sys/dev/rp/rpreg.h