summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-01-01 19:49:30 +0000
committerjake <jake@FreeBSD.org>2003-01-01 19:49:30 +0000
commit7dd4094f1a95826f79fb386f6950fb6bb3e083ff (patch)
tree0e8695ff9c7fa8d11d5c4c943dc6b8a51d78514a /sys/sparc64/conf
parent0912d72a882e884ecbb8fbf26388308e79e5b302 (diff)
downloadFreeBSD-src-7dd4094f1a95826f79fb386f6950fb6bb3e083ff.zip
FreeBSD-src-7dd4094f1a95826f79fb386f6950fb6bb3e083ff.tar.gz
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.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index c7a6f64..2c5248803 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -129,6 +129,7 @@ device "mk48txx" # Mostek MK48T02, MK48T08, MK48T59 clock
# Serial (COM) ports
#device sio # 8250, 16[45]50 based serial ports
#device sab # Siemens SAB82532 based serial ports
+#device zs # Zilog 8530 based serial ports
# Parallel port
#device ppc
OpenPOWER on IntegriCloud