From owner-freebsd-sparc64@FreeBSD.ORG Fri Nov 12 04:33:39 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C27716A4CE; Fri, 12 Nov 2004 04:33:39 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43BF843D46; Fri, 12 Nov 2004 04:33:39 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) iAC4XcIo026274; Thu, 11 Nov 2004 23:33:38 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id iAC4XcZb026273; Thu, 11 Nov 2004 23:33:38 -0500 (EST) Date: Thu, 11 Nov 2004 23:33:38 -0500 From: Ken Smith To: freebsd-sparc64@freebsd.org Message-ID: <20041112043338.GB25694@electra.cse.Buffalo.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i cc: phk@freebsd.org Subject: tty changes and GENERIC X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 04:33:39 -0000 Given the changes in the tty infrastructure lately does anyone know of a reason to not do this: Index: sys/sparc64/conf/GENERIC =================================================================== RCS file: /home/ncvs/src/sys/sparc64/conf/GENERIC,v retrieving revision 1.83 diff -u -r1.83 GENERIC --- sys/sparc64/conf/GENERIC 2 Nov 2004 20:57:20 -0000 1.83 +++ sys/sparc64/conf/GENERIC 12 Nov 2004 04:27:42 -0000 @@ -130,10 +130,10 @@ device "mk48txx" # Mostek MK48T02, MK48T08, MK48T59 clock # Serial (COM) ports -device sab # Siemens SAB82532 based serial ports -device zs # Zilog 8530 based serial ports -#device uart # Multi-uart driver -#device puc # Multi-channel uarts +#device sab # Siemens SAB82532 based serial ports +#device zs # Zilog 8530 based serial ports +device uart # Multi-uart driver +device puc # Multi-channel uarts # Parallel port #device ppc At least on the set of machines I have access to uart seems to be the tty driver that's finding the ports. My serial console port is coming up as '/dev/screen'. Thanks... -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel |