Command to find Hardware model in Solaris

Hi,

I need a command to find the Hardware Model in Solaris 8,9,10,11. The command which I am using right now is:
/usr/platform/`uname -i`/sbin/prtdiag

The problem is in this output:-

System Configuration: Sun Microsystems sun4u Netra T1 200 (UltraSPARC-IIe 500MHz)

Here I am getting all details like clockSpeed etc.

Is this the desired result? I mean when we say Hardware model should we get this result or is there any other command which will give me a better and accurate result?

Thanks,

Vineet

the answer is in your question... just have a look at the output of "uname -i". maybe this is enough for you?!