[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pbsd-mg2] Re: Platform ID



すみません。間違いがありました。

 > それとも:
 > 
 >   vrgiu_attach()
 >   {
 >        config_attach( nec_mcrfiveoneO );
 >   }

  vrgiu_attach()
  {
       if (platid_match(&platid, NEC_MCR_510)) {
           config_attach( nec_mcrfiveoneO );
       }
  }

Takemura