From owner-freebsd-alpha Wed Jan 1 20:59:17 2003 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6A1037B401; Wed, 1 Jan 2003 20:59:16 -0800 (PST) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0AE843EA9; Wed, 1 Jan 2003 20:59:10 -0800 (PST) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id h024x7789405; Wed, 1 Jan 2003 20:59:07 -0800 (PST) (envelope-from mjacob@feral.com) Date: Wed, 1 Jan 2003 20:59:07 -0800 (PST) From: Matthew Jacob X-X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Jake Burkholder , Cc: freebsd-alpha@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/zs z8530reg.h zs.c src/sys/sparc64/conf GENERIC In-Reply-To: <200301011949.h01JnU6q075974@repoman.freebsd.org> Message-ID: <20030101205816.V89373-100000@beppo> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hey- this would be really cool for Alpha 8400/8200s as well as that's also the console uart. On Wed, 1 Jan 2003, Jake Burkholder wrote: > 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 freebsd-alpha" in the body of the message