diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-31 01:52:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-31 01:52:23 +0000 |
commit | c969f3c6fb11f86da73d79dcdd9c6a52543a83a6 (patch) | |
tree | d8e39a00b5c7f0954360b02a5f9a481ef18db529 /sys/arch/mvme88k/dev | |
parent | 9de4073c8f041729fb4ef1727b1f0023a533fec8 (diff) |
Assorted changes to really let non-DDB kernels (such as the future RAMDISK,
hint, hint) compile.
Diffstat (limited to 'sys/arch/mvme88k/dev')
-rw-r--r-- | sys/arch/mvme88k/dev/vs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/dev/vs.c b/sys/arch/mvme88k/dev/vs.c index de33a9e745f..a6dae4136d5 100644 --- a/sys/arch/mvme88k/dev/vs.c +++ b/sys/arch/mvme88k/dev/vs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vs.c,v 1.9 2001/08/26 02:37:07 miod Exp $ */ +/* $OpenBSD: vs.c,v 1.10 2001/08/31 01:52:19 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. @@ -893,7 +893,9 @@ vs_eintr(sc) break; default: printf("%s: Uh oh!... Error 0x%x\n", vs_name(sc), ecode); +#ifdef DDB Debugger(); +#endif } #ifdef SDEBUG printf("%s: crsw = 0x%x iopb_type = %d iopb_len = %d wq = %d error = 0x%x\n", |