Last Update: "2007/07/08 10:27:49 makoto"
Question
# Generic OpenFirmware bus support
ofbus*		at mainbus?
ofcons*		at ofbus?
 
このように書いたのですが、
src/sys/arch/ofppc/conf/GENERIC:169: `ofbus' cannot attach to `mainbus'
 
と言われるのは何故ですか ?
src/sys/arch/ofppc/conf/GENERIC:171: `ofcons* at ofbus?' is orphaned (nothing matching `ofbus?' found)
 
のように言われるのは何故ですか ?
-device mainbus: mainbus
+device mainbus: mainbus, ofbus
 
のような記述が足りなかった所為ではないですか ?
   |