https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207998

--- Comment #1 from da...@gmx.co.uk ---
Further to my original report, replacing BUS_SPACE_MAXADDR with ~0ULL in line
236 of head/sys/sparc64/sparc64/nexus.c (i.e. part reversal of r296250) gives 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to