Date: Tue, 2 Sep 2008 21:06:28 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 autoconf.c Message-ID: <200809022106.m82L6a7f073544@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2008-09-02 21:06:28 UTC
FreeBSD src repository
Modified files:
sys/sparc64/sparc64 autoconf.c
Log:
SVN rev 182688 on 2008-09-02 21:06:28Z by marius
Bypass isa_probe_children(9) and directly call bus_generic_attach(9)
in order to avoid the invasive probes done by identify-routines of
ISA drivers, which may access unassigned addresses or those of
unrelated devices and thus in turn can trigger master/target aborts
as revealed by r182108 and ahc(4). I think that this is also the
cause of the hang previously seen on B100 blades during boot.
Bypassing isa_probe_children(9) also avoids adding ISA hints, which
just can be wrong for sparc64.
Reported by: gavin
Revision Changes Path
1.16 +7 -1 src/sys/sparc64/sparc64/autoconf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809022106.m82L6a7f073544>
