Module Name: src Committed By: macallan Date: Wed Oct 16 11:02:00 UTC 2024
Modified Files: src/share/mk: bsd.own.mk Log Message: add ngle driver for Xorg To generate a diff of this commit: cvs rdiff -u -r1.1406 -r1.1407 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.1406 src/share/mk/bsd.own.mk:1.1407 --- src/share/mk/bsd.own.mk:1.1406 Tue Sep 24 14:08:14 2024 +++ src/share/mk/bsd.own.mk Wed Oct 16 11:02:00 2024 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1406 2024/09/24 14:08:14 christos Exp $ +# $NetBSD: bsd.own.mk,v 1.1407 2024/10/16 11:02:00 macallan Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -1802,8 +1802,8 @@ EXTRA_DRIVERS= modesetting .for _v in \ ag10e amdgpu apm ark ast ati ati-kms chips cirrus crime \ geode glint i128 i740 igs imstt intel intel-old intel-2014 \ - ${EXTRA_DRIVERS} mach64 mga \ - neomagic newport nouveau nsc nv openchrome pnozz \ + ${EXTRA_DRIVERS} mach64 mga mgx \ + neomagic newport ngle nouveau nsc nv openchrome pnozz \ r128 rendition \ s3 s3virge savage siliconmotion sis suncg14 \ suncg6 sunffb sunleo suntcx \