aboutsummaryrefslogtreecommitdiff
path: root/lib/libgpib/ibfoo.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove more disconnected libgpib items missed in r276214.Bryan Drewery2015-10-221-647/+0
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=289730
* Use the correct variable name in ibsad()Scott Long2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141783
* Check handle types.Poul-Henning Kamp2005-02-121-3/+3
| | | | | | | | Implement more device functions. Make DMA optional. Notes: svn path=/head/; revision=141777
* Add ibcntl as alias for ibcntPoul-Henning Kamp2005-02-121-50/+51
| | | | | | | | | Add ibsta and start to use it. Rename the argument structure more sensibly. Improve timeout and error handling Notes: svn path=/head/; revision=141768
* Use the eot argument field for ibeot().Poul-Henning Kamp2005-02-121-3/+3
| | | | Notes: svn path=/head/; revision=141736
* Constify.Poul-Henning Kamp2005-02-091-8/+8
| | | | Notes: svn path=/head/; revision=141591
* Add libgpib containing the glue to get ibfoo() calls into the kernel.Poul-Henning Kamp2005-02-061-0/+646
Notes: svn path=/head/; revision=141402