]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do a pass over the broken LKM's and update them to use the "new"
authorPeter Wemm <peter@FreeBSD.org>
Sat, 28 Oct 1995 12:35:14 +0000 (12:35 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Sat, 28 Oct 1995 12:35:14 +0000 (12:35 +0000)
commit8e6b01171e30297084bb0b4457c4183c2746aacc
tree82d972add7e7b42b080d221c860f2d3f1e511a97
parent62c10d2dcb796989ce9cd789eb969678dcfe68fa
Do a pass over the broken LKM's and update them to use the "new"
convention of having their entry point named "<modname>_mod"".
Symorder is enforcing this when the current bsd.kmod.mk is installed.

I've not tested all these, but at least they all compile now.

Reattach them to the makefile.

Note that the change that I made to symorder needs to be compiled and
installed before any LKM's will work - the last version was corrupting
the relocation tables.  A "make world" will to this, but if you
manually run a make on the lkm's you'll need to take care of it by
hand.
32 files changed:
lkm/Makefile
lkm/coff/coff.c
lkm/ibcs2/Makefile
lkm/ibcs2/ibcs2
lkm/ibcs2/ibcs2.c
lkm/ipfw/ipfw_lkm.c
lkm/linux/linux
lkm/linux/linux.c
lkm/syscons/blank/blank_saver.c
lkm/syscons/fade/fade_saver.c
lkm/syscons/green/green_saver.c
lkm/syscons/snake/snake_saver.c
lkm/syscons/star/star_saver.c
sys/dev/syscons/blank/blank_saver.c
sys/dev/syscons/fade/fade_saver.c
sys/dev/syscons/green/green_saver.c
sys/dev/syscons/snake/snake_saver.c
sys/dev/syscons/star/star_saver.c
sys/modules/Makefile
sys/modules/coff/coff.c
sys/modules/ibcs2/Makefile
sys/modules/ibcs2/ibcs2
sys/modules/ibcs2/ibcs2.c
sys/modules/ibcs2/ibcs2.sh
sys/modules/linux/linux
sys/modules/linux/linux.c
sys/modules/linux/linux.sh
sys/modules/syscons/blank/blank_saver.c
sys/modules/syscons/fade/fade_saver.c
sys/modules/syscons/green/green_saver.c
sys/modules/syscons/snake/snake_saver.c
sys/modules/syscons/star/star_saver.c