Date: Mon, 8 Apr 2002 17:24:21 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/se se_console.c sereg.h Message-ID: <200204090024.g390OLc19904@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2002/04/08 17:24:20 PDT Added files: sys/dev/se se_console.c sereg.h Log: Add a low level console driver for the Siemens SAB82532 chip found in many newer ultras and probably other sun machines. This is a pretty decent chip with 32 byte read and write fifos and support for many higher baud rates. It supports hdlc and sdlc as well as asynchronoue serial, but the goal here is just decent serial console support for the sparc64 port, so these modes are not expected to be supported. So far this only has support for the low level routines used by kernel printf and thus ddb over serial, a character device which can be used for login consoles has not yet been written. Revision Changes Path 1.1 +320 -0 src/sys/dev/se/se_console.c (new) 1.1 +205 -0 src/sys/dev/se/sereg.h (new) 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?200204090024.g390OLc19904>