summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/pps.c
Commit message (Expand)AuthorAgeFilesLines
* Unused include: #include "pps.h"Peter Wemm2000-06-101-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Isolate the Timecounter internals in their own two files.Poul-Henning Kamp2000-03-201-0/+1
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningPeter Wemm2000-01-231-20/+21
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-55/+89
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove compile time limit on number of devices.Poul-Henning Kamp1999-08-081-25/+17
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-4/+5
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+22
* GC unused pps_drvinit() declarationPeter Wemm1999-05-061-2/+1
* Allow multiple opens.Poul-Henning Kamp1999-04-251-5/+10
* Reduce Bruce-filter verbosity.Poul-Henning Kamp1999-03-131-7/+3
* Make even more of the PPSAPI implementations generic.Poul-Henning Kamp1999-03-111-53/+22
* Distinguish EPP address/data register. Add EPP address register access to ppi.Nicolas Souchu1999-01-301-1/+7
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+3
* Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNCPoul-Henning Kamp1998-08-241-1/+5
* Major ppbus updates from the author.Mike Smith1998-08-031-1/+2
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* Introduce std_pps_ioctl() to automagically DTRT.Poul-Henning Kamp1998-06-131-32/+2
* Update to draft-mogul-pps-api-02.txt as submitted to IETFPoul-Henning Kamp1998-06-121-6/+15
* Fixed an ioctl which grew overnight.Bruce Evans1998-06-081-2/+2
* This is a prototype implementation of the draft-mogul-pps-api-##.txtPoul-Henning Kamp1998-06-071-49/+60
* Delete apparently unused DEVFS control device creation code - codeEivind Eklund1998-02-161-4/+1
* A bunch of nits from bde.Poul-Henning Kamp1998-02-151-68/+60
* Man, twice in as many days. Gotta learn to check that uname.Poul-Henning Kamp1998-02-131-10/+10
* Add a skelleton pulse-per-second timing driver. This will become morePoul-Henning Kamp1998-02-131-0/+222