Displaying 5 results from an estimated 5 matches for "m_nowait".
Did you mean:
_nowait
2003 Apr 22
0
kmem_map too small: 260046848 total allocated
...uot;,
(kgdb) list
324 mb_map_full = TRUE;
325 printf("Out of mbuf clusters - adjust NMBCLUSTERS or increase maxusers!\n");
326 return (0);
327 }
328 if ((flags & M_NOWAIT) == 0)
329 panic("kmem_malloc(%ld): kmem_map too small: %ld total allocated",
330 (long)size, (long)map->size);
331 return (0);
332 }
333 offset = addr - VM_MIN_KERNEL_ADDRESS;
(...
2003 Aug 22
1
nforce2 usb is broken on -stable
Hi All,
I'm running stable from August 19/2003.
I've got a few A7N8X-Deluxe boards. One Rev1.0 and two Rev2.0. While
the 1.0 board works, the 2.0 boards lock up on boot during the uhub0 bus
discovery.
It's extremely frustrating :) ...
While I can boot without the devices and attach them later, the devices
( logitech usb keyboard, logitech mouse, rio800, samsung CDMA adapter,
2013 Oct 28
5
FreeBSD PVH guest support
...amp; 0xffff);
@@ -577,18 +595,9 @@ xen_hvm_init_hypercall_stubs(void)
* Find the hypercall pages.
*/
do_cpuid(base + 2, regs);
-
- if (hypercall_stubs == NULL) {
- size_t call_region_size;
-
- call_region_size = regs[0] * PAGE_SIZE;
- hypercall_stubs = malloc(call_region_size, M_XENHVM, M_NOWAIT);
- if (hypercall_stubs == NULL)
- panic("Unable to allocate Xen hypercall region");
- }
for (i = 0; i < regs[0]; i++)
- wrmsr(regs[1], vtophys(hypercall_stubs + i * PAGE_SIZE) + i);
+ wrmsr(regs[1], vtophys(&hypercall_page + i * PAGE_SIZE) + i);
return (0);
}
@@ -677...
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
2007 Jun 08
2
Can't get if_txp(4) to attach to a 3CR990B-TXM NIC
Good morning,
I'm having a bit of an issue getting a 3CR990B-TXM NIC detected and
usable. Just wondering if anyone knows of any issues with this NIC
chipset and/or with the motherboard chipset.
The motherboard is a Biostar GeForce 6100 AM2 using an nVidia nForce 410
chipset and nVidia GeForce 6100 vide chipset.
I've tried FreeBSD 6.1, 6.2, 6-STABLE (from Wed), and 7-CURRENT (from