X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2Fkernel-docs.txt;h=b53bccbd97270f37871964fda6ba46b0f706365a;hb=f32610edab47f36946d23b883aeae91e15986121;hp=99d24f2943eefc1ae597c09470e00964fc8fa356;hpb=4fe1eaf6f39ed3270aff6068d84a2e6a452da734;p=linux-2.6 diff --git a/Documentation/kernel-docs.txt b/Documentation/kernel-docs.txt index 99d24f2943..b53bccbd97 100644 --- a/Documentation/kernel-docs.txt +++ b/Documentation/kernel-docs.txt @@ -290,17 +290,6 @@ Description: Very nice 92 pages GPL book on the topic of modules programming. Lots of examples. - * Title: "Device File System (devfs) Overview" - Author: Richard Gooch. - URL: http://www.atnf.csiro.au/people/rgooch/linux/docs/devfs.html - Keywords: filesystem, /dev, devfs, dynamic devices, major/minor - allocation, device management. - Description: Document describing Richard Gooch's controversial - devfs, which allows for dynamic devices, only shows present - devices in /dev, gets rid of major/minor numbers allocation - problems, and allows for hundreds of identical devices (which some - USB systems might demand soon). - * Title: "I/O Event Handling Under Linux" Author: Richard Gooch. URL: http://www.atnf.csiro.au/~rgooch/linux/docs/io-events.html