CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/07/19 17:46:50
Modified files:
sys/arch/octeon/conf: GENERIC RAMDISK files.octeon
sys/arch/octeon/dev: cn30xxgmx.c iobusvar.h octcf.c
octeon_iobus.c
Log message:
rework how iobus(4) finds and attaches devices.
this allows us to get rid of the static list of children devices, using only
a lookup table for address hints where needed. as a bonus this removes the
'octcf0: [..] not configured' mesage on machines w/o octcf(4).
tested by pirofti@ on DSR-500 and ERL by me
ok miod@