jo / ak <[EMAIL PROTECTED]> writes: > it shows hda/hda1, no hdc
Hm. That means the driver did load. > You were right, there is an error earlier, in PIIX4. Just a warning, I think. > loading ide-generic [snip] > ide 0 at 0x1f0-0x1f7, 0x3f6 on irq 14 > ide 1 at 0x170-0x177, 0x376 on irq 15 Here the ide-generic driver grabs both IDE controllers. > loading piix > PIIX4: IDE Controller at PCI slot 0000:00:01.1 > PIIX4: Output revision 1 > PIIX4: not 100% native mode: will probe irqs later > PIIX4: port 0x01f0 already claimed by ide0 > PIIX4: port 0x0170 already claimed by ide1 Here the piix driver fails to grab either because ide-generic already has them. Not a big deal; the generic driver should work fine at some cost in performance. (Although this is a minor bug we should fix.) > Now we will load the EDD module ... What do you see under /sys/firmware/edd/int13_dev80? In particular, how does /sys/firmware/edd/int13_dev80/sectors compare to /sys/block/hda/size? - Pat ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
