CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/03/15 03:18:19
Modified files:
sys/arch/octeon/dev: octcf.c
sys/arch/octeon/include: octeonvar.h
sys/arch/octeon/octeon: machdep.c
Log message:
save a copy of the address at which the CF bus can be found, and use this in
octcf(4) for
a better probe function which doesn't unconditionally tries to attach octcf(4).
this would
cause endless faults on the EdgeRouter Lite as it lacks a CF bus.
feedback and testing bcallah@ and chris@
ok yasuoka@