[my milo 0.27 problem ...]
Sorry to follow up to my own mail ... I should do more research before
posting ;-). milo-0.27.1 from ftp.linux.sgi.com works fine for me -
the only minor tweaking I had to do was to adapt one function parameter
from char to int to comply with some prototype the compiler insisted on ...
I added an entry for the RM200 in src/arcident.c
/*
* SNI RM200 ISA
*/
{"RM200", "RM200", "SNI RM200 ISA",
rm200_pci_bi, (machine_func *) NULL,
taglist_sni_rm200_pci
},
which works as far as identifying the machine.
The RM200 non-PCI boots as far as calibrating delay loop with linux-2.1.56.
The machine is identified as RM300 PCI board revision C, ASIC PCI Rev. 1.0.
Great !!!
regards,
Michael Engel (engel@unix-ag.uni-siegen.de)
|