From owner-freebsd-sparc64@FreeBSD.ORG Tue Apr 12 15:23:27 2005 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 BE2A416A4CE for ; Tue, 12 Apr 2005 15:23:27 +0000 (GMT) Received: from rly15a.srv.mailcontrol.com (cluster-a.mailcontrol.com [80.69.8.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id A14BC43D41 for ; Tue, 12 Apr 2005 15:23:26 +0000 (GMT) (envelope-from james.gallagher@misys.com) Received: from singex2.misys.com ([203.126.166.10])j3CFNJn6009318 for ; Tue, 12 Apr 2005 16:23:21 +0100 Received: by singex2.misys.com with Internet Mail Service (5.5.2657.72) id ; Tue, 12 Apr 2005 23:22:08 +0800 Message-ID: From: "Gallagher, James" To: "'freebsd-sparc64@freebsd.org'" Date: Tue, 12 Apr 2005 23:22:07 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) X-Scanned-By: MailControl A-05-00-20 (www.mailcontrol.com) Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: RE: hang at boot after makeworld on 5.3 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: Tue, 12 Apr 2005 15:23:27 -0000 Dragging this one up again ... On Fri, Mar 11, 2005 at 09:49:00AM -0500, Jason wrote: > System Configuration: Sun Microsystems sun4u Netra AX1105-500 > (UltraSPARC-IIe 500MHz) That is an ATX version of the Blade 100. Boot kernel.old and apply the patch below. If you have time please also download and try to boot ftp://ftp.freebsd.org:/pub/FreeBSD/snapshots/Feb_2006/5.3-STABLE-SNAP001-spa rc64-miniinst.iso If it fails to boot on your machine, please report to re at freebsd.org that FreeBSD 5.4-RELEASE is not going to support your machine. Index: GENERIC =================================================================== RCS file: /home/ncvs/src/sys/sparc64/conf/GENERIC,v retrieving revision 1.90 diff -u -u -1 -r1.90 GENERIC --- GENERIC 3 Mar 2005 01:25:33 -0000 1.90 +++ GENERIC 10 Mar 2005 19:33:45 -0000 @@ -125,3 +125,3 @@ -#device ofw_console # Open Firmware console device +device ofw_console # Open Firmware console device @@ -136,4 +136,5 @@ # Serial (COM) ports -#device sab # Siemens SAB82532 based serial ports -device uart # Multi-uart driver +device sab # Siemens SAB82532 based serial ports +device zs # Zilog 8530 based serial ports +#device uart # Multi-uart driver device puc # Multi-channel uarts ---------------------------------- I'm experiencing similar symptoms on an Enterprise 250 (which is an Ultra II 400MHz, sun4u - from memory, sorry) after doing a cvsup (to RELENG_5) and 'make buildworld' etc., on a machine installed from the 5.3-RELEASE ISO at ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/sparc64/ISO-IMAGES/5.3/ Is this patch suitable for this system also? Regards, James