CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/07 13:54:33
Modified files:
share/man/man4/man4.sparc: bwtwo.4 cgeight.4 cgfour.4 cgsix.4
clock.4 ie.4 sw.4 zs.4
sys/arch/sparc/conf: GENERIC SUN4
sys/arch/sparc/dev: esp.c obio.c
sys/arch/sparc/sparc: autoconf.c cpu.c
Log message:
Rework the way onboard devices attach on Sun 4/110 systems (which only have a
28 bit address bus) by reusing the regular sun4 configuration stanzas (with
the upper four bits set in the device addresses), and clearing them when
searching for a PROM mapping.
This makes the obio autoconf code simpler, and all knowledge of the 4/110
specifics is now contained in a single file (dev/obio.c).
ok todd@ deraadt@