svn commit: r277284 - head/sys/conf

Warner Losh imp at FreeBSD.org
Sat Jan 17 02:17:58 UTC 2015


Author: imp
Date: Sat Jan 17 02:17:57 2015
New Revision: 277284
URL: https://svnweb.freebsd.org/changeset/base/277284

Log:
  Move DEV_ entries scattered to their common section. Add DEV_PCI.

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Sat Jan 17 02:17:55 2015	(r277283)
+++ head/sys/conf/options	Sat Jan 17 02:17:57 2015	(r277284)
@@ -396,11 +396,6 @@ BOOTP_NFSROOT		opt_bootp.h
 BOOTP_NFSV3		opt_bootp.h
 BOOTP_WIRED_TO		opt_bootp.h
 DEVICE_POLLING
-DEV_ENC			opt_enc.h
-DEV_PF			opt_pf.h
-DEV_PFLOG		opt_pf.h
-DEV_PFSYNC		opt_pf.h
-DEV_VLAN		opt_vlan.h
 DUMMYNET		opt_ipdn.h
 INET			opt_inet.h
 INET6			opt_inet6.h
@@ -698,10 +693,16 @@ ISAPNP			opt_isa.h
 
 # various 'device presence' options.
 DEV_BPF			opt_bpf.h
-DEV_NETMAP		opt_global.h
-DEV_MCA			opt_mca.h
 DEV_CARP		opt_carp.h
+DEV_ENC			opt_enc.h
+DEV_MCA			opt_mca.h
+DEV_NETMAP		opt_global.h
+DEV_PCI			opt_pci.h
+DEV_PF			opt_pf.h
+DEV_PFLOG		opt_pf.h
+DEV_PFSYNC		opt_pf.h
 DEV_SPLASH		opt_splash.h
+DEV_VLAN		opt_vlan.h
 
 # EISA support
 DEV_EISA		opt_eisa.h


More information about the svn-src-head mailing list