device drm with PCIe?

Freddie Cash fcash at ocis.net
Fri Dec 16 15:09:09 PST 2005


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 at ocis.net


More information about the freebsd-amd64 mailing list