artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
879b310
)
fix typo preventing compilation with AUDIO_DEBUG
author
ratchov
<ratchov@openbsd.org>
Sat, 31 Jul 2010 08:08:18 +0000
(08:08 +0000)
committer
ratchov
<ratchov@openbsd.org>
Sat, 31 Jul 2010 08:08:18 +0000
(08:08 +0000)
sys/dev/isa/ad1848.c
patch
|
blob
|
history
diff --git
a/sys/dev/isa/ad1848.c
b/sys/dev/isa/ad1848.c
index
d39b76d
..
6cd62c3
100644
(file)
--- a/
sys/dev/isa/ad1848.c
+++ b/
sys/dev/isa/ad1848.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ad1848.c,v 1.3
7 2010/07/24 22:48:28 jakemsr
Exp $ */
+/* $OpenBSD: ad1848.c,v 1.3
8 2010/07/31 08:08:18 ratchov
Exp $ */
/* $NetBSD: ad1848.c,v 1.45 1998/01/30 02:02:38 augustss Exp $ */
/*
@@
-236,7
+236,7
@@
wait_for_calibration(struct ad1848_softc *sc)
void ad1848_dump_regs(struct ad1848_softc *);
void
-ad1848_dump_regs(ad1848_softc *sc)
+ad1848_dump_regs(
struct
ad1848_softc *sc)
{
int i;
u_char r;