| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the distinction between device minor and unit numbers. | ed | 2008-05-29 | 1 | -1/+1 |
* | Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for | kris | 2008-04-16 | 1 | -1/+1 |
* | Catchup with filters | imp | 2007-02-23 | 2 | -2/+2 |
* | Don't be noisy in case of shared interrupts. | phk | 2006-03-11 | 1 | -0/+2 |
* | Make resources do the right thing by design instead of accident. | phk | 2006-01-14 | 1 | -2/+1 |
* | Use new bus_space/resource convenience functions. | phk | 2005-09-24 | 4 | -148/+71 |
* | First cut at a driver for National Instruments PCI-GPIB hardware. | phk | 2005-09-15 | 1 | -0/+400 |
* | Allocate unit numbers with unr, implement detach function. | phk | 2005-09-15 | 2 | -5/+21 |
* | Remove public declarations of variables that were forgotten when they were | obrien | 2005-08-10 | 1 | -1/+0 |
* | Don't leak mutex on open failure. | phk | 2005-04-04 | 1 | -1/+3 |
* | Add placeholder mutex argument to new_unrhdr(). | phk | 2005-03-07 | 1 | -1/+1 |
* | Always go to standby efter each call. | phk | 2005-03-06 | 1 | -7/+7 |
* | Don't disable interrupts on a stray interrupt. | phk | 2005-03-06 | 1 | -2/+0 |
* | Check handle types. | phk | 2005-02-12 | 3 | -78/+199 |
* | Add ibcntl as alias for ibcnt | phk | 2005-02-12 | 3 | -243/+274 |
* | Split the ibfoo API into its own file. | phk | 2005-02-12 | 4 | -794/+926 |
* | Fix prototype for ibeot() | phk | 2005-02-12 | 1 | -1/+1 |
* | Make sure the last command byte makes it onto the wire. | phk | 2005-02-11 | 1 | -4/+6 |
* | Improve EOS handling. | phk | 2005-02-11 | 1 | -8/+17 |
* | Statification | phk | 2005-02-10 | 1 | -3/+3 |
* | Constify. | phk | 2005-02-09 | 1 | -4/+4 |
* | Allocate more space for softc. Amazing my machine survived this. | phk | 2005-02-06 | 1 | -1/+1 |
* | Further elaborate the GPIB driver. We now support a minimal subset of | phk | 2005-02-06 | 5 | -263/+1569 |
* | Forgot to mark the IRQ as MPSAFE. | phk | 2005-02-01 | 1 | -1/+5 |
* | Add a IEEE488 driver for PCIIA compatible cards. | phk | 2005-02-01 | 1 | -0/+419 |