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
FDC device driver
Re: FDC device driver
take a look at my FDC driver here http://xos.freezee.org/beta
-----------------------
There are 10 types of people in this world... those that understand binary, and those that don't.
There are 10 types of people in this world... those that understand binary, and those that don't.
Re: FDC device driver
Hi,
sorry that it took me a while to reply.
I could manage to get my FDC driver work=)
Thanks a bunch.
sorry that it took me a while to reply.
I could manage to get my FDC driver work=)
Thanks a bunch.