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
...
*
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
*
Eliminate a zillion "left-hand operand of comma expression has no effect"
archie
1998-12-04
1
-22
/
+26
*
Release the ppbus when probe fails.
nsouch
1998-11-09
1
-2
/
+5
*
Define DEBUG only if not already defined, avoiding confusions with
nsouch
1998-11-07
1
-1
/
+3
*
lpbb is the official Philips parallel I2C interface. lpbb.c contains only
nsouch
1998-10-31
2
-7
/
+340
*
Don't complain about SIOCGIFMEDIA; it's harmless and not something
msmith
1998-10-24
1
-1
/
+8
*
Add missing newline in probe message.
des
1998-10-07
1
-2
/
+2
*
abort imm init if can't disconnect from drive
nsouch
1998-10-02
1
-1
/
+2
*
- port of vpo code to CAM
nsouch
1998-09-20
7
-211
/
+357
*
unused function removed (byte_1284_inbyte)
nsouch
1998-09-13
1
-34
/
+1
*
Lowlevel i/o routines for ZIP+ support. Mostly written with microseq
nsouch
1998-09-13
1
-0
/
+771
*
ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +
nsouch
1998-09-13
10
-129
/
+286
[prev]
[next]