pcm_chn_create failed with 2004-08-12 kernel

Michael W. Oliver freebsd-current at gargantuan.com
Thu Aug 12 19:30:08 PDT 2004


On 2004-08-13T09:02:31+0900, Taku YAMAMOTO wrote:
> On Thu, 12 Aug 2004 15:53:54 -0700 (PDT)
> Don Lewis <truckman at FreeBSD.org> wrote:
> > On 12 Aug, Michael W. Oliver wrote:
> > > Ok, this world was cvsup'd on 2004.08.12 at 09:59:03 EDT.  I removed the
> > > 'sound' and 'snd_maestro' device lines from my kernel config and decided
> > > to load them as modules (after I got the same output shown below with
> > > sound and snd_maestro compiled into the kernel).  When I kldload
> > > 'sound', I get no output.  After that, when I kldload 'snd_maestro', I
> > > get the following output:
> > > 
> > > 
> > > pcm0: <ESS Technology Maestro-2E> port 0x1400-0x14ff irq 10 at device 8.0 on pci0
> > > pcm0: <SigmaTel STAC9721/23 AC97 Codec>
> > > pcm0: [GIANT-LOCKED]
> > > pcm0: offset 0xfffa1000 exceeds limit. pcm0: chn_init(pcm0:play:0) failed: err = 19
> > > pcm0: pcm_chn_create(aggch, 1, 0xc223e700) failed
> > > pcm0: offset 0xfffa1000 exceeds limit. pcm0: chn_init(pcm0:play:0) failed: err = 19
> > > pcm0: pcm_chn_create(aggch, 1, 0xc223e700) failed
> > > pcm0: offset 0xfffa1000 exceeds limit. pcm0: chn_init(pcm0:play:0) failed: err = 19
> > > pcm0: pcm_chn_create(aggch, 1, 0xc223e700) failed
> > > pcm0: offset 0xfffa1000 exceeds limit. pcm0: chn_init(pcm0:play:0) failed: err = 19
> > > pcm0: pcm_chn_create(aggch, 1, 0xc223e700) failed
> > 
> > It sure looks to me like physaddr is getting set to zero in
> > aggch_init().  It also looks like the device_printf() format string is
> > missing a newline.
> > 
> > Try adding a device_printf() to aggch_init() to print out both physaddr
> > and ess->baseaddr so that we can figure out where the calculation
> > 	 ch->offset = physaddr - ess->baseaddr;
> > is going wrong.  The source file is /usr/src/sys/dev/sound/pci/maestro.c
> 
> This is caused by physaddr which is smaller than ess->baseaddr.
> It will often occur when memory is fragmented, I think.
> 
> Michael, would you try the newer driver?
> 	http://www.tackymt.homeip.net/~taku/maestro-latest/

Ok, I compiled and loaded your new driver, and aside from noise when
compiling, it seems to be working ok.  As an added bonus, I now have one
record channel where there was none before.  Whoo-hoo!

The aforementioned noise from compilation is attached (note that I am
using "-O2 -pipe" in /etc/make.conf - I don't know if that makes a
difference).

-- 
Mike
perl -e 'print unpack("u","88V]N=&%C=\"!I;F9O(&EN(&AE861E<G,*");'

-------------- next part --------------
===> sound/driver/maestro
cc -O2 -pipe -march=pentium2  -D_KERNEL -DKLD_MODULE -nostdinc -I-   -include /usr/obj/usr/src/sys/CYCLOPS/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common  -I/usr/obj/usr/src/sys/CYCLOPS -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99 -c /usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c: In function `agg_init':
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:654: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:656: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:658: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:660: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:663: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:664: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:665: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:666: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:667: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:668: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:669: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:672: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:675: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:676: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:677: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:567: warning: inlining failed in call to 'agg_stopclock': --param large-function-growth limit reached
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:678: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c: In function `aggch_start_dac':
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:479: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:480: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:481: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:482: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:483: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:484: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:485: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:488: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:490: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:479: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:480: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:481: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:482: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:483: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:484: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:485: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:488: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:490: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c: In function `aggch_start_adc':
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:479: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:480: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:481: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:482: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:483: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:484: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:485: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:488: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:490: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:479: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:480: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:481: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:482: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:483: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:484: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:485: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:488: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:490: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:479: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:480: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:481: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:482: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:483: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:484: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:485: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:488: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:490: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:479: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:480: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:481: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:482: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:483: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:484: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:485: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:488: warning: called from here
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:464: warning: inlining failed in call to 'wp_wrapu': --param large-function-growth limit reached while inlining the caller
/usr/src/sys/modules/sound/driver/maestro/../../../../dev/sound/pci/maestro.c:490: warning: called from here
ld  -d -warn-common -r -d -o snd_maestro.kld maestro.o
touch /usr/obj/usr/src/sys/CYCLOPS/modules/usr/src/sys/modules/sound/driver/maestro/export_syms
awk -f /usr/src/sys/modules/sound/driver/maestro/../../../../conf/kmod_syms.awk snd_maestro.kld  /usr/obj/usr/src/sys/CYCLOPS/modules/usr/src/sys/modules/sound/driver/maestro/export_syms |  xargs -J% objcopy % snd_maestro.kld
ld -Bshareable  -d -warn-common -o snd_maestro.ko snd_maestro.kld
objcopy --strip-debug snd_maestro.ko

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20040812/6adef344/attachment.bin


More information about the freebsd-current mailing list