aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ieee488/ibfoo.c
Commit message (Expand)AuthorAgeFilesLines
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Implement more of __ibsta: END and SRQI status bits (taken out of theJoerg Wunsch2010-12-101-0/+8
* Fix __retval vs. retval confusion: retval is meant to store the (userland)Joerg Wunsch2010-12-101-1/+1
* GPIB overhaul, part #2: make the tnt4882 driver work with the newerJoerg Wunsch2010-02-011-11/+133
* Make isa_dma functions MPSAFE by introducing its own private lock. TheseRoman Divacky2009-11-091-8/+0
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forKris Kennaway2008-04-161-1/+1
* Add placeholder mutex argument to new_unrhdr().Poul-Henning Kamp2005-03-071-1/+1
* Always go to standby efter each call.Poul-Henning Kamp2005-03-061-7/+7
* Check handle types.Poul-Henning Kamp2005-02-121-75/+193
* Add ibcntl as alias for ibcntPoul-Henning Kamp2005-02-121-239/+270
* Split the ibfoo API into its own file.Poul-Henning Kamp2005-02-121-0/+856