From owner-cvs-src@FreeBSD.ORG Wed Apr 16 04:44:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11DBB37B401; Wed, 16 Apr 2003 04:44:56 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 184D043FBF; Wed, 16 Apr 2003 04:44:53 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) h3GBin5v030133; Wed, 16 Apr 2003 13:44:49 +0200 (SAST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.9/8.12.9/Submit) id h3GBindP030132; Wed, 16 Apr 2003 13:44:49 +0200 (SAST) (envelope-from jhay) Date: Wed, 16 Apr 2003 13:44:48 +0200 From: John Hay To: "Matthew N. Dodd" Message-ID: <20030416114448.GA30054@zibbi.icomtek.csir.co.za> References: <200304160316.h3G3GvWv085915@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304160316.h3G3GvWv085915@repoman.freebsd.org> User-Agent: Mutt/1.4i cc: cvs-src@FreeBSD.org cc: src-committers@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... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 11:44:56 -0000 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