summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/pps.c
Commit message (Expand)AuthorAgeFilesLines
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:jhb2009-01-211-33/+56
* Various whitespace and style fixes.jhb2008-11-161-4/+4
* Several cleanups to remove the need for explicit unit numbers and a fewjhb2008-10-211-1/+1
* Rework the handling of interrupt handlers for children of ppc and ppbus:jhb2008-09-151-9/+5
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-4/+5
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beru2005-12-211-0/+1
* In ppsintr, we needed ppsdev to get to the softc and nothing else.imp2005-04-141-11/+7
* When locking a MTX_SPIN, one needs to use mtx_lock_spin.imp2005-03-171-5/+7
* Make the pps interrupt register as MPSAFE and FAST. Use a spin lockimp2005-03-111-6/+15
* Kill trailing white spaceimp2005-03-101-3/+3
* Back out previous commit. The description didn't match the commit,imp2005-03-061-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Newbus returns a zeroed softc, so there's no need to call bzero() here.cognet2004-07-091-2/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* Prevent the strange situation that after each load/unload of a ppbusguido2004-03-181-1/+5
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use __FBSDID().obrien2003-08-241-1/+3
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Synchronize mode for ppsX devices to that found previously in MAKEDEVrwatson2002-12-271-2/+2
* Warning fixes for sizeof(int) != sizeof(void *).jhb2002-11-071-6/+6
* Fix warnings due to macro varargs.peter2002-05-241-1/+1
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-261-15/+7
* This makes ppbus childs like lpt and ppi succesfully connect to moreticso2002-04-071-1/+1
* Make this driver a better citizen by moving dev creation andimp2001-12-191-46/+45
* Give the pps driver an additional 8 inputs if we can persuade thephk2001-09-221-43/+154
* KSE Milestone 2julian2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Unused include: #include "pps.h"peter2000-06-101-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Isolate the Timecounter internals in their own two files.phk2000-03-201-0/+1
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningpeter2000-01-231-20/+21
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-141-55/+89
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Remove compile time limit on number of devices.phk1999-08-081-25/+17
* Simplify cdevsw registration.phk1999-05-311-4/+5
* This commit should be a extensive NO-OP:phk1999-05-301-6/+22
* GC unused pps_drvinit() declarationpeter1999-05-061-2/+1
* Allow multiple opens.phk1999-04-251-5/+10
* Reduce Bruce-filter verbosity.phk1999-03-131-7/+3
* Make even more of the PPSAPI implementations generic.phk1999-03-111-53/+22
* Distinguish EPP address/data register. Add EPP address register access to ppi.nsouch1999-01-301-1/+7
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+3
* Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNCphk1998-08-241-1/+5
* Major ppbus updates from the author.msmith1998-08-031-1/+2
* Removed unused includes.bde1998-06-211-2/+1
* Introduce std_pps_ioctl() to automagically DTRT.phk1998-06-131-32/+2
* Update to draft-mogul-pps-api-02.txt as submitted to IETFphk1998-06-121-6/+15
OpenPOWER on IntegriCloud