From owner-freebsd-questions Sun Apr 2 14:51:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id B87FC37B617 for ; Sun, 2 Apr 2000 14:51:23 -0700 (PDT) (envelope-from otter@otter.cc) Received: from otter.cc (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id OAA05745; Sun, 2 Apr 2000 14:46:16 -0700 (PDT) Message-ID: <38E7C02E.AEB38ED9@otter.cc> Date: Sun, 02 Apr 2000 17:48:30 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Brad Patterson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: my SB16 and kern_sig.c References: <38E7BB74.344C61FB@home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I didn't see any mention of pcm or sbc in this read. Am I missing something or are you? Were npx and sbxvi deprecated with snd in 4.0? -Otter Brad Patterson wrote: > > I'm trying to configure my soundblaster 16 with FreeBSD 4.0. > My config file, > > ident KERN_SB > cpu "I586_CPU" > maxusers 10 > machine i386 > > device npx0 at nexus? port IO_NPX flags 0x0 irq 13 > device sbxvi0 at isa? drq 5 > > , always fails during the 'make' process. After doing a 'make depend' > the following occurs: > > bash# make > cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include > -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 > ../../kern/kern_sig.c > ../../kern/kern_sig.c:351: warning: function declaration isn't a > prototype > ../../kern/kern_sig.c: In function `osigaction': > ../../kern/kern_sig.c:359: dereferencing pointer to incomplete type > ../../kern/kern_sig.c:359: dereferencing pointer to incomplete type > ../../kern/kern_sig.c:361: dereferencing pointer to incomplete type > ../../kern/kern_sig.c:362: dereferencing pointer to incomplete type > ../../kern/kern_sig.c:364: dereferencing pointer to incomplete type > ../../kern/kern_sig.c:371: dereferencing pointer to incomplete type > ../../kern/kern_sig.c:376: dereferencing pointer to incomplete type > ../../kern/kern_sig.c: At top level: > ../../kern/kern_sig.c:517: warning: function declaration isn't a > prototype > ../../kern/kern_sig.c: In function `osigprocmask': > ../../kern/kern_sig.c:523: dereferencing pointer to incomplete type > ../../kern/kern_sig.c:524: dereferencing pointer to incomplete type > ../../kern/kern_sig.c: At top level: > ../../kern/kern_sig.c:552: warning: function declaration isn't a > prototype > ../../kern/kern_sig.c:706: warning: function declaration isn't a > prototype > ../../kern/kern_sig.c: In function `osigsuspend': > ../../kern/kern_sig.c:714: dereferencing pointer to incomplete type > *** Error code 1 > > Stop in /usr/src/sys/compile/SOUNDCARD. > > What's going on with kern_sig.c ? > > Thanks, > Brad Patterson > (kannykka@home.com) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message