diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-08-18 19:54:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-08-18 19:54:20 +0000 |
commit | a711847f4feef69cf72f32e0c0b5a42dc2a17fda (patch) | |
tree | a5aaff8601f8295bfc46b258862ef423908d8d34 /sys/arch/hp300/stand/uboot | |
parent | 76acb796ae6b268dfb43fd7e718e66e253da6e60 (diff) |
Because model 362 does not have an SGC bus (or a blind, deaf and mute one),
there is no way we can tell models 360 and 362 apart by probing for an SGC
bus, or for a frodo(4) chip since of the `lil' black swan' 3x2 models, only
model 382 has frodo. So don't bother trying to tell models 360 and 362
apart, and use a common 36X symbol. No functional change except for useless
code removal.
Diffstat (limited to 'sys/arch/hp300/stand/uboot')
-rw-r--r-- | sys/arch/hp300/stand/uboot/srt0.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/uboot/srt0.S b/sys/arch/hp300/stand/uboot/srt0.S index ff0d3321b58..fb19bdc58d7 100644 --- a/sys/arch/hp300/stand/uboot/srt0.S +++ b/sys/arch/hp300/stand/uboot/srt0.S @@ -1,4 +1,4 @@ -/* $OpenBSD: srt0.S,v 1.6 2006/08/17 06:31:10 miod Exp $ */ +/* $OpenBSD: srt0.S,v 1.7 2011/08/18 19:54:19 miod Exp $ */ /* $NetBSD: srt0.S,v 1.4 1997/05/12 07:56:00 thorpej Exp $ */ /* @@ -113,7 +113,7 @@ ASENTRY_NOPROFILE(begin) jra ihpibcheck not370: - movl #HP_360,a0@ | type is at least a 360 + movl #HP_36X,a0@ | type is at least a 360 movl #0,MMUCMD | clear magic cookie2 movl MMUCMD,d0 | read it back btst #16,d0 | still on? |