vserver 2.0 rc7
[linux-2.6.git] / Documentation / SubmittingDrivers
index af422d9..de3b252 100644 (file)
@@ -3,7 +3,8 @@ Submitting Drivers For The Linux Kernel
 
 This document is intended to explain how to submit device drivers to the
 various kernel trees. Note that if you are interested in video card drivers
-you should probably talk to XFree86 (http://www.xfree86.org) instead.
+you should probably talk to XFree86 (http://www.xfree86.org/) and/or X.Org
+(http://x.org/) instead.
 
 Also read the Documentation/SubmittingPatches document.
 
@@ -117,10 +118,28 @@ Linux kernel mailing list:
        linux-kernel@vger.kernel.org
        [mail majordomo@vger.kernel.org to subscribe]
 
+Linux Device Drivers, Third Edition (covers 2.6.10):
+       http://lwn.net/Kernel/LDD3/  (free version)
+
 Kernel traffic:
        Weekly summary of kernel list activity (much easier to read)
        http://www.kerneltraffic.org/kernel-traffic/
 
+LWN.net:
+       Weekly summary of kernel development activity - http://lwn.net/
+       2.6 API changes:
+               http://lwn.net/Articles/2.6-kernel-api/
+       Porting drivers from prior kernels to 2.6:
+               http://lwn.net/Articles/driver-porting/
+
+KernelTrap:
+       Occasional Linux kernel articles and developer interviews
+       http://kerneltrap.org/
+
+KernelNewbies:
+       Documentation and assistance for new kernel programmers
+       http://kernelnewbies.org/
+
 Linux USB project:
        http://sourceforge.net/projects/linux-usb/