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

This commit is contained in:
Warner Losh 2015-01-17 02:17:57 +00:00
parent eac107b8db
commit beae9392aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277284

View File

@ -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