Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/nouveau nouveau_pci.c depends on nouve...



details:   https://anonhg.NetBSD.org/src/rev/a77270a961d3
branches:  trunk
changeset: 341072:a77270a961d3
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Oct 17 17:32:18 2015 +0000

description:
nouveau_pci.c depends on nouveau_pci condition, not nouveau

diffstat:

 sys/external/bsd/drm2/nouveau/files.nouveau |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 0ee428100db0 -r a77270a961d3 sys/external/bsd/drm2/nouveau/files.nouveau
--- a/sys/external/bsd/drm2/nouveau/files.nouveau       Sat Oct 17 16:34:43 2015 +0000
+++ b/sys/external/bsd/drm2/nouveau/files.nouveau       Sat Oct 17 17:32:18 2015 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: files.nouveau,v 1.9 2015/10/17 12:02:44 jmcneill Exp $
+#      $NetBSD: files.nouveau,v 1.10 2015/10/17 17:32:18 jmcneill Exp $
 
 define nouveaufbbus    { }
 device nouveau: drmkms, drmkms_ttm, nouveaufbbus
 
 attach nouveau at pci with nouveau_pci: drmkms_pci
-file   external/bsd/drm2/nouveau/nouveau_pci.c                 nouveau
+file   external/bsd/drm2/nouveau/nouveau_pci.c                 nouveau_pci
 
 device nouveaufb: nouveaufbbus, drmfb, drmfb_pci, wsemuldisplaydev
 attach nouveaufb at nouveaufbbus



Home | Main Index | Thread Index | Old Index