aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/pps.c
Commit message (Expand)AuthorAgeFilesLines
* 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