README
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. ISAPNP Module for Linux 2.2.X Kernels
  2. Version 0.1.0
  3. Summary:
  4. This tarball contains a the first hack at a backport of the new isapnp
  5. module that is in the 2.3.X series kernel to work on Linux 2.2.X
  6. series kernels.
  7. It is relatively untested.  It creates the /proc/isapnp file and seems
  8. to find all the isapnp devices in the system.  Any testing reports or 
  9. bugs found should be sent to the module author:
  10. Ed Okerson <eokerson@quicknet.net>
  11. Updates:
  12. Until this can get back into the kernel, you can always find the
  13. latest version of this driver at:
  14. http://www.quicknet.net/develop.htm
  15. ftp://ftp.quicknet.net/Developer/Linux/isapnp
  16. Credit: 
  17. Real credit goes to the original author Jaroslav Kysela
  18. <perex@suse.cz> who did the fine work in the 2.3.X kernel in the first
  19. place.  Ed Okerson ported it to the 2.2.x kernels.
  20. This backport is contributed back to the community by Quicknet
  21. Technologies, Inc.  We developed this to support use of our ixj.o
  22. module for our Internet LineJACK/PhoneJACK/PhoneCARD products for
  23. Internet Telephony.  We hope it is useful to others.
  24. To use:
  25. make;make install
  26. insmod isapnp
  27. Then, if you have isapnp devices, you should see them in /proc/isapnp.
  28. Please read the isapnp.txt file for information on general use of the
  29. module.