CHANGES        - Change history (starts at release 1.3)
COPYING        - GPL
FILES          - This file
INSTALL        - Installation instructions
Makefile       - Makefile to compile programs
README         - Read this and be amazed
README.DOS     - How to make and use the DOS port
README.OS2     - Information on the OS2 port
README.ide     - Some hints on activating PnP IDE interfaces, and source code
README.initrd  - Some hints on using initrd to remove need for modularised drivers
README.lib     - Pointers to usage of libisapnp.a and the test code
README.modules - An example of loading modularised drivers: network card and modem
callbacks.c    - Library module - progress/error reporting callbacks
callbacks.h    - Header for callbacks.c
cardinfo.c     - Library module - retrieve information from ISA PnP resources
demo.c         - A demo of libisapnp usage
demo2.c        - Another demo of libisapnp usage
errcodes.h     - Error codes and messages for libisapnp procedures
errenum.h      - Declaration of enumerations for error codes
iopl.c         - Library module which acquires/relinquishes I/O privileges
iopl.h         - Header for acquisition/relinquishing of I/O privileges
isapnp.8       - Manual page for isapnp
isapnp.conf    - A sample config file for isapnp (dataflex modem)
isapnp.conf.5  - Manual page on the isapnp configuration file
isapnp.gone    - A sample preallocated resources file
isapnp.lsm     - The LSM entry
isapnp.txt     - Sample output from isapnp isapnp.conf
isapnp.y       - Flex source for isapnp
isapnpfaq.txt  - The FAQ at the time of release
man2html       - Script to convert isapnptools man pages to html
mysnprtf.c     - Crude implementation of snprintf() for DOS
mysnprtf.h     - Header declaring snprintf()
pnp-access.c   - Main interface to the library
pnp-access.h   - Main header file for users of libisapnp
pnp-select.c   - C source to allocate resources to devices
pnp.h          - Header with plug and play definitions
pnpdump.8      - Manual page for pnpdump
pnpdump.c      - C source for pnpdump
pnpdump.txt    - A sample output of pnpdump (dataflex modem)
realtime.c     - Library module which implements realtime mode
realtime.h     - Header for entering/leaving realtime mode
release.c      - Library module containing isapnptools versions used to build library
release.h      - Header giving isapnptools version
res-access.c   - ISA PnP cards' resource access module
res-access.h   - Header for ISA PnP resource access
resource.c     - C source to find existing resource allocations
resource.h     - Header for resource allocation stuff

config-scripts - Directory with sample configuration scripts
test           - Directory with test plan, test scripts and test cases

Binary distribution also includes:
isapnp         - ELF executable (libc5) for linux
isapnp.exe     - Executable for DOS
pnpdump        - ELF executable (libc5) for linux
pnpdump.exe    - Executable for DOS
