Hello,
I'm trying to develop device driver; specifically Network device drivers. I've done my reading which includes LDD3 (almost all chapters), bunch of articles at Linuxjournal, few driver codes in Linux source (
8139cp.c, loopback.c etc). The code flow makes sense to me but I really am not comfortable with the code which is hardware specific.
If I had a device driver with its manufacturer's specification, it would be helpful for me to understand various design issues for a particular hardware; at least it will provide me an example. I couldn't find any. Can anybody help? Thanks in advance.
/tejas