----------- ISAPNP Module for Linux 2.2.X Kernels (backported from 2.3.x to 2.2.x) License: GPL Version 0.1.0 Summary: This tarball contains a the first hack at a backport of the new isapnp module that is in the 2.3.X series kernel to work on Linux 2.2.X series kernels. It is relatively untested. It creates the /proc/isapnp file and seems to find all the isapnp devices in the system. You can read the first isapnp device, though there seems to be an issue iterating to find the next card. Any testing reports or bugs found are kindly appreciated. Please send them to the author of the backport: Ed Okerson Updates: Until this can get back into the kernel, you can always find the latest version of this driver at: http://www.quicknet.net/develop.htm ftp://ftp.quicknet.net/Developer/Linux/isapnp Credit: Real credit goes to the original author Jaroslav Kysela who did the fine work in the 2.3.X kernel in the first place. However, Ed Okerson did the backport work to 2.2.x. This backport is contributed back to the community by Quicknet Technologies, Inc. We developed this to support use of our ixj.o module for our Internet LineJACK/PhoneJACK/PhoneCARD products for Internet Telephony. We hope it is useful to others. To use: make;make install insmod isapnp Then, if you have isapnp devices, you should see them in /proc/isapnp. Please read the isapnp.txt file for information on general use of the module. ----------