Current-Users archive

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

DRMKMS requires i2cexec and i2c_bitbang



files.drmkms should be fixed like following diff, or
build will fail if there are no other devices that require
i2cexec and i2c_bitbang, e.g. tl or cxdtv.

Index: src/sys/external/bsd/drm2/drm/files.drmkms
===================================================================
RCS file: /cvsroot/src/sys/external/bsd/drm2/drm/files.drmkms,v
retrieving revision 1.2
diff -u -r1.2 files.drmkms
--- src/sys/external/bsd/drm2/drm/files.drmkms  18 Mar 2014 18:20:42 -0000      
1.2
+++ src/sys/external/bsd/drm2/drm/files.drmkms  25 Mar 2014 19:21:37 -0000
@@ -11,7 +11,7 @@
 define drmkms_i2c
define drmkms
-device drmkms: drmkms_linux, drmkms_i2c
+device drmkms: drmkms_linux, drmkms_i2c, i2cexec, i2c_bitbang
 attach drmkms at drmkmsbus
defflag opt_drmkms.h DRMKMS_DEBUG

--
t-hash


Home | Main Index | Thread Index | Old Index