Module Name: xsrc Committed By: macallan Date: Tue Dec 10 10:02:52 UTC 2024
Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle_driver.c Log Message: allow more than one device section To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ xsrc/external/mit/xf86-video-ngle/dist/src/ngle_driver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/xf86-video-ngle/dist/src/ngle_driver.c diff -u xsrc/external/mit/xf86-video-ngle/dist/src/ngle_driver.c:1.7 xsrc/external/mit/xf86-video-ngle/dist/src/ngle_driver.c:1.8 --- xsrc/external/mit/xf86-video-ngle/dist/src/ngle_driver.c:1.7 Sat Dec 7 10:48:38 2024 +++ xsrc/external/mit/xf86-video-ngle/dist/src/ngle_driver.c Tue Dec 10 10:02:52 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: ngle_driver.c,v 1.7 2024/12/07 10:48:38 macallan Exp $ */ +/* $NetBSD: ngle_driver.c,v 1.8 2024/12/10 10:02:52 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz * All rights reserved. @@ -297,10 +297,6 @@ NGLEProbe(DriverPtr drv, int flags) return TRUE; } - if (numDevSections > 1) { - xf86Msg(X_ERROR, "Ignoring additional device sections\n"); - numDevSections = 1; - } /* ok, at this point we know we've got a NGLE */ for (i = 0; i < numDevSections; i++) {