diff options
Diffstat (limited to 'sys/arch/sparc/dev/si.c')
-rw-r--r-- | sys/arch/sparc/dev/si.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/si.c b/sys/arch/sparc/dev/si.c index fcef08c2cd0..7e50b671bdd 100644 --- a/sys/arch/sparc/dev/si.c +++ b/sys/arch/sparc/dev/si.c @@ -1,4 +1,4 @@ -/* $OpenBSD: si.c,v 1.17 2002/04/30 01:12:29 art Exp $ */ +/* $OpenBSD: si.c,v 1.18 2002/10/12 01:09:43 krw Exp $ */ /* $NetBSD: si.c,v 1.38 1997/08/27 11:24:20 bouyer Exp $ */ /*- @@ -408,7 +408,7 @@ si_attach(parent, self, args) break; default: - panic("\nsi_attach: impossible bus type 0x%x", ca->ca_bustype); + panic("si_attach: impossible bus type 0x%x", ca->ca_bustype); /* NOTREACHED */ } |