Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch Remove "no i915drm*" now that the declaration is...
details: https://anonhg.NetBSD.org/src/rev/849095cd9ffd
branches: netbsd-7
changeset: 798880:849095cd9ffd
user: martin <martin%NetBSD.org@localhost>
date: Fri Jan 23 09:01:44 2015 +0000
description:
Remove "no i915drm*" now that the declaration is gone from GENERIC.
Requested by snj in ticket #438.
diffstat:
sys/arch/amd64/conf/INSTALL | 5 ++---
sys/arch/i386/conf/INSTALL | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (52 lines):
diff -r bebb95ff1b14 -r 849095cd9ffd sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL Wed Jan 21 11:38:41 2015 +0000
+++ b/sys/arch/amd64/conf/INSTALL Fri Jan 23 09:01:44 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.89 2013/06/06 07:11:18 msaitoh Exp $
+# $NetBSD: INSTALL,v 1.89.8.1 2015/01/23 09:01:45 martin Exp $
#
# INSTALL - Installation kernel.
#
@@ -8,7 +8,7 @@
include "arch/amd64/conf/GENERIC"
options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=115200
-#ident "INSTALL-$Revision: 1.89 $"
+#ident "INSTALL-$Revision: 1.89.8.1 $"
no options MEMORY_DISK_DYNAMIC
options MEMORY_DISK_IS_ROOT # force root on memory disk
@@ -17,7 +17,6 @@
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
# DRI driver
-no i915drm* at drm? # Intel i915, i945 DRM driver
no mach64drm* at drm? # mach64 (3D Rage Pro, Rage) DRM driver
no mgadrm* at drm? # Matrox G[24]00, G[45]50 DRM driver
no r128drm* at drm? # ATI Rage 128 DRM driver
diff -r bebb95ff1b14 -r 849095cd9ffd sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL Wed Jan 21 11:38:41 2015 +0000
+++ b/sys/arch/i386/conf/INSTALL Fri Jan 23 09:01:44 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.330 2011/05/28 13:01:50 ryo Exp $
+# $NetBSD: INSTALL,v 1.330.30.1 2015/01/23 09:01:44 martin Exp $
#
# INSTALL - Installation kernel.
#
@@ -7,7 +7,7 @@
include "arch/i386/conf/MONOLITHIC"
-#ident "INSTALL-$Revision: 1.330 $"
+#ident "INSTALL-$Revision: 1.330.30.1 $"
no options MEMORY_DISK_DYNAMIC
options MEMORY_DISK_IS_ROOT # force root on memory disk
@@ -16,7 +16,6 @@
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
# DRI driver
-no i915drm* at drm? # Intel i915, i945 DRM driver
no mach64drm* at drm? # mach64 (3D Rage Pro, Rage) DRM driver
no mgadrm* at drm? # Matrox G[24]00, G[45]50 DRM driver
no r128drm* at drm? # ATI Rage 128 DRM driver
Home |
Main Index |
Thread Index |
Old Index