aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/pps.c
Commit message (Expand)AuthorAgeFilesLines
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-1/+1
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+2
* ppbus: Set the lock for pps interface, update to latest apiWarner Losh2021-09-011-2/+6
* ppbus: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-0/+2
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-211-33/+56
* Various whitespace and style fixes.John Baldwin2008-11-161-4/+4
* Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin2008-10-211-1/+1
* Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin2008-09-151-9/+5
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-4/+5
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beRuslan Ermilov2005-12-211-0/+1
* In ppsintr, we needed ppsdev to get to the softc and nothing else.Warner Losh2005-04-141-11/+7
* When locking a MTX_SPIN, one needs to use mtx_lock_spin.Warner Losh2005-03-171-5/+7
* Make the pps interrupt register as MPSAFE and FAST. Use a spin lockWarner Losh2005-03-111-6/+15
* Kill trailing white spaceWarner Losh2005-03-101-3/+3
* Back out previous commit. The description didn't match the commit,Warner Losh2005-03-061-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Newbus returns a zeroed softc, so there's no need to call bzero() here.Olivier Houchard2004-07-091-2/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* Prevent the strange situation that after each load/unload of a ppbusGuido van Rooij2004-03-181-1/+5
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Synchronize mode for ppsX devices to that found previously in MAKEDEVRobert Watson2002-12-271-2/+2
* Warning fixes for sizeof(int) != sizeof(void *).John Baldwin2002-11-071-6/+6
* Fix warnings due to macro varargs.Peter Wemm2002-05-241-1/+1
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.Poul-Henning Kamp2002-04-261-15/+7
* This makes ppbus childs like lpt and ppi succesfully connect to moreBernd Walter2002-04-071-1/+1
* Make this driver a better citizen by moving dev creation andWarner Losh2001-12-191-46/+45
* Give the pps driver an additional 8 inputs if we can persuade thePoul-Henning Kamp2001-09-221-40/+151
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* 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