preferable way to control kernel module

Dirk GOUDERS gouders at et.bocholt.fh-ge.de
Thu Aug 11 16:15:12 GMT 2005


 > > Thank you for advise. But I wonder: what is wrong with syscall approach
 > > (via SYSCALL_MODULE macro)?
 > 
 > I just haven't done one personally.  I think there's also a lot more potenti
 > al 
 > for collisions when trying to pick a syscall number versus picking a string 
 > name for a sysctl or /dev entry.

Shouldn't that be no problem if he sets the offset parameter to
SYSCALL_MODULE to NO_SYSCALL (get the next free offset)?

Dirk


More information about the freebsd-hackers mailing list