summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/isa.c')
-rw-r--r--sys/dev/isa/isa.c6
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;