Hi,
=== CPU-Type ===
find out the HW path of the processor:
ioscan -FkCprocessor | awk '{FS=":";print $11}'
for a given HW-path, run
echo "Map\nSel path <HWpath>\nInformation\nwait\nInfoLog\nDone\nExit\nOK\n" | cstm
to find out everything you ever wanted to know about your cpu. But be careful: PA8900 will be reported as PA8800, but with two cores, e.g.
CPU(0A) PA8800 3.2
CPU(0B) PA8800 3.2
=== CPU-speed ===
find out cpu frequency in MHz on pa-risc system (use the compat mode on ia64) with
itick_per_usec/D' | adb -k /stand/vmunix /dev/kmem
=== ia64 ===
run "machinfo" on ia64 systems.
have fun.