Added the Shottle HOT-433A eSupport BIOS.
This commit is contained in:
@@ -187,10 +187,18 @@ fdc_ctrl_reset(void *priv)
|
||||
fdc->stat = 0x80;
|
||||
fdc->pnum = fdc->ptot = 0;
|
||||
fdc->st0 = 0;
|
||||
fdc->lock = 0;
|
||||
fdc->head = 0;
|
||||
fdc->step = 0;
|
||||
fdc->power_down = 0;
|
||||
|
||||
if (!fdc->lock) {
|
||||
fdc->fifo = 0;
|
||||
fdc->tfifo = 1;
|
||||
|
||||
fifo_reset(fdc->fifo_p);
|
||||
fifo_set_len(fdc->fifo_p, fdc->tfifo + 1);
|
||||
fifo_set_trigger_len(fdc->fifo_p, fdc->tfifo + 1);
|
||||
}
|
||||
}
|
||||
|
||||
sector_id_t
|
||||
@@ -2374,6 +2382,8 @@ fdc_reset(void *priv)
|
||||
fdc->swwp = 0;
|
||||
fdc->disable_write = 0;
|
||||
|
||||
fdc->lock = 0;
|
||||
|
||||
fdc_ctrl_reset(fdc);
|
||||
|
||||
if (!(fdc->flags & FDC_FLAG_AT))
|
||||
|
||||
Reference in New Issue
Block a user