| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for
better grep-compliance and to standardize with the rest of the kernel.
Notes:
svn path=/stable/7/; revision=179044
|
| |
|
|
| |
Notes:
svn path=/head/; revision=166914
|
| |
|
|
| |
Notes:
svn path=/head/; revision=156573
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Hardware donated by: "Greg Maciejewski" <gregm@serverpit.com>
Notes:
svn path=/head/; revision=150157
|
| |
|
|
| |
Notes:
svn path=/head/; revision=150153
|
| |
|
|
|
|
|
| |
made static.
Notes:
svn path=/head/; revision=148920
|
| |
|
|
| |
Notes:
svn path=/head/; revision=144633
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143238
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143184
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143183
|
| |
|
|
|
|
|
|
| |
Implement more device functions.
Make DMA optional.
Notes:
svn path=/head/; revision=141777
|
| |
|
|
|
|
|
|
|
| |
Add ibsta and start to use it.
Rename the argument structure more sensibly.
Improve timeout and error handling
Notes:
svn path=/head/; revision=141768
|
| |
|
|
|
|
|
|
| |
Implement ibdma() (only affects ibrd() mode)
Implement ibeot()
Notes:
svn path=/head/; revision=141747
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141737
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141703
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141682
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141621
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141591
|
| |
|
|
| |
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
|