Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 2003 13:44:48 +0200
From:      John Hay <jhay@icomtek.csir.co.za>
To:        "Matthew N. Dodd" <mdodd@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/bge if_bge.c src/sys/dev/fxp if_fxp.c src/sys/dev/gem if_gem_pci.c src/sys/dev/hea hea_pci.c src/sys/dev/hfa hfa_pci.c src/sys/dev/hme if_hme_pci.c...
Message-ID:  <20030416114448.GA30054@zibbi.icomtek.csir.co.za>
In-Reply-To: <200304160316.h3G3GvWv085915@repoman.freebsd.org>
References:  <200304160316.h3G3GvWv085915@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 15, 2003 at 08:16:57PM -0700, Matthew N. Dodd wrote:
> mdodd       2003/04/15 20:16:57 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/bge          if_bge.c 
>     sys/dev/fxp          if_fxp.c 
>     sys/dev/gem          if_gem_pci.c 
>     sys/dev/hea          hea_pci.c 
>     sys/dev/hfa          hfa_pci.c 
>     sys/dev/hme          if_hme_pci.c 
>     sys/dev/lge          if_lge.c 
>     sys/dev/nge          if_nge.c 
>     sys/dev/pdq          if_fpa.c 
>     sys/dev/sound/pci    ich.c via8233.c 
>     sys/dev/txp          if_txp.c 
>     sys/pci              if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c 
>                          if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c 
>                          if_wb.c if_xl.c 
>   Log:
>   - Don't call pci_enable_io() in drivers (unless needed for resume).
>   - Don't test memory/port status and emit an error message; the PCI
>     bus code will do this now.
>   
>   Revision  Changes    Path
...
>   1.40      +5 -16     src/sys/pci/if_pcn.c
...

This looks like it breaks if_pcn.c:

#################################
cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi -g -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common  -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror  /usr/src/sys/pci/if_pcn.c
cc1: warnings being treated as errors
/usr/src/sys/pci/if_pcn.c: In function `pcn_attach':
/usr/src/sys/pci/if_pcn.c:548: warning: implicit declaration of function `pcn_chip_id'
/usr/src/sys/pci/if_pcn.c:551: warning: implicit declaration of function `pcn_chipid_name'
/usr/src/sys/pci/if_pcn.c:551: warning: format argument is not a pointer (arg 4)
*** Error code 1

Stop in /usr/obj/usr/src/sys/GENERIC.
*** Error code 1

...
#################################

John
-- 
John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030416114448.GA30054>