diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-06 19:42:46 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-06 19:42:46 +0000 |
commit | b5cc8361e0c5ce2b972872699aa729216f1bb2ea (patch) | |
tree | 935ee13a8a77a5ff2bd5dcc37ba39bcf3fb4cfab /sys/arch/hp300/stand/common/autoconf.c | |
parent | 4d0f54a69a32d2f1f34f07dbc2b3ddd46df5e019 (diff) |
Idnetify/support hp385 (33Mhz 68040)
Diffstat (limited to 'sys/arch/hp300/stand/common/autoconf.c')
-rw-r--r-- | sys/arch/hp300/stand/common/autoconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/common/autoconf.c b/sys/arch/hp300/stand/common/autoconf.c index 987122c8053..3c105ce3d2b 100644 --- a/sys/arch/hp300/stand/common/autoconf.c +++ b/sys/arch/hp300/stand/common/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.1 1997/07/14 08:14:07 downsj Exp $ */ +/* $OpenBSD: autoconf.c,v 1.2 1997/11/06 19:42:42 millert Exp $ */ /* $NetBSD: autoconf.c,v 1.12 1997/01/30 10:32:51 thorpej Exp $ */ /* @@ -107,6 +107,7 @@ configure() case HP_380: cpuspeed = MHZ_25 * 2; /* XXX */ break; + case HP_385: case HP_433: cpuspeed = MHZ_33 * 2; /* XXX */ break; |