cvs commit: src/sys/conf options src/sys/dev/em if_em.c
src/sys/dev/firewire if_fwe.c if_fwip.c src/sys/dev/fxp if_fxp.c
src/sys/dev/ixgb if_ixgb.c src/sys/dev/nge if_nge.c src/sys/dev/re
if_re.c src/sys/dev/vge if_vge.c src/sys/kern kern_clock.c ...
Gleb Smirnoff
glebius at FreeBSD.org
Wed Oct 5 03:09:21 PDT 2005
glebius 2005-10-05 10:09:17 UTC
FreeBSD src repository
Modified files:
sys/conf options
sys/dev/em if_em.c
sys/dev/firewire if_fwe.c if_fwip.c
sys/dev/fxp if_fxp.c
sys/dev/ixgb if_ixgb.c
sys/dev/nge if_nge.c
sys/dev/re if_re.c
sys/dev/vge if_vge.c
sys/kern kern_clock.c kern_poll.c
sys/net netisr.c
sys/pci if_dc.c if_rl.c if_sf.c if_sis.c if_ste.c
if_vr.c if_xl.c
Log:
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
opt_device_polling.h
- Include opt_device_polling.h into appropriate files.
- Embrace with HAVE_KERNEL_OPTION_HEADERS the include in the files that
can be compiled as loadable modules.
Reviewed by: bde
Revision Changes Path
1.516 +1 -3 src/sys/conf/options
1.75 +4 -0 src/sys/dev/em/if_em.c
1.40 +3 -0 src/sys/dev/firewire/if_fwe.c
1.11 +3 -0 src/sys/dev/firewire/if_fwip.c
1.249 +4 -0 src/sys/dev/fxp/if_fxp.c
1.16 +4 -0 src/sys/dev/ixgb/if_ixgb.c
1.81 +4 -0 src/sys/dev/nge/if_nge.c
1.57 +4 -0 src/sys/dev/re/if_re.c
1.20 +4 -0 src/sys/dev/vge/if_vge.c
1.179 +1 -0 src/sys/kern/kern_clock.c
1.25 +2 -0 src/sys/kern/kern_poll.c
1.17 +1 -0 src/sys/net/netisr.c
1.170 +4 -0 src/sys/pci/if_dc.c
1.159 +4 -0 src/sys/pci/if_rl.c
1.89 +4 -0 src/sys/pci/if_sf.c
1.141 +4 -0 src/sys/pci/if_sis.c
1.91 +4 -0 src/sys/pci/if_ste.c
1.109 +4 -0 src/sys/pci/if_vr.c
1.198 +4 -0 src/sys/pci/if_xl.c
More information about the cvs-src
mailing list