On Dec 12, 2007 2:38 PM, Sergei Antonov saproj@gmail.com wrote:
- The keyboard doesn't work. Here is a piece of log from the serial port:
===================================== PNP: 03f0.5 init Keyboard init... Keyboard input buffer would not empty =====================================
hmm. Are you sure you know where the kb is connected?
- I had to change filo-0.5\drivers\ide.c function
'find_ide_controller'. For some reason it first looks for IDE controller with class 0x0180 and only if nothing was found looks for class 0x0101. I think it is wrong, but where can I report about that? It worked right for me after this change: -dev = pci_find_device(-1, -1, 0x0180, -1, pci_index); // S-ATA first. +dev = 0;
interesting! I wonder what the right thing to do here is? You are arguing to prefer sata over pata, right? Where does this leave cdroms as on my shuttles?
can you send a more complete patch?
ron