Date: Sun, 13 Jul 2003 19:21:59 -0700 (PDT) From: David Yeske <dyeske@yahoo.com> To: current@freebsd.org Cc: jmg@freebsd.org Subject: fla.ko Message-ID: <20030714022159.74573.qmail@web13505.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030714022159.74573.qmail>
