Page 1 of 1

FDC device driver

Posted: Wed Dec 29, 2004 12:00 am
by Yoshi
Hi,
I've been working on a floppy disk controller device driver for my OS, but I'm having a bit of trouble finding some info.
I have read the Intel's whitepaper for 82077AA, so I now want to reset the FDC and make it do some interesting tasks, but where can I find the actual I/O port address assigned to each FDC register?
I could find some of them by looking at the source codes of the OS'es freely available online, but they seem to not cover everything.
Could anyone give me a pointer?

Thanks,

-Yoshi

Re: FDC device driver

Posted: Fri Dec 31, 2004 12:00 am
by [AlAdDiN]
take a look at my FDC driver here http://xos.freezee.org/beta

Re: FDC device driver

Posted: Wed Jan 12, 2005 12:00 am
by Yoshi
Hi,
sorry that it took me a while to reply.
I could manage to get my FDC driver work=)
Thanks a bunch.