Re: Is it ok to compile a device driver as a module though no load_function is declared in DRIVER_MODULE()?

2001-04-30 Thread Nicolas Souchu
On Mon, Apr 16, 2001 at 03:42:34PM +0200, Alex wrote: Hi, i've got a little question about device drivers for FreeBSD. I'm testing my device driver by compiling it as a module and kldloading it. But as I don't want to use it as a module in the future I declared DRIVER_MODULE(..) as

Is it ok to compile a device driver as a module though no load_function is declared in DRIVER_MODULE()?

2001-04-16 Thread Alex
Hi, i've got a little question about device drivers for FreeBSD. I'm testing my device driver by compiling it as a module and kldloading it. But as I don't want to use it as a module in the future I declared DRIVER_MODULE(..) as follows: DRIVER_MODULE( ir, isa, ir_isa_driver, ir_devclass, 0,