| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=166914
|
| |
|
|
|
|
|
| |
Found with: Coverity Prevent(tm)
Notes:
svn path=/head/; revision=154343
|
| |
|
|
|
|
|
| |
Pretend the 10-bit I/O ISA addressing is not our problem.
Notes:
svn path=/head/; revision=150525
|
| |
|
|
|
|
|
|
| |
Implement ibdma() (only affects ibrd() mode)
Implement ibeot()
Notes:
svn path=/head/; revision=141747
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141423
|
| |
|
|
|
|
|
| |
the ibfoo() API.
Notes:
svn path=/head/; revision=141398
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141123
|
|
|
This driver implements "unaddressed listen only mode", which is what
printers and plotters commonly do on GP-IB busses.
This means that you can capture print/plot like output from your
instruments by configuring them as necessary (good luck!) and
cat -u /dev/gpib0l > /tmp/somefile
Since there is no way to know when no more output is comming you
will have to ctrl-C the cat process when it is done (that is why
the -u is important).
Notes:
svn path=/head/; revision=141121
|