index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ieee488
Commit message (
Expand
)
Author
Age
Files
Lines
*
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