Set ia_iosize to 0 to keep probe silent
authortholo <tholo@openbsd.org>
Sun, 3 Mar 1996 04:48:01 +0000 (04:48 +0000)
committertholo <tholo@openbsd.org>
Sun, 3 Mar 1996 04:48:01 +0000 (04:48 +0000)
sys/arch/i386/isa/spkr.c

index fe0b8da..6e97fce 100644 (file)
@@ -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;
 }