Date: Wed, 11 Apr 2001 10:25:36 +0530 From: pradip biswas <pradip@dtix.com> To: freebsd-hackers@FreeBSD.org Subject: problem in attaching a PCI driver Message-ID: <3AD3E3C8.B8B5A00@dtix.com>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AD3E3C8.B8B5A00>