help-urgent

2003-01-05 Thread shubha mr
Hi, If I have to write to a register at offset say x,in the pci configuration space,how do I do it? If it is using pci_read_config and pci_write_config,how does the system know where the pci reg base address of my device is? plese help urgent shubha __

SMP kernel installation

2003-01-06 Thread shubha mr
Hi, For a multiprocessor machine,to install FreeBSD,is something extra needs to be done from what will be done to install the OS for a uni processor machine?I mean is there anything different to be installed for a symmetric multi processor machine? thanks shubha __

64 bit support

2003-01-16 Thread shubha mr
Hi, Does freeBSD support 64 bit?If so,which version of the OS supports the same?I would appreciate if anyone can let me know abt this soon. Thanks and regards, shubha __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport

makefile silly question.

2002-09-18 Thread shubha mr
Hi, I have the driver source .c files under /usr/src/sys/dev/mydriver/. If I put the .h files(for eg: mydriver.h) also in the same directory,then while includign them in the .c files,I do #include.It complies fine when I make it in the directory /usr/src/sys/modules/mydriver. what I am looking fo

file of large size

2002-10-01 Thread shubha mr
Hi, Can anyone suggest me a shell script or a command to create a large file in BSD(aroung 50 MB).Any junk data in it is also fine. Thanks in advance, shubha __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email

untimeout reliable?

2002-10-30 Thread shubha mr
Hi, If there is a timeout sheduled already (because of an asynchronous interrupt),and if it is needed to untimeout the same and again start a new timeout, How reliable is untimeout?,ie will untimeout call help cancelling a timeout that has proceeded to a considerable adavanced stage? Simply put,wi

untimeout reliable?

2002-10-30 Thread shubha mr
Hi, If there is a timeout sheduled already (because of an asynchronous interrupt),and if it is needed to untimeout the same and again start a new timeout, How reliable is untimeout?,ie will untimeout call help cancelling a timeout that has proceeded to a considerable adavanced stage? Simply put,wi

end of line ^M

2002-11-07 Thread shubha mr
Hi, I have developed a device driver for BSD and I mailed it to a customer from a windows machine.But the driver did not compile on the target BSD machine.we found that because the src files got ^M's for every end -of -line beacause of windows,and hence the compile did not go through.Is there any f

duplicate packets in ping?

2002-11-20 Thread shubha mr
Ping on my device driver (for my NIC )gives duplicate packets.does anyone know why they occur and how to eliminate them? thanks shubha __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http:/

urgent help

2002-12-10 Thread shubha mr
Hi, I am trying to install samba on my freeBSD machine and it says "/: write file system full " .Looks like the hard disk is not sufficient.How do I solve this issue,meaning to uninstall a few things? thanks shubha __ Do You Yahoo!? Everything you'l

file system full

2002-07-22 Thread shubha mr
Hi, I tried to compile and install new kernel with another option (with VLAN support added).But when I makeinstall the kernel,it said file system is full. How do I need to remove the unneceaarry things and from where so that I can make space to teh new kernel.Is there a place where the system giv