From owner-cvs-all Thu Feb 13 8:48:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C1A37B401 for ; Thu, 13 Feb 2003 08:48:35 -0800 (PST) Received: from pele.santafe.edu (pele.santafe.edu [192.12.12.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ACA343FA3 for ; Thu, 13 Feb 2003 08:48:35 -0800 (PST) (envelope-from brent@santafe.edu) Received: from santafe.edu (dhcp200 [192.12.12.200]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id h1DGmYH05553 for ; Thu, 13 Feb 2003 09:48:34 -0700 (MST) Date: Thu, 13 Feb 2003 09:48:34 -0700 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: /usr/src/sys/pci/agp_i810.c broken From: Brent Jones To: cvs-all@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.551) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cvsup'ed at Thu Feb 13 16:43:37 UTC 2003. Machine is an i386 platform # make buildkernel KERNCONF=GENERIC [lots of stuff deleted] 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/agp_i810.c /usr/src/sys/pci/agp_i810.c: In function `agp_i810_match': /usr/src/sys/pci/agp_i810.c:112: `AGP_I85X_CAPID' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:112: (Each undeclared identifier is reported only once /usr/src/sys/pci/agp_i810.c:112: for each function it appears in.) /usr/src/sys/pci/agp_i810.c:113: `AGP_I855_GME' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:116: `AGP_I855_GM' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:119: `AGP_I852_GME' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:122: `AGP_I852_GM' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c: In function `agp_i810_attach': /usr/src/sys/pci/agp_i810.c:342: `AGP_I855_GCC1' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:343: `AGP_I855_GCC1_GMS' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:344: `AGP_I855_GCC1_GMS_STOLEN_1M' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:347: `AGP_I855_GCC1_GMS_STOLEN_4M' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:350: `AGP_I855_GCC1_GMS_STOLEN_8M' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:353: `AGP_I855_GCC1_GMS_STOLEN_16M' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:356: `AGP_I855_GCC1_GMS_STOLEN_32M' undeclared (first use in this function) *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Brent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message