diff options
author | gene <gene@cvs.openbsd.org> | 1997-08-04 21:45:48 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-08-04 21:45:48 +0000 |
commit | 226a95267d2d893b3365760bef3bbb22a34af979 (patch) | |
tree | 3730cf114a3d7254dc308295bae1cd7d5249da9f | |
parent | 462e36b9706f787e9602e4fe07cacea43bc84fe1 (diff) |
Hmmm... quick one-liner that makes the panic() in case of a Mac IIfx machine
class a lot more understandable.
-rw-r--r-- | sys/arch/mac68k/mac68k/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c index 06239aaad26..e1837e046bf 100644 --- a/sys/arch/mac68k/mac68k/machdep.c +++ b/sys/arch/mac68k/mac68k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.44 1997/07/23 04:31:59 denny Exp $ */ +/* $OpenBSD: machdep.c,v 1.45 1997/08/04 21:45:47 gene Exp $ */ /* $NetBSD: machdep.c,v 1.134 1997/02/14 06:15:30 scottr Exp $ */ /* @@ -2336,7 +2336,7 @@ mac68k_set_io_offsets(base) default: case MACH_CLASSH: case MACH_CLASSIIfx: - panic("Unknown/unsupported machine class."); + panic("Mac IIfx machine class:unsupported machine class."); break; } Via2Base = Via1Base + 0x2000 * VIA2; |