artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d907689
)
unbreak build: exchange %b args order, from miod@
author
ratchov
<ratchov@openbsd.org>
Sat, 17 May 2014 12:19:36 +0000
(12:19 +0000)
committer
ratchov
<ratchov@openbsd.org>
Sat, 17 May 2014 12:19:36 +0000
(12:19 +0000)
sys/dev/pci/yds.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/yds.c
b/sys/dev/pci/yds.c
index
525b727
..
8cce53f
100644
(file)
--- a/
sys/dev/pci/yds.c
+++ b/
sys/dev/pci/yds.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: yds.c,v 1.4
5 2013/12/06 21:03:04 deraadt
Exp $ */
+/* $OpenBSD: yds.c,v 1.4
6 2014/05/17 12:19:36 ratchov
Exp $ */
/* $NetBSD: yds.c,v 1.5 2001/05/21 23:55:04 minoura Exp $ */
/*
@@
-711,7
+711,7
@@
yds_attach(struct device *parent, struct device *self, void *aux)
#ifdef AUDIO_DEBUG
if (ydsdebug)
printf("%s: chip has %b\n", sc->sc_dev.dv_xname,
-
YDS_CAP_BITS, sc->sc_flags
);
+
sc->sc_flags, YDS_CAP_BITS
);
#endif
/* Disable legacy mode */