From owner-cvs-all Wed Nov 6 13:58:51 2002 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 2787A37B4E9 for ; Wed, 6 Nov 2002 13:58:48 -0800 (PST) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E46343E77 for ; Wed, 6 Nov 2002 13:58:47 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 8073 invoked from network); 6 Nov 2002 21:58:55 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 6 Nov 2002 21:58:55 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gA6Lwjn5053649; Wed, 6 Nov 2002 16:58:45 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200211062142.gA6LggnB094482@repoman.freebsd.org> Date: Wed, 06 Nov 2002 16:58:46 -0500 (EST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/conf NOTES src/sys/i386/conf NOTES Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org 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 On 06-Nov-2002 John Baldwin wrote: > jhb 2002/11/06 13:42:42 PST > > Modified files: > sys/conf NOTES > sys/i386/conf NOTES > Log: > Move the drm code to the i386 MD NOTES file. It can be added to other MD > NOTES files if desired, but this code is not MI on FreeBSD. The Alpha > support is Linux specific and does not compile on FreeBSD. > make "Makefile", line 4480: warning: duplicate script for target "geom_bsd.o" ignored cc -c -O -pipe -mcpu=ev6 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -fno-builtin -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror ../../../dev/drm/gamma_drv.c In file included from ../../../dev/drm/gamma_drv.c:80: ../../../dev/drm/drm_bufs.h: In function `gamma_addmap': ../../../dev/drm/drm_bufs.h:163: dereferencing pointer to incomplete type In file included from ../../../dev/drm/gamma_drv.c:107: ../../../dev/drm/drm_fops.h: At top level: ../../../dev/drm/drm_fops.h:201: conflicting types for `gamma_read' ../../../dev/drm/drm_os_freebsd.h:302: previous declaration of `gamma_read' cc1: warnings being treated as errors In file included from ../../../dev/drm/gamma_drv.c:116: ../../../dev/drm/drm_vm.h: In function `gamma_dma_mmap': ../../../dev/drm/drm_vm.h:21: warning: unsigned int format, different type arg (arg 3) In file included from ../../../dev/drm/gamma_drv.c:121: ../../../dev/drm/drm_sysctl.h: In function `gamma__queues_info': ../../../dev/drm/drm_sysctl.h:209: warning: int format, different type arg (arg 14) *** Error code 1 Stop in /usr/src/sys/alpha/compile/LINT. The first error there involves the drm code dereferencing a Linux-specific struct pci_controller (formerly known as struct pci_controler *grin*) to get the base memory address of a hose. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message