CVS log for src/sys/dev/netif/re/Makefile
Up to [DragonFly] / src / sys / dev / netif / re
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Sep 17 08:51:29 2008 UTC (4 years, 8 months ago) by sephe
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -4 lines
Always enable ETHER_INPUT_CHAIN support
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jun 25 11:02:33 2008 UTC (4 years, 10 months ago) by sephe
Branches: MAIN
CVS tags: DragonFly_RELEASE_2_0_Slip,
DragonFly_RELEASE_2_0,
DragonFly_Preview
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -2 lines
Make re(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 24 08:06:15 2005 UTC (7 years, 6 months ago) by sephe
Branches: MAIN
CVS tags: DragonFly_RELEASE_1_8_Slip,
DragonFly_RELEASE_1_8,
DragonFly_RELEASE_1_6_Slip,
DragonFly_RELEASE_1_6,
DragonFly_RELEASE_1_4_Slip,
DragonFly_RELEASE_1_4,
DragonFly_RELEASE_1_12_Slip,
DragonFly_RELEASE_1_12,
DragonFly_RELEASE_1_10_Slip,
DragonFly_RELEASE_1_10
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -1
lines
- Move DEVICE_POLLING from opt_global.h to opt_polling.h(newly added),
so that polling(4) can be enabled in modules that are not built
during kernel building
- Add opt_polling.h to files that depend on DEVICE_POLLING
- Change related netif modules' Makefile to enable polling(4) support
- Add comment in net/if_var.h to prevent DEVICE_POLLING related
incompatibilities from being introduced
Suggested-by: dillon
NOTE: As of this commit, any file that will depend on DEVICE_POLLING
*must* include opt_polling.h at its beginning
With-helps-from: joerg
Reviewed-by: dillon, submit@
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 7 09:47:27 2004 UTC (8 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: DragonFly_Stable,
DragonFly_Snap29Sep2004,
DragonFly_Snap13Sep2004,
DragonFly_RELEASE_1_2_Slip,
DragonFly_RELEASE_1_2,
DragonFly_1_0_REL,
DragonFly_1_0A_REL
Add re(4) as kernel module. After some feedback, this will be added to the
GENERIC.
Obtained-from: FreeBSD