summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-05-10 01:32:58 +0000
committermillert <millert@openbsd.org>2001-05-10 01:32:58 +0000
commit6aa813d3bf31f321dc0debcacb61d8658e953d3b (patch)
tree1cf661c7958c9c8fb19a99bc7c762801fa894256
parentin txp_intr() only refill the rx buffer ring if it is empty; based on (diff)
downloadwireguard-openbsd-6aa813d3bf31f321dc0debcacb61d8658e953d3b.tar.xz
wireguard-openbsd-6aa813d3bf31f321dc0debcacb61d8658e953d3b.zip
Add 425e detection based on what is in stand/uboot/srt0.S
-rw-r--r--sys/arch/hp300/hp300/locore.s4
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?