proc.c (f790c0ca6fad60b544bb73eda8cc841a6436725b) | proc.c (631dd1a885b6d7e9f6f51b4e5b311c2bb04c323c) |
---|---|
1/* 2 * /proc/bus/pnp interface for Plug and Play devices 3 * 4 * Written by David Hinds, dahinds@users.sourceforge.net 5 * Modified by Thomas Hood 6 * 7 * The .../devices and .../<node> and .../boot/<node> files are 8 * utilized by the lspnp and setpnp utilities, supplied with the 9 * pcmcia-cs package. 10 * http://pcmcia-cs.sourceforge.net 11 * 12 * The .../escd file is utilized by the lsescd utility written by 13 * Gunther Mayer. | 1/* 2 * /proc/bus/pnp interface for Plug and Play devices 3 * 4 * Written by David Hinds, dahinds@users.sourceforge.net 5 * Modified by Thomas Hood 6 * 7 * The .../devices and .../<node> and .../boot/<node> files are 8 * utilized by the lspnp and setpnp utilities, supplied with the 9 * pcmcia-cs package. 10 * http://pcmcia-cs.sourceforge.net 11 * 12 * The .../escd file is utilized by the lsescd utility written by 13 * Gunther Mayer. |
14 * http://home.t-online.de/home/gunther.mayer/lsescd | |
15 * 16 * The .../legacy_device_resources file is not used yet. 17 * 18 * The other files are human-readable. 19 */ 20 21#include <linux/module.h> 22#include <linux/kernel.h> --- 330 unchanged lines hidden --- | 14 * 15 * The .../legacy_device_resources file is not used yet. 16 * 17 * The other files are human-readable. 18 */ 19 20#include <linux/module.h> 21#include <linux/kernel.h> --- 330 unchanged lines hidden --- |