From owner-freebsd-multimedia Sat Aug 9 00:59:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA13253 for multimedia-outgoing; Sat, 9 Aug 1997 00:59:45 -0700 (PDT) Received: from www2.shoppersnet.com (shoppersnet.com [204.156.152.112]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA13243 for ; Sat, 9 Aug 1997 00:59:30 -0700 (PDT) Received: (from hlew@localhost) by www2.shoppersnet.com (8.8.5/8.8.5) id BAA27780; Sat, 9 Aug 1997 01:03:27 -0700 (PDT) Date: Sat, 9 Aug 1997 01:03:26 -0700 (PDT) From: Howard Lew To: Luigi Rizzo cc: multimedia@FreeBSD.ORG Subject: Re: [snddrv] snd970806.tgz available In-Reply-To: <199708061046.MAA12656@labinfo.iet.unipi.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hmmm... just tried snd970805.tgz... seems to die on compile on my 2.2-97-0713-RELENG. I didn't watch the compile of snd970806 snap so I don't know if they had the same problems. Looks improved... keep up the good work. Here are some compile warnings: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include -DAPM_IDLE_CPU -DFDSEEKWAIT=16 -DNSWAPDEV=20 -DMSDOSFS -DLFS -DCD9660 -DNFS -DFFS -DIPX -DINET -DMD5 -DCOMPAT_43 -DKERNEL ../../i386/isa/sound/dmabuf.c ../../i386/isa/sound/dmabuf.c: In function `snd_flush': ../../i386/isa/sound/dmabuf.c:571: warning: implicit declaration of function `isa_dmastatus' cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include -DAPM_IDLE_CPU -DFDSEEKWAIT=16 -DNSWAPDEV=20 -DMSDOSFS -DLFS -DCD9660 -DNFS -DFFS -DIPX -DINET -DMD5 -DCOMPAT_43 -DKERNEL ../../i386/isa/sound/gus_card.c ../../i386/isa/sound/gus_card.c: In function `probe_gus_db16': ../../i386/isa/sound/gus_card.c:161: warning: control reaches end of non-void function cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include -DAPM_IDLE_CPU -DFDSEEKWAIT=16 -DNSWAPDEV=20 -DMSDOSFS -DLFS -DCD9660 -DNFS -DFFS -DIPX -DINET -DMD5 -DCOMPAT_43 -DKERNEL ../../i386/isa/sound/gus_wave.c ../../i386/isa/sound/gus_wave.c: In function `gus_initialize': ../../i386/isa/sound/gus_wave.c:956: warning: implicit declaration of function `gusintr' ../../i386/isa/sound/gus_wave.c: In function `guswave_start_note2': ../../i386/isa/sound/gus_wave.c:1443: warning: control reaches end of non-void function ../../i386/isa/sound/gus_wave.c: In function `guswave_load_patch': ../../i386/isa/sound/gus_wave.c:1776: warning: control reaches end of non-void function cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include -DAPM_IDLE_CPU -DFDSEEKWAIT=16 -DNSWAPDEV=20 -DMSDOSFS -DLFS -DCD9660 -DNFS -DFFS -DIPX -DINET -DMD5 -DCOMPAT_43 -DKERNEL ../../i386/isa/sound/sound_timer.c ../../i386/isa/sound/sound_timer.c:310: warning: no previous prototype for `sound_timer_init' cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include -DAPM_IDLE_CPU -DFDSEEKWAIT=16 -DNSWAPDEV=20 -DMSDOSFS -DLFS -DCD9660 -DNFS -DFFS -DIPX -DINET -DMD5 -DCOMPAT_43 -DKERNEL ../../i386/isa/sound/ad1848.c ../../i386/isa/sound/ad1848.c: In function `cs4236_attach': ../../i386/isa/sound/ad1848.c:1337: too few arguments to function `write_pnp_parms' ../../i386/isa/sound/ad1848.c: In function `opti931_attach': ../../i386/isa/sound/ad1848.c:1396: too few arguments to function `write_pnp_parms' ../../i386/isa/sound/ad1848.c:1405: too few arguments to function `write_pnp_parms' *** Error code 1 Stop.