README
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:1k
- ISAPNP Module for Linux 2.2.X Kernels
- 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. Any testing reports or
- bugs found should be sent to the module author:
- Ed Okerson <eokerson@quicknet.net>
- 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
- <perex@suse.cz> who did the fine work in the 2.3.X kernel in the first
- place. Ed Okerson ported it to the 2.2.x kernels.
- 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.