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...
John Hay
jhay at icomtek.csir.co.za
Wed Apr 16 04:44:56 PDT 2003
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 at icomtek.csir.co.za / jhay at FreeBSD.org
More information about the cvs-src
mailing list