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
*
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
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
2
-4
/
+4
*
Allow multiple opens.
phk
1999-04-25
1
-5
/
+10
*
Staticize.
eivind
1999-04-11
1
-2
/
+2
*
Make ppbus compile under egcs. I'm not sure about this casting-to-union-
peter
1999-04-05
3
-9
/
+14
*
Reduce Bruce-filter verbosity.
phk
1999-03-13
1
-7
/
+3
*
Make even more of the PPSAPI implementations generic.
phk
1999-03-11
1
-53
/
+22
*
Move away from lpt.h data structure definition that only lpt.c relies on.
nsouch
1999-02-14
3
-43
/
+59
*
Rename nlpt to lpt.
nsouch
1999-02-14
4
-136
/
+97
*
Generate correct DLT_NULL headers before passing packets to bpf.
des
1999-02-08
1
-30
/
+43
*
Bring in the simplified port probe from src/sys/i386/isa/lpt.c
des
1999-02-08
1
-26
/
+20
*
Fix compile warnings about missing braces around static initialization of uni...
nsouch
1999-01-31
1
-22
/
+22
*
Distinguish EPP address/data register. Add EPP address register access to ppi.
nsouch
1999-01-30
8
-46
/
+72
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
2
-12
/
+12
*
Fix warnings preparing for -Wall -Wcast-qual
dillon
1999-01-27
3
-9
/
+10
*
Fix PPBPRI #define - it was missing parenthesis which messed up a
dillon
1999-01-27
1
-2
/
+2
*
Replace DEBUG by PLIP_DEBUG option
nsouch
1999-01-23
1
-6
/
+4
*
Terminate negociation if Ext. link negociation succeeds. This avoids
nsouch
1999-01-14
1
-1
/
+8
*
Replace includes of <sys/kernel.h> with includes of
jdp
1999-01-14
1
-2
/
+2
*
Fix missing \n in boot printfs. Add more mode detection if bootverbose.
nsouch
1999-01-11
1
-24
/
+30
*
Fix broken low level ppb_rxxx() return type: char becomes u_char.
nsouch
1999-01-10
2
-11
/
+9
*
Major ppbus commit with:
nsouch
1999-01-10
14
-212
/
+1422
*
Fix Linux compatible mode. ppb_rxxx() calls are chars, inb() is int.
nsouch
1999-01-09
1
-8
/
+7
*
Fix the disappearing da0 problem.
nsouch
1999-01-09
1
-1
/
+5
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
6
-18
/
+12
[next]