diff options
| -rw-r--r-- | sys/alpha/alpha/dec_st6600.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/dec_st6600.c b/sys/alpha/alpha/dec_st6600.c index 1ce44246372d..f1a5f5944f9e 100644 --- a/sys/alpha/alpha/dec_st6600.c +++ b/sys/alpha/alpha/dec_st6600.c @@ -67,7 +67,7 @@ extern int sccnattach __P((void)); void st6600_init() { - platform.family = "Compaq Professional Workstation (Monet)"; + platform.family = "ST6600"; if ((platform.model = alpha_dsr_sysname()) == NULL) { /* XXX Don't know the system variations, yet. */ |
