Changed things around port.h a bit:

- port_access_full is now called port_access_multiple and has a count parameter (LPT port stuff should be in lpt-port.h)
- Updated calling source files too
- Added support for ports in higher range, so that PCI LPT cards will work too (but I can't test this myself...)
- Enhanced formatting of in-file documentation a bit
- Updated docs of port.h in lcdproc-dev
This commit is contained in:
robijn
2003-04-04 22:53:16 +00:00
parent 82d355982c
commit c72f813a4c
8 changed files with 127 additions and 92 deletions
+1
View File
@@ -113,6 +113,7 @@ AC_CHECK_LIB(i386, i386_get_ioperm,
[])]
)
AC_CHECK_FUNCS(iopl)
AC_CHECK_FUNCS(ioperm)
AC_CHECK_HEADERS(sys/io.h)