Highpoint 2760A / Marvell 88SE9485 SAS HBA Drivers?

2012-04-12 Thread Barkley Vowk
I've got a Highpoint 2760A card that I'd like a FreeBSD driver for, I've got a machine and disks available if someone wants to tackle that. Thanks! ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To

mmap segmentation fault

2012-04-12 Thread Maninya M
Hello, I want to allocate memory at a specified address location 'a' of size 'b'. I wrote code below to do it, but I'm getting a seg fault. How can I solve this? How can I get the allocated memory at the required address? int main() { unsigned int *addr,*newaddr; unsigned long a=134516736,a1; unsi

Re: mmap segmentation fault

2012-04-12 Thread Jilles Tjoelker
On Fri, Apr 13, 2012 at 12:25:32AM +0530, Maninya M wrote: > I want to allocate memory at a specified address location 'a' of size 'b'. > I wrote code below to do it, but I'm getting a seg fault. How can I solve > this? > How can I get the allocated memory at the required address? > int main() > {

Re: mlockall() on freebsd 7.2 + amd64 returns EAGAIN

2012-04-12 Thread Sushanth Rai
> > Then it should be fixed in r190885. > Thanks. That works like a charm. mlockall() mostly works now. There is still a, issue in wiring the stacks of multithreaded program when the program uses default stack allocation scheme. Thread library allocates stack for each thread by calling mmap(