From owner-freebsd-stable Mon Dec 17 6:30:55 2001 Delivered-To: freebsd-stable@freebsd.org Received: from bayer2.bayer-ag.de (bayer2.bayer-ag.de [194.120.191.2]) by hub.freebsd.org (Postfix) with SMTP id 216F737B416 for ; Mon, 17 Dec 2001 06:30:52 -0800 (PST) Received: from by-inet1.bayer-ag.com (BY17V3.BAYER-AG.COM) by bayer2.bayer-ag.de with SMTP id PAA05638 (SMTP Gateway 4.2 for ); Mon, 17 Dec 2001 15:22:36 +0100 Subject: compilation error in isa/fd.c after =?iso-8859-1?Q?MFC=B4s_=2E=2E=2E_=22FDC=5FISPNP_undeclared=22?= To: stable@freebsd.org X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 Message-Id: From: andreas.klemm.ak@bayer-ag.de Date: Mon, 17 Dec 2001 15:29:51 +0100 X-Mimetrack: Serialize by Router on BY-INET1/Central/LEV/DE/BAYER(Release 5.0.8 |June 18, 2001) at 12/17/2001 03:30:48 PM Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just for your information. I mirrored the CVS repository 2 hours ago from: ftp://ftp.freebsd.org/pub/FreeBSD/development/FreeBSD-CVS/ root@byaps1[79] [BYAPS1] # make cc -c -pipe -O -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../isa/fd.c ../../isa/fd.c: In function `fdc_alloc_resources': ../../isa/fd.c:535: `FDC_ISPNP' undeclared (first use in this function) ../../isa/fd.c:535: (Each undeclared identifier is reported only once ../../isa/fd.c:535: for each function it appears in.) ../../isa/fd.c:536: `FDC_ISPCMCIA' undeclared (first use in this function) ../../isa/fd.c:532: warning: `ispnp' might be used uninitialized in this function ../../isa/fd.c:532: warning: `ispcmcia' might be used uninitialized in this function ../../isa/fd.c: In function `fdc_probe': ../../isa/fd.c:702: structure has no member named `fdctl_wr' ../../isa/fd.c:709: `FDC_ISPNP' undeclared (first use in this function) ../../isa/fd.c: In function `fd_probe': ../../isa/fd.c:987: `FDC_ISPCMCIA' undeclared (first use in this function) ../../isa/fd.c: In function `Fdopen': ../../isa/fd.c:1456: structure has no member named `dma_overruns' ../../isa/fd.c: In function `fdstate': ../../isa/fd.c:1735: structure has no member named `fdctl_wr' ../../isa/fd.c:2036: structure has no member named `dma_overruns' ../../isa/fd.c:2052: structure has no member named `dma_overruns' *** Error code 1 Stop in /usr/src/sys/compile/BYAPS1. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message