From owner-cvs-all Mon Apr 8 17:24:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0AF237B43C; Mon, 8 Apr 2002 17:24:24 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g390OLc19904; Mon, 8 Apr 2002 17:24:21 -0700 (PDT) (envelope-from jake) Message-Id: <200204090024.g390OLc19904@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 8 Apr 2002 17:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/se se_console.c sereg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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