Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2017 05:08:01 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320860 - in head/sys: cam/ata cam/scsi ddb dev/aic7xxx dev/drm dev/isci
Message-ID:  <201707100508.v6A581rQ096507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Jul 10 05:08:01 2017
New Revision: 320860
URL: https://svnweb.freebsd.org/changeset/base/320860

Log:
  Include opt files in the kernel with "" instead of <>.

Modified:
  head/sys/cam/ata/ata_all.c
  head/sys/cam/scsi/scsi_all.c
  head/sys/cam/scsi/scsi_enc.c
  head/sys/cam/scsi/scsi_sa.c
  head/sys/ddb/db_sym.c
  head/sys/dev/aic7xxx/aic79xx_osm.h
  head/sys/dev/aic7xxx/aic7xxx_osm.h
  head/sys/dev/drm/drmP.h
  head/sys/dev/isci/environment.h

Modified: head/sys/cam/ata/ata_all.c
==============================================================================
--- head/sys/cam/ata/ata_all.c	Mon Jul 10 04:28:28 2017	(r320859)
+++ head/sys/cam/ata/ata_all.c	Mon Jul 10 05:08:01 2017	(r320860)
@@ -30,7 +30,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/param.h>
 
 #ifdef _KERNEL
-#include <opt_scsi.h>
+#include "opt_scsi.h"
 
 #include <sys/systm.h>
 #include <sys/libkern.h>

Modified: head/sys/cam/scsi/scsi_all.c
==============================================================================
--- head/sys/cam/scsi/scsi_all.c	Mon Jul 10 04:28:28 2017	(r320859)
+++ head/sys/cam/scsi/scsi_all.c	Mon Jul 10 05:08:01 2017	(r320860)
@@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/stdint.h>
 
 #ifdef _KERNEL
-#include <opt_scsi.h>
+#include "opt_scsi.h"
 
 #include <sys/systm.h>
 #include <sys/libkern.h>

Modified: head/sys/cam/scsi/scsi_enc.c
==============================================================================
--- head/sys/cam/scsi/scsi_enc.c	Mon Jul 10 04:28:28 2017	(r320859)
+++ head/sys/cam/scsi/scsi_enc.c	Mon Jul 10 05:08:01 2017	(r320860)
@@ -57,7 +57,7 @@ __FBSDID("$FreeBSD$");
 #include <cam/scsi/scsi_enc.h>
 #include <cam/scsi/scsi_enc_internal.h>
 
-#include <opt_ses.h>
+#include "opt_ses.h"
 
 MALLOC_DEFINE(M_SCSIENC, "SCSI ENC", "SCSI ENC buffers");
 

Modified: head/sys/cam/scsi/scsi_sa.c
==============================================================================
--- head/sys/cam/scsi/scsi_sa.c	Mon Jul 10 04:28:28 2017	(r320859)
+++ head/sys/cam/scsi/scsi_sa.c	Mon Jul 10 05:08:01 2017	(r320860)
@@ -68,7 +68,7 @@ __FBSDID("$FreeBSD$");
 
 #ifdef _KERNEL
 
-#include <opt_sa.h>
+#include "opt_sa.h"
 
 #ifndef SA_IO_TIMEOUT
 #define SA_IO_TIMEOUT		32

Modified: head/sys/ddb/db_sym.c
==============================================================================
--- head/sys/ddb/db_sym.c	Mon Jul 10 04:28:28 2017	(r320859)
+++ head/sys/ddb/db_sym.c	Mon Jul 10 05:08:01 2017	(r320860)
@@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$");
 #include <ddb/db_sym.h>
 #include <ddb/db_variables.h>
 
-#include <opt_ddb.h>
+#include "opt_ddb.h"
 
 /*
  * Multiple symbol tables

Modified: head/sys/dev/aic7xxx/aic79xx_osm.h
==============================================================================
--- head/sys/dev/aic7xxx/aic79xx_osm.h	Mon Jul 10 04:28:28 2017	(r320859)
+++ head/sys/dev/aic7xxx/aic79xx_osm.h	Mon Jul 10 05:08:01 2017	(r320860)
@@ -38,7 +38,7 @@
 #ifndef _AIC79XX_FREEBSD_H_
 #define _AIC79XX_FREEBSD_H_
 
-#include <opt_aic79xx.h>	/* for config options */
+#include "opt_aic79xx.h"	/* for config options */
 
 #include <sys/param.h>
 #include <sys/systm.h>

Modified: head/sys/dev/aic7xxx/aic7xxx_osm.h
==============================================================================
--- head/sys/dev/aic7xxx/aic7xxx_osm.h	Mon Jul 10 04:28:28 2017	(r320859)
+++ head/sys/dev/aic7xxx/aic7xxx_osm.h	Mon Jul 10 05:08:01 2017	(r320860)
@@ -37,7 +37,7 @@
 #ifndef _AIC7XXX_FREEBSD_H_
 #define _AIC7XXX_FREEBSD_H_
 
-#include <opt_aic7xxx.h>	/* for config options */
+#include "opt_aic7xxx.h"	/* for config options */
 
 #include <sys/param.h>
 #include <sys/systm.h>

Modified: head/sys/dev/drm/drmP.h
==============================================================================
--- head/sys/dev/drm/drmP.h	Mon Jul 10 04:28:28 2017	(r320859)
+++ head/sys/dev/drm/drmP.h	Mon Jul 10 05:08:01 2017	(r320860)
@@ -104,7 +104,7 @@ struct drm_file;
 #include "dev/drm/drm_internal.h"
 #include "dev/drm/drm_linux_list.h"
 
-#include <opt_drm.h>
+#include "opt_drm.h"
 #ifdef DRM_DEBUG
 #undef DRM_DEBUG
 #define DRM_DEBUG_DEFAULT_ON 1

Modified: head/sys/dev/isci/environment.h
==============================================================================
--- head/sys/dev/isci/environment.h	Mon Jul 10 04:28:28 2017	(r320859)
+++ head/sys/dev/isci/environment.h	Mon Jul 10 05:08:01 2017	(r320860)
@@ -42,7 +42,7 @@
 #include <sys/types.h>
 #include <sys/libkern.h>
 #include <machine/bus.h>
-#include <opt_isci.h>
+#include "opt_isci.h"
 
 typedef int8_t 		S8;
 typedef uint8_t		U8;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707100508.v6A581rQ096507>