Module Name: src
Committed By: riastradh
Date: Sun Dec 19 00:32:11 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/nouveau: nouveau_pci.c nouveaufb.c
Log Message:
nouveau_drm.h was renamed upstream to nouveau_drv.h.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/external/bsd/drm2/nouveau/nouveau_pci.c
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/nouveau/nouveaufb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/nouveau/nouveau_pci.c
diff -u src/sys/external/bsd/drm2/nouveau/nouveau_pci.c:1.26 src/sys/external/bsd/drm2/nouveau/nouveau_pci.c:1.27
--- src/sys/external/bsd/drm2/nouveau/nouveau_pci.c:1.26 Mon Feb 3 16:52:13 2020
+++ src/sys/external/bsd/drm2/nouveau/nouveau_pci.c Sun Dec 19 00:32:11 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: nouveau_pci.c,v 1.26 2020/02/03 16:52:13 jmcneill Exp $ */
+/* $NetBSD: nouveau_pci.c,v 1.27 2021/12/19 00:32:11 riastradh Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nouveau_pci.c,v 1.26 2020/02/03 16:52:13 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nouveau_pci.c,v 1.27 2021/12/19 00:32:11 riastradh Exp $");
#ifdef _KERNEL_OPT
#if defined(__arm__) || defined(__aarch64__)
@@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: nouveau_pci.
#include <dev/fdt/fdtvar.h>
#endif
-#include "nouveau_drm.h"
+#include "nouveau_drv.h"
#include "nouveau_pci.h"
MODULE(MODULE_CLASS_DRIVER, nouveau_pci, "nouveau,drmkms_pci");
Index: src/sys/external/bsd/drm2/nouveau/nouveaufb.c
diff -u src/sys/external/bsd/drm2/nouveau/nouveaufb.c:1.4 src/sys/external/bsd/drm2/nouveau/nouveaufb.c:1.5
--- src/sys/external/bsd/drm2/nouveau/nouveaufb.c:1.4 Mon Dec 12 19:45:56 2016
+++ src/sys/external/bsd/drm2/nouveau/nouveaufb.c Sun Dec 19 00:32:11 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: nouveaufb.c,v 1.4 2016/12/12 19:45:56 maya Exp $ */
+/* $NetBSD: nouveaufb.c,v 1.5 2021/12/19 00:32:11 riastradh Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nouveaufb.c,v 1.4 2016/12/12 19:45:56 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nouveaufb.c,v 1.5 2021/12/19 00:32:11 riastradh Exp $");
#include <sys/types.h>
#include <sys/bus.h>
@@ -42,7 +42,7 @@ __KERNEL_RCSID(0, "$NetBSD: nouveaufb.c,
#include <drm/drmfb_pci.h>
#include "nouveau_bo.h"
-#include "nouveau_drm.h"
+#include "nouveau_drv.h"
#include "nouveau_fbcon.h"
#include "nouveau_pci.h"
#include "nouveaufb.h"