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
/
pps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+5
*
Synchronize mode for ppsX devices to that found previously in MAKEDEV
rwatson
2002-12-27
1
-2
/
+2
*
Warning fixes for sizeof(int) != sizeof(void *).
jhb
2002-11-07
1
-6
/
+6
*
Fix warnings due to macro varargs.
peter
2002-05-24
1
-1
/
+1
*
Simplify the RFC2783 and PPS_SYNC timestamp collection API.
phk
2002-04-26
1
-15
/
+7
*
This makes ppbus childs like lpt and ppi succesfully connect to more
ticso
2002-04-07
1
-1
/
+1
*
Make this driver a better citizen by moving dev creation and
imp
2001-12-19
1
-46
/
+45
*
Give the pps driver an additional 8 inputs if we can persuade the
phk
2001-09-22
1
-43
/
+154
*
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
*
Unused include: #include "pps.h"
peter
2000-06-10
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Isolate the Timecounter internals in their own two files.
phk
2000-03-20
1
-0
/
+1
*
Some newbus-inspired tidy-ups. Use device_identify() rather than scanning
peter
2000-01-23
1
-20
/
+21
*
Port of ppbus standalone framework to the newbus system.
nsouch
2000-01-14
1
-55
/
+89
*
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
*
Remove compile time limit on number of devices.
phk
1999-08-08
1
-25
/
+17
*
Simplify cdevsw registration.
phk
1999-05-31
1
-4
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+22
*
GC unused pps_drvinit() declaration
peter
1999-05-06
1
-2
/
+1
*
Allow multiple opens.
phk
1999-04-25
1
-5
/
+10
*
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
*
Distinguish EPP address/data register. Add EPP address register access to ppi.
nsouch
1999-01-30
1
-1
/
+7
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+3
*
Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNC
phk
1998-08-24
1
-1
/
+5
*
Major ppbus updates from the author.
msmith
1998-08-03
1
-1
/
+2
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+1
*
Introduce std_pps_ioctl() to automagically DTRT.
phk
1998-06-13
1
-32
/
+2
*
Update to draft-mogul-pps-api-02.txt as submitted to IETF
phk
1998-06-12
1
-6
/
+15
*
Fixed an ioctl which grew overnight.
bde
1998-06-08
1
-2
/
+2
*
This is a prototype implementation of the draft-mogul-pps-api-##.txt
phk
1998-06-07
1
-49
/
+60
*
Delete apparently unused DEVFS control device creation code - code
eivind
1998-02-16
1
-4
/
+1
*
A bunch of nits from bde.
phk
1998-02-15
1
-68
/
+60
*
Man, twice in as many days. Gotta learn to check that uname.
phk
1998-02-13
1
-10
/
+10
*
Add a skelleton pulse-per-second timing driver. This will become more
phk
1998-02-13
1
-0
/
+222