Re: [SeaBIOS] [PATCH] Fixes to the floppy driver, so it works on real (not emulated) hardware

2018-02-02 Thread Nikolay Nikolov
On Sat, 2018-02-03 at 00:09 +0200, Nikolay Nikolov wrote: > On Tue, 2018-01-30 at 22:23 -0500, Kevin O'Connor wrote: > > > > > @@ -199,8 +205,9 @@ floppy_wait_irq(void) > > > { > > > u8 frs = GET_BDA(floppy_recalibration_status); > > > SET_BDA(floppy_recalibration_status, frs & ~FRS_IRQ

Re: [SeaBIOS] [PATCH] Fixes to the floppy driver, so it works on real (not emulated) hardware

2018-02-02 Thread Nikolay Nikolov
Sorry, forgot to reply to one of the small points in my other mail. On 01/31/2018 05:23 AM, Kevin O'Connor wrote: // Send the specified command and it's parameters to the floppy controller. static int @@ -302,9 +310,12 @@ static int floppy_enable_controller(void) { dprintf(2, "F

Re: [SeaBIOS] [PATCH] Fixes to the floppy driver, so it works on real (not emulated) hardware

2018-02-02 Thread Nikolay Nikolov
On Tue, 2018-01-30 at 22:23 -0500, Kevin O'Connor wrote: > On Tue, Jan 30, 2018 at 05:41:47AM +0200, Nikolay Nikolov wrote: > > Several fixes to the floppy driver, so it works on a real floppy > > controller > > with a real floppy. Tested with Coreboot on a motherboard with an > > ITE IT8712 > > Su

Re: [SeaBIOS] [PATCH] Fixes to the floppy driver, so it works on real (not emulated) hardware

2018-01-30 Thread Kevin O'Connor
On Tue, Jan 30, 2018 at 05:41:47AM +0200, Nikolay Nikolov wrote: > Several fixes to the floppy driver, so it works on a real floppy controller > with a real floppy. Tested with Coreboot on a motherboard with an ITE IT8712 > Super I/O chip (and its built-in floppy controller) and a 1.44MB floppy. >