Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: pgoyette
Date: Sat Mar 23 09:48:05 UTC 2019
Modified Files:
src/sys/modules/if_agr: Makefile
src/sys/net: if.c if.h if_vlan.c
src/sys/net/agr: if_agr.c
Log Message:
Replace compile-time checking for vlan code with a module hook.
Should resolve the errors reported on irc when booting a kernel which
has agr without vlan:
[ 1.0000000] WARNING: module error: built-in module if_agr can't find builtin dependency `if_vlan'
[ 1.0000000] WARNING: module error: built-in module if_agr prerequisite if_vlan failed, error 2
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/if_agr/Makefile
cvs rdiff -u -r1.446 -r1.447 src/sys/net/if.c
cvs rdiff -u -r1.268 -r1.269 src/sys/net/if.h
cvs rdiff -u -r1.133 -r1.134 src/sys/net/if_vlan.c
cvs rdiff -u -r1.47 -r1.48 src/sys/net/agr/if_agr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index