artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a1e295
)
WDS_MBO_FREE/WDS_MBI_FREE botch
author
deraadt
<deraadt@openbsd.org>
Fri, 10 May 1996 12:36:43 +0000
(12:36 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 10 May 1996 12:36:43 +0000
(12:36 +0000)
sys/dev/isa/wds.c
patch
|
blob
|
history
diff --git
a/sys/dev/isa/wds.c
b/sys/dev/isa/wds.c
index
a5135b0
..
8fa110b
100644
(file)
--- a/
sys/dev/isa/wds.c
+++ b/
sys/dev/isa/wds.c
@@
-1,4
+1,4
@@
-/* $NetBSD: wds.c,v 1.
5 1996/04/29 19:48:26 christos Exp $
*/
+/* $NetBSD: wds.c,v 1.
6 1996/05/05 00:40:03 mycroft Exp $
*/
#define WDSDIAG
#define integrate
@@
-851,7
+851,7
@@
wds_init(sc)
*/
for (i = 0; i < WDS_MBX_SIZE; i++) {
wmbx->mbo[i].cmd = WDS_MBO_FREE;
- wmbx->mbi[i].stat = WDS_MB
O
_FREE;
+ wmbx->mbi[i].stat = WDS_MB
I
_FREE;
}
wmbx->cmbo = wmbx->tmbo = &wmbx->mbo[0];
wmbx->tmbi = &wmbx->mbi[0];