Re: fla.ko

2003-07-14 Thread John-Mark Gurney
David Yeske wrote this message on Sun, Jul 13, 2003 at 19:21 -0700: 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... You need

fla.ko

2003-07-13 Thread David Yeske
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 \