artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad43b9c
)
Set ia_iosize to 0 to keep probe silent
author
tholo
<tholo@openbsd.org>
Sun, 3 Mar 1996 04:48:01 +0000
(
04:48
+0000)
committer
tholo
<tholo@openbsd.org>
Sun, 3 Mar 1996 04:48:01 +0000
(
04:48
+0000)
sys/arch/i386/isa/spkr.c
patch
|
blob
|
history
diff --git
a/sys/arch/i386/isa/spkr.c
b/sys/arch/i386/isa/spkr.c
index
fe0b8da
..
6e97fce
100644
(file)
--- a/
sys/arch/i386/isa/spkr.c
+++ b/
sys/arch/i386/isa/spkr.c
@@
-412,6
+412,9
@@
static struct buf *spkr_inbuf; /* incoming buf */
int spkrprobe (struct device *parent, void *match, void *aux)
{
+ struct isa_attach_args *ia = aux;
+
+ ia->ia_iosize = 0;
return 1;
}