Date: Fri, 16 Dec 2005 15:08:59 -0800 From: Freddie Cash <fcash@ocis.net> To: freebsd-amd64@freebsd.org Subject: Re: device drm with PCIe? Message-ID: <200512161509.00780.fcash@ocis.net> In-Reply-To: <43A34520.9060001@mail.uni-mainz.de> References: <43A1636A.6030108@mail.uni-mainz.de> <200512161422.00688.jkim@FreeBSD.org> <43A34520.9060001@mail.uni-mainz.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On December 16, 2005 02:52 pm, O. Hartmann wrote: > Jung-uk Kim wrote: > >On Friday 16 December 2005 01:44 pm, O. Hartmann wrote: > >>Ok, but without AGP (device agp) in my kernel config file, I get a > >>lot of errors while linking the kernel of missing agp_xxxxx > >>routines (FreeBSD 6.0-STABLE/amd64). So, device drm alone seems to > >>be useless (although in conjunction with device pci). > >Did you try 'make clean; make cleandepend; make depend; make'? > I used always 'make kernel' from /usr/usr. > Doing it the old-stylish way no error occurs on FBSD6.0-STABLE/amd64 > with device drm enabled, device agp disabled using your recommended > command sentence. This is a little bit confusing ... Though 'make > kernel' does all the stuff ... I bet if you do a "make cleanworld" or "make clean" or "make cleankernel" (if that's a valid target) before doing the "make kernel", you'll get the same results as the command sequence Jung-uk Kim posted. :) AFAIK, "make kernel" doesn't do a clean beforehand, which means you pick up the old depends files and objects. -- Freddie Cash fcash@ocis.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512161509.00780.fcash>