Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2016 01:28:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 207998] Panic during boot on Sparc64 11-CURRENT (r296811)
Message-ID:  <bug-207998-8-daQp60HcYL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207998-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207998-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207998

--- Comment #1 from dal36@gmx.co.uk ---
Further to my original report, replacing BUS_SPACE_MAXADDR with ~0ULL in li=
ne
236 of head/sys/sparc64/sparc64/nexus.c (i.e. part reversal of r296250) giv=
es a
kernel which boots.

Looking in more detail, head/sys/sparc64/include/bus.h defines
BUS_SPACE_MAXADDR as 0xFFFFFFFF, rather than ~0ULL, hence the change in
behaviour. I've noticed that this seems to differ from some of the other 64=
 bit
architectures (e.g. arm64 and powerpc64), which have 0xFFFFFFFFFFFFFFFFUL, =
but
I don't know whether this is just as expected.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207998-8-daQp60HcYL>