fla.ko

David Yeske dyeske at yahoo.com
Sun Jul 13 19:22:01 PDT 2003


I'm wondering what needs to be done to make the "fla" device into a kernel module.
I made modules/fla/Makefile, but I am not sure what else needs to be done.
It looks like you can't kldunload it after you kldload it...

.PATH:  ${.CURDIR}/../../contrib/dev/fla
KMOD    = fla
SRCS    = fla.c \
          device_if.h bus_if.h
OBJS+=  msysosak.o

msysosak.o:
        uudecode < ${.CURDIR}/../../contrib/dev/fla/i386/msysosak.o.uu

.include <bsd.kmod.mk>

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


More information about the freebsd-current mailing list