Hi,
I have tried to search the archives for two days, but can't.  So, I really
need some help now.

I am using RTL1.1 on kernel 2.0.36.

I am accessing a video frame grabber at (0xB0000), but want to try and speed
things up.  It is an ISA card.  

I have 

unsigned char  *ptr;

ptr = bus_to_virt(0xB0000);


and then I can assign any value to    *(ptr+offset).

How can I do a block write in kernel space ???   I tried memset_io(  ... )
but it is unresolved

Thanks in advance --

Janet Estabridis
Electrical Engineer
NAWC Code 473E00D
Building 31440 Room 1017
China Lake, CA 93555
[EMAIL PROTECTED]
(760) 939-2896  FAX (760) 939 -3075

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to