Now, if you say idebus=66, you'll get a nasty message from this little print statement:
So now, my nice little idebus setting, which was gaining me "so much" speed, doesn't work anymore??? WTF?VP_IDE: User given PCI clock speed impossible (66000), using 33 MHz instead
Dissecting the via82xxx.c file, I find that you may now specify this in a different manner (or maybe always have been able to). The "new" manner is "ide0=ata66 ide1=ata133" as a kernel option. Or however you implement that. I don't think I'd recommend using different speeds, though... For those of you interested, this is in lines 454-466 of /usr/src/linux-2.4.20-gentoo-r2/drivers/ide/via82xxx.c It also shows how idebus=66 got broken.
So, do you have your ide clock speeds set right? I know I do now -- "ide0=ata100 ide1=ata100". w00t.




