[Ilugc] PCI driver training

  • From: siva@xxxxxxxxxxx (Sivasankar Chander)
  • Date: Wed Aug 11 12:24:41 2004

             

Im intrested PCI driver development...but im new to this....
Can anybody give training who knows PCI & USB driver development

If you're new to kernel-side programming, just forget about PCI
or USB driver development. Start with something basic, like a serial
driver for a 16450/16550 UART, learn the basics, then move to PCI.
USB is for stalwarts only - no two devices implement the spec the
same way, or correctly, for that matter.

OTOH, if you're new to Linux userland programming, forget about
kernel-side programming altogether. Learn about gcc, make,
etc. on the userland-side before moving to the kernel-side.

Anyway, I'll second the recommendation of Rubini's book on driver
development.

-Siva

Other related posts: