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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
10
-10
/
+0
*
A quote from the ia64 compiler:
dfr
2000-10-10
1
-1
/
+1
*
Remove an unused variable warning.
n_hibma
2000-07-18
1
-2
/
+0
*
Fix the detection of parallel port Zip drives.
n_hibma
2000-07-18
1
-4
/
+5
*
Unused include: #include "pps.h"
peter
2000-06-10
1
-1
/
+0
*
Match the include protection with the install location.
obrien
2000-05-20
1
-3
/
+3
*
Rather than use a MD lpt.h, we now use the MI lptio.h.
obrien
2000-05-19
1
-2
/
+1
*
If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTR
n_hibma
2000-05-07
1
-9
/
+15
*
Confusing comment.
n_hibma
2000-05-05
1
-1
/
+1
*
Don't use getebuf() unless you really need a struct buf. Malloc will
phk
2000-05-05
1
-10
/
+12
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
3
-3
/
+0
*
make the example compile again.
n_hibma
2000-04-27
1
-0
/
+2
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
4
-5
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
3
-3
/
+0
*
* Factor out the object system from new-bus so that it can be used by
dfr
2000-04-08
1
-0
/
+1
*
If we can't allocate an IRQ resource, fail in the attach routine.
jlemon
2000-04-07
1
-0
/
+4
*
Add automatic rescan on connect. This happens already if the drive is
n_hibma
2000-04-04
1
-9
/
+37
*
Isolate the Timecounter internals in their own two files.
phk
2000-03-20
1
-0
/
+1
*
I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, because
green
2000-03-15
1
-0
/
+5
*
Fix buffer overrun in pcfclock_read(). The submitter is the original
sheldonh
2000-02-20
1
-0
/
+3
*
Fix two warnings.
peter
2000-02-13
2
-2
/
+2
*
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
3
-4
/
+6
*
Some newbus-inspired tidy-ups. Use device_identify() rather than scanning
peter
2000-01-23
8
-255
/
+195
*
Add parallel port clock driver.
jkh
2000-01-19
1
-0
/
+348
*
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
3
-4
/
+6
*
Port of ppbus standalone framework to the newbus system.
nsouch
2000-01-14
18
-1406
/
+1607
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
6
-21
/
+21
*
Incorrect NULL -> 0
eivind
1999-12-20
1
-3
/
+3
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-2
/
+2
*
Print more verbose debugging output
n_hibma
1999-10-05
1
-7
/
+10
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
3
-15
/
+0
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-15
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
19
-19
/
+19
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-18
/
+5
*
Add pin-numbers for easy reference.
phk
1999-08-18
1
-11
/
+12
*
Remove compile time limit on number of devices.
phk
1999-08-08
1
-25
/
+17
*
Passing the unit number to an interrupt routing is kind of narrowminded,
phk
1999-08-08
2
-2
/
+7
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-11
/
+2
*
Rename bpfilter to bpf.
des
1999-07-06
1
-9
/
+9
*
Remove unused variable and computation, possibly leading to a
n_hibma
1999-06-26
1
-4
/
+1
*
GC unused prototype
peter
1999-06-03
1
-2
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
3
-37
/
+15
*
This commit should be a extensive NO-OP:
phk
1999-05-30
3
-16
/
+66
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
GC unused pps_drvinit() declaration
peter
1999-05-06
1
-2
/
+1
*
The base transfer speed for the parallel port bus is 93K/sec, not 3.3MB/sec.
ken
1999-05-06
1
-2
/
+2
*
Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed is
ken
1999-05-06
1
-2
/
+1
*
Add a number of interrelated CAM feature enhancements and bug fixes.
ken
1999-05-06
1
-1
/
+2
[next]