summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sbus')
-rw-r--r--sys/dev/sbus/cs4231.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/cs4231.c b/sys/dev/sbus/cs4231.c
index b3ed71192b1..4ae96c9a27a 100644
--- a/sys/dev/sbus/cs4231.c
+++ b/sys/dev/sbus/cs4231.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cs4231.c,v 1.3 2001/09/30 21:03:26 jason Exp $ */
+/* $OpenBSD: cs4231.c,v 1.4 2001/09/30 21:20:07 jason Exp $ */
/*
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
@@ -250,7 +250,7 @@ cs4231_attach(parent, self, aux)
burst = sbusburst;
sc->sc_burst = burst & sbusburst;
- printf(": pri %d\n", sa->sa_pri);
+ printf("\n");
evcnt_attach(&sc->sc_dev, "intr", &sc->sc_intrcnt);