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
/
ppbus
/
ppi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add locking to ppc and ppbus and mark the whole lot MPSAFE:
jhb
2009-01-21
1
-49
/
+105
*
Various whitespace and style fixes.
jhb
2008-11-16
1
-9
/
+9
*
Fix build breakage.
jhb
2008-10-22
1
-1
/
+2
*
Several cleanups to remove the need for explicit unit numbers and a few
jhb
2008-10-21
1
-26
/
+20
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-5
/
+5
*
Rework the handling of interrupt handlers for children of ppc and ppbus:
jhb
2008-09-15
1
-7
/
+3
*
Catchup with filters
imp
2007-02-23
1
-2
/
+3
*
- Use bus_setup_intr() and bus_teardown_intr() to register device driver
jhb
2006-02-22
1
-2
/
+2
*
Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can be
ru
2005-12-21
1
-0
/
+1
*
Do not bzero() the softc, as newbus does it for us.
cognet
2004-07-09
1
-1
/
+0
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-5
/
+5
*
Prevent the strange situation that after each load/unload of a ppbus
guido
2004-03-18
1
-1
/
+5
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+7
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-13
/
+13
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
This makes ppbus childs like lpt and ppi succesfully connect to more
ticso
2002-04-07
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Remove an unused variable warning.
n_hibma
2000-07-18
1
-2
/
+0
*
If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTR
n_hibma
2000-05-07
1
-9
/
+15
*
If we can't allocate an IRQ resource, fail in the attach routine.
jlemon
2000-04-07
1
-0
/
+4
*
Some newbus-inspired tidy-ups. Use device_identify() rather than scanning
peter
2000-01-23
1
-28
/
+21
*
Make this compile - missing ")";
peter
2000-01-14
1
-1
/
+1
*
ppi needs to use a bus method to get this rather than peering inside the
nsouch
2000-01-14
1
-2
/
+2
*
Port of ppbus standalone framework to the newbus system.
nsouch
2000-01-14
1
-109
/
+139
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-16
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
*
Rename nlpt to lpt.
nsouch
1999-02-14
1
-44
/
+1
*
Distinguish EPP address/data register. Add EPP address register access to ppi.
nsouch
1999-01-30
1
-5
/
+12
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Major ppbus commit with:
nsouch
1999-01-10
1
-8
/
+314
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+1
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Actually implement the internals of the 'ppi' device.
msmith
1998-01-02
1
-12
/
+77
*
Removed unused #includes. The !KERNEL case may be more broken than before.
bde
1997-09-01
1
-18
/
+1
*
Remove bogus i386/* includes.
msmith
1997-08-28
1
-4
/
+1
*
Use cdev major 82 instead of the (reserved-for-local-use) original 14
msmith
1997-08-16
1
-3
/
+3
*
Sync with ppbus-970815 from the author :
msmith
1997-08-16
1
-10
/
+73
*
New directory and drivers for Parallel Port Bus devices.
msmith
1997-08-14
1
-0
/
+172