Fact: hardwareisa
Purpose:
Returns hardware processor type.
Resolution:
On Solaris, AIX, Linux and the BSDs simply uses the output of `uname -p`. On HP-UX, `uname -m` gives us the same information.
Caveats:
Some Linuxes return unknown to `uname -p` with relative ease.