From owner-freebsd-hackers Sat Mar 11 01:08:06 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA22508 for hackers-outgoing; Sat, 11 Mar 1995 01:08:06 -0800 Received: from vmbb.cts.com (vmbb.cts.com [192.188.72.18]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id BAA22494 for ; Sat, 11 Mar 1995 01:08:04 -0800 Received: from io.cts.com by vmbb.cts.com with smtp (Smail3.1.28.1 #9) id m0rnN9K-0000yXC; Sat, 11 Mar 95 01:07 PST Received: (from root@localhost) by io.cts.com (8.6.11/8.6.9) id AAA07546 for hackers@freebsd.org; Sat, 11 Mar 1995 00:58:50 -0800 From: Morgan Davis Message-Id: <199503110858.AAA07546@io.cts.com> Subject: Warnings on kernel build (sound stuff) To: hackers@FreeBSD.org Date: Sat, 11 Mar 1995 00:58:49 -0800 (PST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1469 Sender: hackers-owner@FreeBSD.org Precedence: bulk Well, I decided to risk it and build the 3/10 -current. I compared my previous kernel config file (IO) to the latest LINT and pieced together all the new stuff appropriate for this machine. In compiling the kernel, I'm seeing a lot of warnings related to sound stuff: cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -nostdinc -I. -I../.. -I../../sys -I../../../include -DIO -DI486_CPU -DEXCLUDE_GUS_IODETECT -DAUDIO_SB -DAUDIO_PAS -DMAXCONS=4 -DXSERVER -DDUMMY_NOPS -DAUTO_EOI_2 -DAUTO_EOI_1 -DSCSIUSER -DPROCFS -DMSDOSFS -DCD9660 -DNFS -DFFS -DIPACCT -DGATEWAY -DINET -DUCONSOLE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DCOMPAT_43 -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 ../../i386/isa/sound/uart6850.c In file included from ../../i386/isa/sound/os.h:51, from ../../i386/isa/sound/sound_config.h:270, from ../../i386/isa/sound/uart6850.c:32: ../../sys/proc.h:275: warning: type mismatch with previous external decl ../../vm/vm_object.h:155: warning: previous external decl of `wakeup' ../../sys/proc.h:275: warning: type mismatch with previous implicit declaration ../../vm/vm_object.h:155: warning: previous implicit declaration of `wakeup' ../../sys/proc.h:275: warning: `wakeup' was previously implicitly declared to return `int' It this due to a bad set of sound options I've selected, or is this just currently just the state it's in. I've got a Pro AudioSpectrum 16D rev 255 in the system with a Media Vision CD-ROM drive.