aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ieee488/ibfoo_int.h
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit the IEEE-488/GPIB support.Poul-Henning Kamp2014-12-251-147/+0
| | | | Notes: svn path=/head/; revision=276214
* Add ibcntl as alias for ibcntPoul-Henning Kamp2005-02-121-3/+3
| | | | | | | | | Add ibsta and start to use it. Rename the argument structure more sensibly. Improve timeout and error handling Notes: svn path=/head/; revision=141768
* Further elaborate the GPIB driver. We now support a minimal subset ofPoul-Henning Kamp2005-02-061-0/+147
the ibfoo() API. Notes: svn path=/head/; revision=141398