diff options
Diffstat (limited to 'sys/arch/sparc/stand/promdev.c')
-rw-r--r-- | sys/arch/sparc/stand/promdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/stand/promdev.c b/sys/arch/sparc/stand/promdev.c index 1dd56840038..1404ce4f20d 100644 --- a/sys/arch/sparc/stand/promdev.c +++ b/sys/arch/sparc/stand/promdev.c @@ -503,7 +503,7 @@ prom_getether(fd, ea) } while (--len > 0); } bcopy(sun4_idprom.id_ether, ea, 6); - } else if (promvec->pv_romvec_vers < 2) { + } else if (promvec->pv_romvec_vers <= 2) { (void)(*promvec->pv_enaddr)(fd, (char *)ea); } else { char buf[64]; |