[Midnightbsd-cvs] src [9257] trunk/sys: bump after /dev/full add and lindev removal.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Feb 19 20:23:58 EST 2017


Revision: 9257
          http://svnweb.midnightbsd.org/src/?rev=9257
Author:   laffer1
Date:     2017-02-19 20:23:57 -0500 (Sun, 19 Feb 2017)
Log Message:
-----------
bump after /dev/full add and lindev removal. clean up notes and file includes for kernel

Modified Paths:
--------------
    trunk/sys/amd64/conf/NOTES
    trunk/sys/conf/files.amd64
    trunk/sys/sys/param.h

Modified: trunk/sys/amd64/conf/NOTES
===================================================================
--- trunk/sys/amd64/conf/NOTES	2017-02-20 01:21:55 UTC (rev 9256)
+++ trunk/sys/amd64/conf/NOTES	2017-02-20 01:23:57 UTC (rev 9257)
@@ -620,6 +620,3 @@
 # Enable NDIS binary driver support
 options 	NDISAPI
 device		ndis
-
-# Linux-specific pseudo devices support
-device		lindev

Modified: trunk/sys/conf/files.amd64
===================================================================
--- trunk/sys/conf/files.amd64	2017-02-20 01:21:55 UTC (rev 9256)
+++ trunk/sys/conf/files.amd64	2017-02-20 01:23:57 UTC (rev 9257)
@@ -211,8 +211,6 @@
 dev/hwpmc/hwpmc_tsc.c		optional	hwpmc
 dev/hwpmc/hwpmc_x86.c		optional	hwpmc
 dev/kbd/kbd.c			optional	atkbd | sc | ukbd
-dev/lindev/full.c		optional	lindev
-dev/lindev/lindev.c		optional	lindev
 dev/nfe/if_nfe.c		optional	nfe pci
 dev/nve/if_nve.c		optional	nve pci
 dev/nvram/nvram.c		optional	nvram isa

Modified: trunk/sys/sys/param.h
===================================================================
--- trunk/sys/sys/param.h	2017-02-20 01:21:55 UTC (rev 9256)
+++ trunk/sys/sys/param.h	2017-02-20 01:23:57 UTC (rev 9257)
@@ -51,7 +51,7 @@
  * 		or r is 5-9 in stable after 1.0 is released.
  */
 #undef __MidnightBSD_version
-#define __MidnightBSD_version 9003	/* Master, propagated to newvers */
+#define __MidnightBSD_version 9004	/* Master, propagated to newvers */
 
 /* Version of FreeBSD we're compatible with */
 #undef __FreeBSD_version



More information about the Midnightbsd-cvs mailing list