summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r--sys/arch/sparc/dev/fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/fb.c b/sys/arch/sparc/dev/fb.c
index 917f9f38631..67281d399c9 100644
--- a/sys/arch/sparc/dev/fb.c
+++ b/sys/arch/sparc/dev/fb.c
@@ -77,7 +77,7 @@ fb_attach(fb)
{
if (devfb)
- panic("multiple /dev/fb declarers");
+ printf("warning: multiple /dev/fb declarers");
devfb = fb;
}