diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-10 01:32:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-10 01:32:59 +0000 |
commit | 646c85df189682eab6f2db4b92fab666b627bcf1 (patch) | |
tree | 520867eb78c29fbaefc18ee82dcbde55325fa3b3 /sys | |
parent | 874e7adaeec0155f00b7518442df3f1565895831 (diff) |
Add 425e detection based on what is in stand/uboot/srt0.S
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hp300/hp300/locore.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hp300/hp300/locore.s b/sys/arch/hp300/hp300/locore.s index 9036ced9806..731e3b1f00d 100644 --- a/sys/arch/hp300/hp300/locore.s +++ b/sys/arch/hp300/hp300/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.23 2001/05/04 22:48:59 aaron Exp $ */ +/* $OpenBSD: locore.s,v 1.24 2001/05/10 01:32:58 millert Exp $ */ /* $NetBSD: locore.s,v 1.91 1998/11/11 06:41:25 thorpej Exp $ */ /* @@ -269,6 +269,8 @@ Lnot68030: jeq Lisa425 cmpb #MMUID_425_S,d0 | how about 425s? jeq Lisa425 + cmpb #MMUID_425_E,d0 | or maybe a 425e? + jeq Lisa425 cmpb #MMUID_433_T,d0 | or a 433t? jeq Lisa433 cmpb #MMUID_433_S,d0 | maybe a 433s? |