Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/drmkms_pci sys/modules/drmkms_pci: Remove drm_ag...



details:   https://anonhg.NetBSD.org/src/rev/cd2e840da55e
branches:  trunk
changeset: 373308:cd2e840da55e
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Jan 31 13:09:54 2023 +0000

description:
sys/modules/drmkms_pci: Remove drm_agpsupport.c.

This was moved to a separate drmkms_agp module.

XXX pullup-10
XXX pullup-9, maybe (not sure any of modularized drmkms works in 9, though)

diffstat:

 sys/modules/drmkms_pci/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ba5fc6244164 -r cd2e840da55e sys/modules/drmkms_pci/Makefile
--- a/sys/modules/drmkms_pci/Makefile   Tue Jan 31 13:09:04 2023 +0000
+++ b/sys/modules/drmkms_pci/Makefile   Tue Jan 31 13:09:54 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/12/19 11:54:25 riastradh Exp $
+# $NetBSD: Makefile,v 1.11 2023/01/31 13:09:54 riastradh Exp $
 
 .include "../Makefile.inc"
 .include "../drmkms/Makefile.inc"
@@ -13,7 +13,6 @@
 SRCS+= drmfb_pci.c
 SRCS+= linux_pci.c
 
-SRCS+= drm_agpsupport.c
 SRCS+= drm_pci.c
 SRCS+= drm_pci_module.c
 



Home | Main Index | Thread Index | Old Index