FDC device driver

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Yoshi
Posts: 5
Joined: Tue Nov 30, 2004 12:00 am
Location: Philadelphia

FDC device driver

Post 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
[AlAdDiN]
Member
Member
Posts: 107
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re: FDC device driver

Post by [AlAdDiN] »

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.
Yoshi
Posts: 5
Joined: Tue Nov 30, 2004 12:00 am
Location: Philadelphia

Re: FDC device driver

Post by Yoshi »

Hi,
sorry that it took me a while to reply.
I could manage to get my FDC driver work=)
Thanks a bunch.
Post Reply