>Turns out that "devinfo" is not implemented on the old Sun-3
>architecture "yet" and probably never will be.
Never had it, never will. "devinfo" is an OPEN PROMism; no (released)
Sun-3 (or Sun-3x) machine had an OPEN PROM monitor (I don't know if any
unreleased machines did), and since there almost certainly won't ever be
another Sun-3 machine coming out, there won't be any future Sun-3s to
get one.
>case $hex in
> 0???????) arch="Sun-2" ;;
> 1???????) arch="Sun-3" ;;
> 2???????) arch="Sun-4" ;;
> 4???????) arch="Sun-3x" ;;
> 5???????) arch="Sun-4c" ;;
> 7???????) arch="Sun-4m" ;;
> *) arch="Sun-?" ;;
>esac
Add:
6???????) arch="Sun-4e" ;;
>case $hex in
...
>esac
Replace:
[12]??????) mach='Sun-2' ;;
with
1??????) mach='Multibus Sun-2' ;;
2??????) mach='VMEbus Sun-2' ;;
Add:
61??????) mach='SPARCengine 1E' ;; #
Replace:
72??????) mach="? (0x$hex)" ;; #
with
72??????) mach="SS10" ;; #
(at least according to the 4.1.3 Sun-4m "cpu.h" file).
And, if you care about code names:
> 54??????) mach='SLC (4/20)' ;; #
"Off-Campus", as I remember.
> 55??????) mach='SS2 (4/75)' ;; #
"Calvin".
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:06:51 CDT