[Midnightbsd-cvs] src [10390] trunk/sys: fix some build errors
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jun 3 20:41:07 EDT 2018
Revision: 10390
http://svnweb.midnightbsd.org/src/?rev=10390
Author: laffer1
Date: 2018-06-03 20:41:06 -0400 (Sun, 03 Jun 2018)
Log Message:
-----------
fix some build errors
Modified Paths:
--------------
trunk/sys/dev/acpi_support/acpi_wmi_if.m
trunk/sys/dev/acpica/acpi_if.m
trunk/sys/dev/agp/agp_if.m
trunk/sys/dev/ata/ata_if.m
trunk/sys/dev/eisa/eisa_if.m
trunk/sys/dev/fb/fb_if.m
trunk/sys/dev/hyperv/vmbus/vmbus_if.m
trunk/sys/dev/iicbus/iicbb_if.m
trunk/sys/dev/iicbus/iicbus_if.m
trunk/sys/dev/mii/miibus_if.m
trunk/sys/dev/mmc/mmcbr_if.m
trunk/sys/dev/mmc/mmcbus_if.m
trunk/sys/dev/mvs/mvs_if.m
trunk/sys/dev/ntb/ntb_if.m
trunk/sys/dev/ofw/ofw_bus_if.m
trunk/sys/dev/pccard/card_if.m
trunk/sys/dev/pccard/power_if.m
trunk/sys/dev/pci/pci_if.m
trunk/sys/dev/pci/pcib_if.m
trunk/sys/dev/ppbus/ppbus_if.m
trunk/sys/dev/scc/scc_if.m
trunk/sys/dev/sdhci/sdhci_if.m
trunk/sys/dev/smbus/smbus_if.m
trunk/sys/dev/sound/midi/mpu_if.m
trunk/sys/dev/sound/midi/mpufoi_if.m
trunk/sys/dev/sound/midi/synth_if.m
trunk/sys/dev/sound/pci/hda/hdac_if.m
trunk/sys/dev/sound/pcm/ac97_if.m
trunk/sys/dev/sound/pcm/channel_if.m
trunk/sys/dev/sound/pcm/feeder_if.m
trunk/sys/dev/sound/pcm/mixer_if.m
trunk/sys/dev/uart/uart_if.m
trunk/sys/dev/usb/usb_if.m
trunk/sys/dev/usb/usbdevs
trunk/sys/dev/virtio/virtio_bus_if.m
trunk/sys/dev/virtio/virtio_if.m
trunk/sys/isa/isa_if.m
Modified: trunk/sys/dev/acpi_support/acpi_wmi_if.m
===================================================================
--- trunk/sys/dev/acpi_support/acpi_wmi_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/acpi_support/acpi_wmi_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2009 Michael Gmelin
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/acpi_support/acpi_wmi_if.m 195185 2009-06-30 09:51:41Z rpaulo $
-#
+# $MidnightBSD$
#include <sys/bus.h>
#include <sys/types.h>
Modified: trunk/sys/dev/acpica/acpi_if.m
===================================================================
--- trunk/sys/dev/acpica/acpi_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/acpica/acpi_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2004 Nate Lawson
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/acpica/acpi_if.m 214072 2010-10-19 19:53:06Z jkim $
-#
+# $MidnightBSD$
#include <sys/bus.h>
#include <sys/types.h>
Modified: trunk/sys/dev/agp/agp_if.m
===================================================================
--- trunk/sys/dev/agp/agp_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/agp/agp_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2000 Doug Rabson
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/agp/agp_if.m 235782 2012-05-22 10:59:26Z kib $
-#
+# $MidnightBSD$
#include <sys/bus.h>
Modified: trunk/sys/dev/ata/ata_if.m
===================================================================
--- trunk/sys/dev/ata/ata_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/ata/ata_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
# Copyright (c) 2004 - 2008 Søren Schmidt <sos at FreeBSD.org>
# All rights reserved.
#
@@ -24,6 +23,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/ata/ata_if.m 249083 2013-04-04 07:12:24Z mav $
+# $MidnightBSD$
#include <sys/bus.h>
#include <sys/kernel.h>
Modified: trunk/sys/dev/eisa/eisa_if.m
===================================================================
--- trunk/sys/dev/eisa/eisa_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/eisa/eisa_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2004 M. Warner Losh
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/eisa/eisa_if.m 139749 2005-01-06 01:43:34Z imp $
-#
+# $MidnightBSD$
#include <sys/bus.h>
#include <sys/types.h>
Modified: trunk/sys/dev/fb/fb_if.m
===================================================================
--- trunk/sys/dev/fb/fb_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/fb/fb_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,5 @@
-/* $MidnightBSD$ */
+# $MidnightBSD$
+
#include <sys/bus.h>
#include <sys/fbio.h>
Modified: trunk/sys/dev/hyperv/vmbus/vmbus_if.m
===================================================================
--- trunk/sys/dev/hyperv/vmbus/vmbus_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/hyperv/vmbus/vmbus_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2016 Microsoft Corp.
# All rights reserved.
@@ -25,7 +24,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/hyperv/vmbus/vmbus_if.m 310768 2016-12-29 09:02:49Z sephe $
-#
+# $MidnightBSD$
#include <sys/param.h>
#include <sys/bus.h>
Modified: trunk/sys/dev/iicbus/iicbb_if.m
===================================================================
--- trunk/sys/dev/iicbus/iicbb_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/iicbus/iicbb_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 1998 Nicolas Souchu
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/iicbus/iicbb_if.m 232365 2012-03-01 20:58:20Z kan $
-#
+# $MidnightBSD$
#include <sys/bus.h>
Modified: trunk/sys/dev/iicbus/iicbus_if.m
===================================================================
--- trunk/sys/dev/iicbus/iicbus_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/iicbus/iicbus_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 1998 Nicolas Souchu
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/iicbus/iicbus_if.m 289666 2015-10-20 21:20:34Z ian $
-#
+# $MidnightBSD$
#include <sys/bus.h>
#include <dev/iicbus/iic.h>
Modified: trunk/sys/dev/mii/miibus_if.m
===================================================================
--- trunk/sys/dev/mii/miibus_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/mii/miibus_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,4 @@
-/* $MidnightBSD$ */
+# $MidnightBSD$
# $FreeBSD: stable/10/sys/dev/mii/miibus_if.m 84140 2001-09-29 18:40:06Z jlemon $
#include <sys/bus.h>
Modified: trunk/sys/dev/mmc/mmcbr_if.m
===================================================================
--- trunk/sys/dev/mmc/mmcbr_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/mmc/mmcbr_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2006 M. Warner Losh
# All rights reserved.
@@ -52,7 +51,7 @@
# information, know-how or other confidential information to any third party.
#
# $FreeBSD: stable/10/sys/dev/mmc/mmcbr_if.m 322120 2017-08-06 16:07:34Z marius $
-#
+# $MidnightBSD$
#include <sys/types.h>
#include <dev/mmc/mmcreg.h>
Modified: trunk/sys/dev/mmc/mmcbus_if.m
===================================================================
--- trunk/sys/dev/mmc/mmcbus_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/mmc/mmcbus_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2006 M. Warner Losh
# All rights reserved.
@@ -52,7 +51,7 @@
# information, know-how or other confidential information to any third party.
#
# $FreeBSD: stable/10/sys/dev/mmc/mmcbus_if.m 322120 2017-08-06 16:07:34Z marius $
-#
+# $MidnightBSD$
#include <sys/types.h>
#include <dev/mmc/mmcreg.h>
Modified: trunk/sys/dev/mvs/mvs_if.m
===================================================================
--- trunk/sys/dev/mvs/mvs_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/mvs/mvs_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
# Copyright (c) 2010 Alexander Motin <mav at FreeBSD.org>
# All rights reserved.
#
@@ -24,6 +23,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/mvs/mvs_if.m 207536 2010-05-02 19:28:30Z mav $
+# $MidnightBSD$
INTERFACE mvs;
Modified: trunk/sys/dev/ntb/ntb_if.m
===================================================================
--- trunk/sys/dev/ntb/ntb_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/ntb/ntb_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2016 Alexander Motin <mav at FreeBSD.org>
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/ntb/ntb_if.m 304404 2016-08-18 10:59:12Z mav $
-#
+# $MidnightBSD$
#include <sys/bus.h>
#include <machine/bus.h>
Modified: trunk/sys/dev/ofw/ofw_bus_if.m
===================================================================
--- trunk/sys/dev/ofw/ofw_bus_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/ofw/ofw_bus_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2001, 2003 by Thomas Moestl <tmm at FreeBSD.org>
# Copyright (c) 2004, 2005 by Marius Strobl <marius at FreeBSD.org>
@@ -25,6 +24,7 @@
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/ofw/ofw_bus_if.m 266135 2014-05-15 15:15:23Z loos $
+# $MidnightBSD$
# Interface for retrieving the package handle and a subset, namely
# 'compatible', 'device_type', 'model' and 'name', of the standard
Modified: trunk/sys/dev/pccard/card_if.m
===================================================================
--- trunk/sys/dev/pccard/card_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/pccard/card_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 1999 M. Warner Losh.
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/pccard/card_if.m 201453 2010-01-03 23:31:58Z imp $
-#
+# $MidnightBSD$
#include <sys/bus.h>
#include <machine/bus.h>
Modified: trunk/sys/dev/pccard/power_if.m
===================================================================
--- trunk/sys/dev/pccard/power_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/pccard/power_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 1999 M. Warner Losh.
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/pccard/power_if.m 139749 2005-01-06 01:43:34Z imp $
-#
+# $MidnightBSD$
#include <sys/bus.h>
Modified: trunk/sys/dev/pci/pci_if.m
===================================================================
--- trunk/sys/dev/pci/pci_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/pci/pci_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 1998 Doug Rabson
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/pci/pci_if.m 294340 2016-01-19 21:08:31Z jhb $
-#
+# $MidnightBSD$
#include <sys/bus.h>
Modified: trunk/sys/dev/pci/pcib_if.m
===================================================================
--- trunk/sys/dev/pci/pcib_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/pci/pcib_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2000 Doug Rabson
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/pci/pcib_if.m 279472 2015-03-01 04:28:30Z rstone $
-#
+# $MidnightBSD$
#include <sys/bus.h>
#include <sys/rman.h>
Modified: trunk/sys/dev/ppbus/ppbus_if.m
===================================================================
--- trunk/sys/dev/ppbus/ppbus_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/ppbus/ppbus_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 1999 Nicolas Souchu
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/ppbus/ppbus_if.m 139749 2005-01-06 01:43:34Z imp $
-#
+# $MidnightBSD$
#include <sys/bus.h>
#include <dev/ppbus/ppbconf.h>
Modified: trunk/sys/dev/scc/scc_if.m
===================================================================
--- trunk/sys/dev/scc/scc_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/scc/scc_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2004-2006 Marcel Moolenaar
# All rights reserved.
@@ -25,6 +24,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/scc/scc_if.m 188174 2009-02-05 19:32:34Z imp $
+# $MidnightBSD$
#include <sys/param.h>
#include <sys/bus.h>
Modified: trunk/sys/dev/sdhci/sdhci_if.m
===================================================================
--- trunk/sys/dev/sdhci/sdhci_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/sdhci/sdhci_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2006 M. Warner Losh
# All rights reserved.
@@ -52,7 +51,7 @@
# information, know-how or other confidential information to any third party.
#
# $FreeBSD: stable/10/sys/dev/sdhci/sdhci_if.m 322120 2017-08-06 16:07:34Z marius $
-#
+# $MidnightBSD$
#
# This is the set of callbacks that mmc bridges call into the bus, or
Modified: trunk/sys/dev/smbus/smbus_if.m
===================================================================
--- trunk/sys/dev/smbus/smbus_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/smbus/smbus_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 1998 Nicolas Souchu
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/smbus/smbus_if.m 162234 2006-09-11 20:52:41Z jhb $
-#
+# $MidnightBSD$
#include <sys/bus.h>
Modified: trunk/sys/dev/sound/midi/mpu_if.m
===================================================================
--- trunk/sys/dev/sound/midi/mpu_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/sound/midi/mpu_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2003 Mathew Kanner
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/sound/midi/mpu_if.m 166971 2007-02-25 13:51:52Z netchild $
-#
+# $MidnightBSD$
#include <dev/sound/midi/midi.h>
Modified: trunk/sys/dev/sound/midi/mpufoi_if.m
===================================================================
--- trunk/sys/dev/sound/midi/mpufoi_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/sound/midi/mpufoi_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2003 Mathew Kanner
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/sound/midi/mpufoi_if.m 166971 2007-02-25 13:51:52Z netchild $
-#
+# $MidnightBSD$
#include <sys/bus.h>
#include <dev/sound/midi/mpu401.h>
Modified: trunk/sys/dev/sound/midi/synth_if.m
===================================================================
--- trunk/sys/dev/sound/midi/synth_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/sound/midi/synth_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2003 Mathew Kanner
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/sound/midi/synth_if.m 166971 2007-02-25 13:51:52Z netchild $
-#
+# $MidnightBSD$
INTERFACE synth;
Modified: trunk/sys/dev/sound/pci/hda/hdac_if.m
===================================================================
--- trunk/sys/dev/sound/pci/hda/hdac_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/sound/pci/hda/hdac_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
# Copyright (c) 2012 Alexander Motin <mav at FreeBSD.org>
# All rights reserved.
#
@@ -24,6 +23,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/sound/pci/hda/hdac_if.m 230326 2012-01-19 01:55:48Z mav $
+# $MidnightBSD$
#include <sys/rman.h>
Modified: trunk/sys/dev/sound/pcm/ac97_if.m
===================================================================
--- trunk/sys/dev/sound/pcm/ac97_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/sound/pcm/ac97_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# KOBJ
#
@@ -27,7 +26,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/sound/pcm/ac97_if.m 139749 2005-01-06 01:43:34Z imp $
-#
+# $MidnightBSD$
#include <dev/sound/pcm/sound.h>
Modified: trunk/sys/dev/sound/pcm/channel_if.m
===================================================================
--- trunk/sys/dev/sound/pcm/channel_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/sound/pcm/channel_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# KOBJ
#
@@ -29,7 +28,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/sound/pcm/channel_if.m 193640 2009-06-07 19:12:08Z ariff $
-#
+# $MidnightBSD$
#include <dev/sound/pcm/sound.h>
Modified: trunk/sys/dev/sound/pcm/feeder_if.m
===================================================================
--- trunk/sys/dev/sound/pcm/feeder_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/sound/pcm/feeder_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# KOBJ
#
@@ -27,7 +26,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/sound/pcm/feeder_if.m 139749 2005-01-06 01:43:34Z imp $
-#
+# $MidnightBSD$
#include <dev/sound/pcm/sound.h>
Modified: trunk/sys/dev/sound/pcm/mixer_if.m
===================================================================
--- trunk/sys/dev/sound/pcm/mixer_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/sound/pcm/mixer_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# KOBJ
#
@@ -27,7 +26,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/sound/pcm/mixer_if.m 139749 2005-01-06 01:43:34Z imp $
-#
+# $MidnightBSD$
#include <dev/sound/pcm/sound.h>
Modified: trunk/sys/dev/uart/uart_if.m
===================================================================
--- trunk/sys/dev/uart/uart_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/uart/uart_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2003 Marcel Moolenaar
# All rights reserved.
@@ -25,6 +24,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/uart/uart_if.m 262649 2014-03-01 04:16:54Z imp $
+# $MidnightBSD$
#include <sys/param.h>
#include <sys/systm.h>
Modified: trunk/sys/dev/usb/usb_if.m
===================================================================
--- trunk/sys/dev/usb/usb_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/usb/usb_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
#
@@ -26,7 +25,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/usb/usb_if.m 228483 2011-12-14 00:28:54Z hselasky $
-#
+# $MidnightBSD$
# USB interface description
#
Modified: trunk/sys/dev/usb/usbdevs
===================================================================
--- trunk/sys/dev/usb/usbdevs 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/usb/usbdevs 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,6 +1,5 @@
/* $MidnightBSD$ */
/* $NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ */
-
/*-
* Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
* All rights reserved.
Modified: trunk/sys/dev/virtio/virtio_bus_if.m
===================================================================
--- trunk/sys/dev/virtio/virtio_bus_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/virtio/virtio_bus_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2011, Bryan Venteicher <bryanv at FreeBSD.org>
# All rights reserved.
@@ -25,6 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/virtio/virtio_bus_if.m 252707 2013-07-04 17:57:26Z bryanv $
+# $MidnightBSD$
#include <sys/bus.h>
#include <machine/bus.h>
Modified: trunk/sys/dev/virtio/virtio_if.m
===================================================================
--- trunk/sys/dev/virtio/virtio_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/dev/virtio/virtio_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 2011, Bryan Venteicher <bryanv at FreeBSD.org>
# All rights reserved.
@@ -25,6 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/dev/virtio/virtio_if.m 255110 2013-09-01 04:20:23Z bryanv $
+# $MidnightBSD$
#include <sys/bus.h>
Modified: trunk/sys/isa/isa_if.m
===================================================================
--- trunk/sys/isa/isa_if.m 2018-06-04 00:39:57 UTC (rev 10389)
+++ trunk/sys/isa/isa_if.m 2018-06-04 00:41:06 UTC (rev 10390)
@@ -1,4 +1,3 @@
-/* $MidnightBSD$ */
#-
# Copyright (c) 1999 Doug Rabson
# All rights reserved.
@@ -25,7 +24,7 @@
# SUCH DAMAGE.
#
# $FreeBSD: stable/10/sys/isa/isa_if.m 139790 2005-01-06 22:18:23Z imp $
-#
+# $MidnightBSD$
#include <sys/bus.h>
#include <isa/isavar.h>
More information about the Midnightbsd-cvs
mailing list