diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-30 21:20:08 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-30 21:20:08 +0000 |
commit | af019de5e0aeb60a3baa5e4b8e7973b44d597b29 (patch) | |
tree | 8775c0f09c25b54002ab3271b74ad9e17728fa72 | |
parent | 74c742d3ad8d8f543aad9c01aa8fe1b87e2e3bc0 (diff) |
pretty
-rw-r--r-- | sys/dev/sbus/cs4231.c | 4 |
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); |