Date: Wed, 1 Jan 2003 11:49:30 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/zs z8530reg.h zs.c src/sys/sparc64/conf GENERIC Message-ID: <200301011949.h01JnU6q075974@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2003/01/01 11:49:30 PST Modified files: sys/conf files sys/sparc64/conf GENERIC Added files: sys/dev/zs z8530reg.h zs.c Log: Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s. With a 1 byte transmit fifo, 3 byte receive fifo, and wierd multiplexed I/O designed for a Z80 cpu, this chip redefines suckage. Based on the openbsd and netbsd drivers. Only really works as a console, modem support is not complete since I can't test it. Revision Changes Path 1.742 +1 -0 src/sys/conf/files 1.1 +465 -0 src/sys/dev/zs/z8530reg.h (new) 1.1 +1164 -0 src/sys/dev/zs/zs.c (new) 1.42 +1 -0 src/sys/sparc64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301011949.h01JnU6q075974>