In v3, the floppy IRQ for winbond w83627hf is set as 0x60, which seems wrong. I wanted to compare it to v2, but I didn't see where it is set.
Thanks, Myles
On Fri, Nov 14, 2008 at 1:59 PM, Myles Watson mylesgw@gmail.com wrote:
In v3, the floppy IRQ for winbond w83627hf is set as 0x60, which seems wrong. I wanted to compare it to v2, but I didn't see where it is set.
it should be in whatever passes for init.
I think
ron
On Fri, Nov 14, 2008 at 3:27 PM, ron minnich rminnich@gmail.com wrote:
On Fri, Nov 14, 2008 at 1:59 PM, Myles Watson mylesgw@gmail.com wrote:
In v3, the floppy IRQ for winbond w83627hf is set as 0x60, which seems wrong. I wanted to compare it to v2, but I didn't see where it is set.
it should be in whatever passes for init.
I think
The floppy device never gets initialized that I can see.
grepping for FDC, IRQ, etc come up with nothing.
Thanks, Myles