Browse Source

Extended the time of the scan "Del" button.

Before the time of scan "Del" button is too short,
resulted into set the bios of the interface.Now
extended the time of the scan "Del" button.But in
order to improve the bios of the start-up time,this
option is off by default.

Target:Bonito3a780e Bonito3aserver Bonito3b780e Bonito3bserver
Bonito3c780e Bonito2gq780e Bonito3a2h
master
Zhang Lihong 12 years ago
committed by wanghongmei
parent
commit
2c8fa15491
  1. 6
      Targets/Bonito2gq780e/Bonito/tgt_machdep.c
  2. 6
      Targets/Bonito2gq780e/Bonito2gq780e/Bonito/tgt_machdep.c
  3. 6
      Targets/Bonito3a2h/Bonito/tgt_machdep.c
  4. 6
      Targets/Bonito3a780e/Bonito/tgt_machdep.c
  5. 7
      Targets/Bonito3aserver/Bonito/tgt_machdep.c
  6. 6
      Targets/Bonito3b780e/Bonito/tgt_machdep.c
  7. 7
      Targets/Bonito3bserver/Bonito/tgt_machdep.c
  8. 6
      Targets/Bonito3c780e/Bonito/tgt_machdep.c

6
Targets/Bonito2gq780e/Bonito/tgt_machdep.c

@ -790,7 +790,11 @@ tgt_devconfig()
}
tgt_smpunlock();
delay1(30);
//delay1(30);
/*If you want to Press <Del> to set BIOS open it(from 0 to 1)*/
#if 0
delay1(300);
#endif
}
}

6
Targets/Bonito2gq780e/Bonito2gq780e/Bonito/tgt_machdep.c

@ -790,7 +790,11 @@ tgt_devconfig()
}
tgt_smpunlock();
delay1(30);
//delay1(30);
/*If you want to Press <Del> to set BIOS open it(from 0 to 1)*/
#if 0
delay1(300);
#endif
}
}

6
Targets/Bonito3a2h/Bonito/tgt_machdep.c

@ -831,7 +831,11 @@ tgt_devconfig()
}
tgt_smpunlock();
delay1(30);
//delay1(30);
/*If you want to Press <Del> to set BIOS open it(from 0 to 1)*/
#if 0
delay1(300);
#endif
}
}

6
Targets/Bonito3a780e/Bonito/tgt_machdep.c

@ -790,7 +790,11 @@ tgt_devconfig()
}
tgt_smpunlock();
delay1(30);
//delay1(30);
/*If you want to Press <Del> to set BIOS open it(from 0 to 1)*/
#if 0
delay1(300);
#endif
}
}

7
Targets/Bonito3aserver/Bonito/tgt_machdep.c

@ -827,8 +827,11 @@ void tgt_devconfig()
}
tgt_smpunlock();
delay1(30);
//delay1(30);
/*If you want to Press <Del> to set BIOS open it(from 0 to 1)*/
#if 0
delay1(300);
#endif
}
vga_available = 1;

6
Targets/Bonito3b780e/Bonito/tgt_machdep.c

@ -816,7 +816,11 @@ tgt_devconfig()
}
tgt_smpunlock();
delay1(30);
//delay1(30);
/*If you want to Press <Del> to set BIOS open it(from 0 to 1)*/
#if 0
delay1(300);
#endif
}
}

7
Targets/Bonito3bserver/Bonito/tgt_machdep.c

@ -797,8 +797,11 @@ void tgt_devconfig()
}
tgt_smpunlock();
delay1(30);
//delay1(30);
/*If you want to Press <Del> to set BIOS open it(from 0 to 1)*/
#if 0
delay1(300);
#endif
}
vga_available = 1;

6
Targets/Bonito3c780e/Bonito/tgt_machdep.c

@ -818,7 +818,11 @@ tgt_devconfig()
}
tgt_smpunlock();
delay1(30);
//delay1(30);
/*If you want to Press <Del> to set BIOS open it(from 0 to 1)*/
#if 0
delay1(300);
#endif
}
}

Loading…
Cancel
Save