Date: Mon, 27 Apr 2009 15:58:38 +0000 (UTC) From: Doug Ambrisko <ambrisko@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/rp rp.c rp_pci.c rpreg.h Message-ID: <200904271558.n3RFwnnD060449@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904271558.n3RFwnnD060449>