hang at boot after makeworld on 5.3
David O'Brien
obrien at freebsd.org
Fri Mar 11 10:44:40 PST 2005
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 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
--
-- David (obrien at FreeBSD.org)
More information about the freebsd-sparc64
mailing list