Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/drm2pci Remove vestigial drm2pci module, replace...



details:   https://anonhg.NetBSD.org/src/rev/af3a4275fcbc
branches:  trunk
changeset: 332304:af3a4275fcbc
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Sep 14 20:16:07 2014 +0000

description:
Remove vestigial drm2pci module, replaced by drmkms_pci.

diffstat:

 sys/modules/drm2pci/Makefile |  17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diffs (21 lines):

diff -r 07ae0c977157 -r af3a4275fcbc sys/modules/drm2pci/Makefile
--- a/sys/modules/drm2pci/Makefile      Sun Sep 14 20:09:18 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-#      $NetBSD: Makefile,v 1.2 2014/03/18 18:20:43 riastradh Exp $
-
-# XXX This module is not fit for use yet; too much of the PCI/AGP
-# support in upstream is compile-time-conditional.
-
-.include "../Makefile.inc"
-.include "../drm2/Makefile.inc"
-
-.PATH: ${S}/external/bsd/drm2/pci
-
-KMOD=  drm2pci
-
-SRCS+= drm_agpsupport.c
-SRCS+= drm_pci.c
-SRCS+= drm_pci_module.c
-
-.include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index