.attributes of sbus devices
Artyom Tarasenko <[email protected]>
| Newsgroups | gmane.os.solaris.at-home |
|---|---|
| Message-ID | <[email protected]> |
Hi, could someone execute a couple of commands in OBP and report the results and the machine on which it was executed? I suspect qemu-sparc not emulating all the necessary attributes, but it's hard to google, which ones have to be there. I'm primaryly interested in sun4m machnies (SS-4 - SS-20, SS-600MP, Voyager, ...) and first ultras. What I need is the output of the following commands: ok show-devs /TI,TMS390Z50@f,f8fffffc ... /memory@7265,67831fb3 ... /iommu@f,e0000000/sbus@f,e0001000 /iommu@f,e0000000/sbus@f,e0001000/SUNW,bpp@f,4800000 /iommu@f,e0000000/sbus@f,e0001000/ledma@f,400010 /iommu@f,e0000000/sbus@f,e0001000/espdma@f,400000 /iommu@f,e0000000/sbus@f,e0001000/ledma@f,400010/le@f,c00000 /iommu@f,e0000000/sbus@f,e0001000/espdma@f,400000/esp@f,800000/st /iommu@f,e0000000/sbus@f,e0001000/espdma@f,400000/esp@f,800000/sd ok cd /iommu@f,e0000000/sbus@f,e0001000/espdma@f,400000 ok .attributes reg 0000000f 00400000 00000010 name espdma ok cd /iommu@f,e0000000/sbus@f,e0001000/espdma@f,400000/esp@f,800000/sd ok .attributes device_type block name sd ok If I understand it correctly, at least scsi-initiatior-id is missing in my case. It would be also interesting to see what for attributes have disks (under esp@f,800000/sd), memory, cpu and net (/iommu@f,e0000000/sbus@f,e0001000/ledma@f,400010). Thanks a lot, Artyom