NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/53320: Kernel with savagedrm does not build



The following reply was made to PR kern/53320; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/53320: Kernel with savagedrm does not build
Date: Sun, 27 May 2018 20:44:38 +0000

 I think the issue is:
 olddrm and drm2 both have similarly named headers, olddrm also
 originates in linux and they had no reason to rename everything.
 
 Adding flags in files.drmkms, they get added for the entire kernel
 build, not just for the specific files listed in them. so olddrm is
 built with -I/path/to/newdrm, which doesn't work because the API
 changed.
 
 Next issue will be that they probably define similar named functions..
 


Home | Main Index | Thread Index | Old Index