Re: [SeaBIOS] [PATCH 1/6] Introduce the floppy_dor_read() function

2018-02-08 Thread Nikolay Nikolov
On 02/08/2018 04:23 AM, Kevin O'Connor wrote: On Sun, Feb 04, 2018 at 05:26:56PM +0200, Nikolay Nikolov wrote: Signed-off-by: Nikolay Nikolov Thanks. I made some minor changes to the commit messages and committed this series. Thanks. I'll prepare the rest of

Re: [SeaBIOS] [PATCH 1/6] Introduce the floppy_dor_read() function

2018-02-07 Thread Kevin O'Connor
On Sun, Feb 04, 2018 at 05:26:56PM +0200, Nikolay Nikolov wrote: > Signed-off-by: Nikolay Nikolov Thanks. I made some minor changes to the commit messages and committed this series. -Kevin ___ SeaBIOS mailing list

Re: [SeaBIOS] [PATCH 1/6] Introduce the floppy_dor_read() function

2018-02-04 Thread Kevin O'Connor
On Sun, Feb 04, 2018 at 05:26:56PM +0200, Nikolay Nikolov wrote: > Signed-off-by: Nikolay Nikolov Thanks. The series looks good to me. I'll give it a few days to see if anyone else comments - otherwise I will commit it. -Kevin

[SeaBIOS] [PATCH 1/6] Introduce the floppy_dor_read() function

2018-02-04 Thread Nikolay Nikolov
Signed-off-by: Nikolay Nikolov --- src/hw/floppy.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/hw/floppy.c b/src/hw/floppy.c index f2577c5..9c44a58 100644 --- a/src/hw/floppy.c +++ b/src/hw/floppy.c @@ -180,6 +180,12 @@