Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2000 19:47:11 -0400 (EDT)
From:      Kenneth Wayne Culver <culverk@wam.umd.edu>
To:        Otter <otter@otter.cc>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: my SB16 and kern_sig.c
Message-ID:  <Pine.GSO.4.21.0004021946280.28479-100000@rac2.wam.umd.edu>
In-Reply-To: <38E7C02E.AEB38ED9@otter.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
the pcm and sbc devices should be used in place of voxware. I have no
problems compiling using these drivers.

> 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
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.21.0004021946280.28479-100000>