Date: Wed, 06 Nov 2002 16:58:46 -0500 (EST) From: John Baldwin <jhb@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/conf NOTES src/sys/i386/conf NOTES Message-ID: <XFMail.20021106165846.jhb@FreeBSD.org> In-Reply-To: <200211062142.gA6LggnB094482@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@FreeBSD.org> <>< 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20021106165846.jhb>