search for: module_depend

Displaying 4 results from an estimated 4 matches for "module_depend".

2006 Apr 28
1
link_elf: symbol cam_simq_alloc undefined
Hello, I'm trying to upgrade from 5-stable to 6-stable; after rebooting to the new kernel, the amr(4) module (amr.ko) refuses to load with this message: link_elf: symbol cam_simq_alloc undefined However, a quick nm(1) on /boot/kernel/cam.ko does show: ... 0000f0ac T cam_sim_set_path 0000efc4 T cam_simq_alloc 0000efd4 T cam_simq_free ... and cam.ko is already loaded before amr.ko.
2003 Apr 12
1
ports/sys prob
...nks! ===> Extracting for rtc-2002.03.05.2_1 >> No MD5 checksum file. ===> Patching for rtc-2002.03.05.2_1 ===> Configuring for rtc-2002.03.05.2_1 ===> Building for rtc-2002.03.05.2_1 "/sys/conf/kmod.mk", line 66: "Do not use KMODDEPS on 5.0+, use MODULE_VERSION/MODULE_DEPEND" *** Error code 1 Stop in /usr/ports/emulators/rtc. gwurble# uname shows: 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Dec 26 18:32:20 EST 2002 latest cvsup: sat 12 apr 2003 02:06 (as per freshports port submition time)
2013 Oct 28
5
FreeBSD PVH guest support
...D(device_attach, xenpvcpu_attach), + DEVMETHOD(device_detach, xenpvcpu_detach), + DEVMETHOD_END +}; + +static driver_t xenpvcpu_driver = { + "pvcpu", + xenpvcpu_methods, + 0, +}; + +devclass_t xenpvcpu_devclass; + +DRIVER_MODULE(xenpvcpu, nexus, xenpvcpu_driver, xenpvcpu_devclass, 0, 0); +MODULE_DEPEND(xenpvcpu, nexus, 1, 1, 1); diff --git a/sys/xen/gnttab.c b/sys/xen/gnttab.c index 03c32b7..909378a 100644 --- a/sys/xen/gnttab.c +++ b/sys/xen/gnttab.c @@ -25,6 +25,7 @@ __FBSDID("$FreeBSD$"); #include <sys/lock.h> #include <sys/malloc.h> #include <sys/mman.h> +#inclu...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed