Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2005 10:44:38 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        Jason <jason@monsterjam.org>
Cc:        freebsd-sparc64@freebsd.org
Subject:   Re: hang at boot after makeworld on 5.3
Message-ID:  <20050311184438.GA9766@dragon.nuxi.com>
In-Reply-To: <20050311144900.GB8091@monsterjam.org>
References:  <20050310195747.GA83081@monsterjam.org> <20050311045743.GA93424@dragon.nuxi.com> <20050311144900.GB8091@monsterjam.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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-sparc64-miniinst.iso
If it fails to boot on your machine, please report to re@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

-- 
-- David  (obrien@FreeBSD.org)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050311184438.GA9766>