why are we still doing this?

2003-09-25 Thread ron minnich
in arima/hdama/Config.lb ## ## Clean up the motherboard id strings ## option MAINBOARD_PART_NUMBER="HDAMA" option MAINBOARD_VENDOR="ARIMA" OK, the config tool will create this by default: MAINBOARD_PART_NUMBER="hdama" MAINBOARD_VENDOR="arima" why do we need to put this type of thing in the mai

Re: why are we still doing this?

2003-09-25 Thread Greg Watson
No need, since it's done automatically now. Greg At 11:26 AM -0600 25/9/03, ron minnich wrote: in arima/hdama/Config.lb ## ## Clean up the motherboard id strings ## option MAINBOARD_PART_NUMBER="HDAMA" option MAINBOARD_VENDOR="ARIMA" OK, the config tool will create this by default: MAINBOARD_P

Re: why are we still doing this?

2003-09-25 Thread YhLu
Then where can the config tool got that info to produce >MAINBOARD_PART_NUMBER="hdama" >MAINBOARD_VENDOR="arima" YH -邮件原件- 发件人: Greg Watson [mailto:[EMAIL PROTECTED] 发送时间: 2003年9月25日 16:53 收件人: ron minnich; [EMAIL PROTECTED] 主题: Re: why are we still doing this?

Re: why are we still doing this?

2003-09-25 Thread ron minnich
On Thu, 25 Sep 2003, YhLu wrote: > Then where can the config tool got that info to produce > >MAINBOARD_PART_NUMBER="hdama" > >MAINBOARD_VENDOR="arima" The config tool produces it automatically from the name of the mainboard. In other words, when you say: mainboard arima/hdama The config too

Re: why are we still doing this?

2003-09-25 Thread Eric W. Biederman
ron minnich <[EMAIL PROTECTED]> writes: > in arima/hdama/Config.lb > > ## > ## Clean up the motherboard id strings > ## > option MAINBOARD_PART_NUMBER="HDAMA" > option MAINBOARD_VENDOR="ARIMA" > > > > OK, the config tool will create this by default: > MAINBOARD_PART_NUMBER="hdama" > MAINBOARD_