NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/45125 CVS commit: src/sys
The following reply was made to PR kern/45125; it has been noted by GNATS.
From: "Paul Goyette" <pgoyette%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/45125 CVS commit: src/sys
Date: Tue, 7 Jun 2016 01:06:28 +0000
Module Name: src
Committed By: pgoyette
Date: Tue Jun 7 01:06:28 UTC 2016
Modified Files:
src/sys/dev/i2c: files.i2c i2c.c i2c_bitbang.c
src/sys/modules: Makefile
src/sys/modules/bpf: Makefile
src/sys/modules/iic: Makefile
src/sys/net: bpf.c bpf_filter.c
Added Files:
src/sys/modules/bpf_filter: Makefile
src/sys/modules/i2c_bitbang: Makefile
Log Message:
Create separate modules for i2c_bitbang and bpf_filter so these files
can be included in kernels which need them without also duplicating
them in other modules. Removes the duplicate symbols I found which
prevented loading i2c and bpf modules after having fixed PR 45125.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/i2c/files.i2c
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/i2c/i2c.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/i2c/i2c_bitbang.c
cvs rdiff -u -r1.165 -r1.166 src/sys/modules/Makefile
cvs rdiff -u -r1.4 -r1.5 src/sys/modules/bpf/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/bpf_filter/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/i2c_bitbang/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/iic/Makefile
cvs rdiff -u -r1.195 -r1.196 src/sys/net/bpf.c
cvs rdiff -u -r1.70 -r1.71 src/sys/net/bpf_filter.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