diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-08 16:43:18 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-08 16:43:18 +0000 |
commit | f002504e4c0ab3d830bf64c740d87aa36bee2fc6 (patch) | |
tree | 5114ddfd409cf1da4256c18c3b42ea0b09330aa4 /sys/dev/isa/isa.c | |
parent | 44871426571d01c2486b46d4317ff9caeac6ee4d (diff) |
From NetBSD: merge of 960217
Diffstat (limited to 'sys/dev/isa/isa.c')
-rw-r--r-- | sys/dev/isa/isa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c index 9dbe1d5cb1f..d0398b52591 100644 --- a/sys/dev/isa/isa.c +++ b/sys/dev/isa/isa.c @@ -1,5 +1,5 @@ -/* $OpenBSD: isa.c,v 1.3 1996/02/27 10:31:32 niklas Exp $ */ -/* $NetBSD: isa.c,v 1.74 1995/06/07 06:46:04 cgd Exp $ */ +/* $OpenBSD: isa.c,v 1.4 1996/03/08 16:43:06 niklas Exp $ */ +/* $NetBSD: isa.c,v 1.76 1996/01/16 07:52:38 mycroft Exp $ */ /*- * Copyright (c) 1993, 1994 Charles Hannum. All rights reserved. @@ -72,7 +72,7 @@ isascan(parent, match) struct isa_attach_args ia; if (cf->cf_fstate == FSTATE_STAR) - panic("not bloody likely"); + panic("clone devices not supported on ISA bus"); ia.ia_iobase = cf->cf_loc[0]; ia.ia_iosize = 0x666; |