Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2003 00:59:49 -0500
From:      Jake Burkholder <jake@locore.ca>
To:        Matthew Jacob <mjacob@feral.com>
Cc:        wilko@FreeBSD.org, 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
Message-ID:  <20030102005949.W43538@locore.ca>
In-Reply-To: <20030101205816.V89373-100000@beppo>; from mjacob@feral.com on Wed, Jan 01, 2003 at 08:59:07PM -0800
References:  <200301011949.h01JnU6q075974@repoman.freebsd.org> <20030101205816.V89373-100000@beppo>

next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, On Wed, Jan 01, 2003 at 08:59:07PM -0800,
	Matthew Jacob said words to the effect of;

> 
> Hey- this would be really cool for Alpha 8400/8200s as well as that's
> also the console uart.
> 

Ahh, cool.  I didn't know what other machines this would show up in so
I didn't split the driver into bus specific front ends, but if someone
wants to do that and get it working on alpha that's fine with me.

Jake

> 
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030102005949.W43538>