diff options
| author | Gavin Atkinson <gavin@FreeBSD.org> | 2010-02-05 08:52:51 +0000 |
|---|---|---|
| committer | Gavin Atkinson <gavin@FreeBSD.org> | 2010-02-05 08:52:51 +0000 |
| commit | 75cf52103d463aa83358381aa1a6b18a7c7b20b9 (patch) | |
| tree | 07d899759b7ed93cb8e745fbb402270ad9a208fb /sys/dev/mly | |
| parent | 3a5d679ee579dc7d0d42d7797b89b579a9bf4535 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mly')
| -rw-r--r-- | sys/dev/mly/mly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c index 1f61542ba03b..0c013bce5d58 100644 --- a/sys/dev/mly/mly.c +++ b/sys/dev/mly/mly.c @@ -2528,7 +2528,7 @@ mly_describe_controller(struct mly_softc *sc) mly_describe_code(mly_table_memorytype, mi->memory_type), mi->memory_parity ? "+parity": "",mi->memory_ecc ? "+ECC": "", mi->cache_size); - mly_printf(sc, "CPU: %s @ %dMHZ\n", + mly_printf(sc, "CPU: %s @ %dMHz\n", mly_describe_code(mly_table_cputype, mi->cpu[0].type), mi->cpu[0].speed); if (mi->l2cache_size != 0) mly_printf(sc, "%dKB L2 cache\n", mi->l2cache_size); |
