Hi, I have gone through the tutorial composed be you on FreeBSD.org page. I am developing a loadable module on FreeBSD which will act a network pci card driver. The problem with the module is that, the probe/attach routines are not getting called. I have filled a driver_t, devclass_t and used the DRIVER_MODULE macro to register the probe/attach/detach routines. There is no other macro used. What changes should be made to make it work? Should there be any other macro in the code or any prior change in any system file? Thanks. --pradip To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

