aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ieee488
Commit message (Expand)AuthorAgeFilesLines
* Convert files to UTF-8Ulrich Spörlein2012-01-154-10/+10
* 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-016-81/+304
* Fix breakage introduced to the tnt4882 driver in r202870. This PCIJoerg Wunsch2010-01-234-6/+13
* Overhaul of the pcii driver:Joerg Wunsch2010-01-233-26/+120
* Make isa_dma functions MPSAFE by introducing its own private lock. TheseRoman Divacky2009-11-091-8/+0
* Remove the distinction between device minor and unit numbers.Ed Schouten2008-05-291-1/+1
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forKris Kennaway2008-04-161-1/+1
* Catchup with filtersWarner Losh2007-02-232-2/+2
* Don't be noisy in case of shared interrupts.Poul-Henning Kamp2006-03-111-0/+2
* Make resources do the right thing by design instead of accident.Poul-Henning Kamp2006-01-141-2/+1
* Use new bus_space/resource convenience functions.Poul-Henning Kamp2005-09-244-148/+71
* First cut at a driver for National Instruments PCI-GPIB hardware.Poul-Henning Kamp2005-09-151-0/+400
* Allocate unit numbers with unr, implement detach function.Poul-Henning Kamp2005-09-152-5/+21
* Remove public declarations of variables that were forgotten when they wereDavid E. O'Brien2005-08-101-1/+0
* Don't leak mutex on open failure.Poul-Henning Kamp2005-04-041-1/+3
* 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
* Don't disable interrupts on a stray interrupt.Poul-Henning Kamp2005-03-061-2/+0
* Check handle types.Poul-Henning Kamp2005-02-123-78/+199
* Add ibcntl as alias for ibcntPoul-Henning Kamp2005-02-123-243/+274
* Split the ibfoo API into its own file.Poul-Henning Kamp2005-02-124-794/+926
* Fix prototype for ibeot()Poul-Henning Kamp2005-02-121-1/+1
* Make sure the last command byte makes it onto the wire.Poul-Henning Kamp2005-02-111-4/+6
* Improve EOS handling.Poul-Henning Kamp2005-02-111-8/+17
* StatificationPoul-Henning Kamp2005-02-101-3/+3
* Constify.Poul-Henning Kamp2005-02-091-4/+4
* Allocate more space for softc. Amazing my machine survived this.Poul-Henning Kamp2005-02-061-1/+1
* Further elaborate the GPIB driver. We now support a minimal subset ofPoul-Henning Kamp2005-02-065-263/+1569
* Forgot to mark the IRQ as MPSAFE.Poul-Henning Kamp2005-02-011-1/+5
* Add a IEEE488 driver for PCIIA compatible cards.Poul-Henning Kamp2005-02-011-0/+419