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
/
lpt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Use ppb_assert_locked() rather than using explicit mtx_assert call
attilio
2011-11-22
1
-3
/
+2
*
Check pointer for NULL before dereferencing it, not after.
brueffer
2009-10-22
1
-2
/
+5
*
Correct a copy/paste bug in a comment. lptclose() checks once a second to
jhb
2009-10-13
1
-1
/
+1
*
When the timeout backoff hits the maximum value, leave it capped at the
jhb
2009-10-05
1
-1
/
+1
*
Fix lptopen() and lptclose() to not trash the state of the HAVEBUS flag
jhb
2009-02-11
1
-11
/
+8
*
Don't unlock the parent ppc lock until after releasing the ppbus.
jhb
2009-01-26
1
-1
/
+1
*
Fix a compile bogon. 'ppbus' is used by two different sets of debug code
jhb
2009-01-22
1
-0
/
+2
*
Add locking to ppc and ppbus and mark the whole lot MPSAFE:
jhb
2009-01-21
1
-130
/
+157
*
Various whitespace and style fixes.
jhb
2008-11-16
1
-41
/
+38
*
Fix build breakage.
jhb
2008-10-22
1
-2
/
+2
*
Several cleanups to remove the need for explicit unit numbers and a few
jhb
2008-10-21
1
-29
/
+28
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-6
/
+6
*
Rework the handling of interrupt handlers for children of ppc and ppbus:
jhb
2008-09-15
1
-11
/
+5
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Import ACPI Dock Station support. Note that this is still very young.
iwasaki
2006-04-15
1
-0
/
+16
*
- 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
*
Remove unused variable.
phk
2005-03-17
1
-6
/
+0
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+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
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-6
/
+6
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
- Make 'irq' intptr_t instead of uintptr_t so it handles a value of -1
jhb
2002-11-07
1
-2
/
+2
*
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
*
Don't use a private malloc(9) type for something this M_DEVBUFish.
phk
2000-12-07
1
-6
/
+4
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Rather than use a MD lpt.h, we now use the MI lptio.h.
obrien
2000-05-19
1
-2
/
+1
*
Don't use getebuf() unless you really need a struct buf. Malloc will
phk
2000-05-05
1
-10
/
+12
*
I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, because
green
2000-03-15
1
-0
/
+5
*
Fix two warnings.
peter
2000-02-13
1
-1
/
+1
*
Fix system hang when printer locks on missing paper
nsouch
2000-02-08
1
-2
/
+2
*
Make this lot build on alpha.
dfr
2000-01-25
1
-2
/
+3
*
Some newbus-inspired tidy-ups. Use device_identify() rather than scanning
peter
2000-01-23
1
-28
/
+21
*
Port of ppbus standalone framework to the newbus system.
nsouch
2000-01-14
1
-157
/
+194
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-4
/
+4
*
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
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-18
/
+5
*
GC unused prototype
peter
1999-06-03
1
-2
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-17
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
[next]