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
*
KSE Milestone 2
julian
2001-09-12
4
-11
/
+11
*
Translate various ppbus sequences into microsequences to limit
nsouch
2001-06-23
2
-109
/
+128
*
-Wunused cleanup
peter
2001-06-12
1
-2
/
+1
*
Style fixes from Sascha
phk
2001-06-06
1
-4
/
+3
*
make code use strxxx() calls
alfred
2001-04-01
1
-11
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
4
-4
/
+0
*
Discard extra status information if -1. This has been breaking the
nsouch
2001-01-25
1
-0
/
+5
*
Cleanup and improve mode detection. Now, you should get what you actually
nsouch
2001-01-02
3
-183
/
+98
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
2
-5
/
+3
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Don't use a private malloc(9) type for something this M_DEVBUFish.
phk
2000-12-07
1
-6
/
+4
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-14
/
+10
*
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
[next]