Hi all......

2008-03-11 Thread vasant j
Hi i am kernel newbie ,kindly suggest me any linux pdf or book to start up. Regards, vasant

Hi all reply plzzzz.....

2008-01-22 Thread vasant j
Hi, How can we disable all interrupts in Linux.(any command for that!). Thank you, vasant.

HI all... reply pls

2007-11-21 Thread vasant j
hi, I am writing device drivers for PCI card.I want write my own Read and Write function calls in Driver module.. I am using ioremap function which return a pointeri want to use this pointer in my own read and write functionalitieskindly reply to this as soon as

Hi all....reply pls !!

2007-11-21 Thread vasant j
Hi , I want to use ioremap returned pointer as globalin the driver..how can i do it ex:- int *ptr; ptr=ioremap(args..); This 'ptr' i want to access as global.how? Thanks vasant -- To unsubscribe from this list:

Suggest project...

2007-10-14 Thread vasant j
Hi all, can any one suggest linux project to start with...any online project going on...so that i can be part of the project contribute. Thank you, vasant

request_mem_region kindly reply to this....

2007-10-13 Thread vasant j
Hi all, I am new to linux programmingi am programming for PCI card.My problem is i have used *request_mem_region( )* command and requested for 1k of memory.It is returning failure.How to tackle this i did like this : char *p;