aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/pcfclock.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* ppbus: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Check pointer for NULL before dereferencing it, not after.Christian Brueffer2009-10-221-2/+4
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-211-13/+13
* Various whitespace and style fixes.John Baldwin2008-11-161-23/+23
* Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin2008-10-211-35/+29
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-7/+7
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Do not bzero() the softc, as newbus does it for us.Olivier Houchard2004-07-091-1/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-7/+7
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* 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 make_dev() for pcfclock devices to the values in MAKEDEVRobert Watson2002-12-271-1/+1
* d_read_t functions return an int, not a ssize_t. (Considering the factJohn Baldwin2002-11-071-1/+1
* This makes ppbus childs like lpt and ppi succesfully connect to moreBernd Walter2002-04-071-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* Style fixes from SaschaPoul-Henning Kamp2001-06-061-4/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Fix buffer overrun in pcfclock_read(). The submitter is the originalSheldon Hearn2000-02-201-0/+3
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningPeter Wemm2000-01-231-27/+22
* Add parallel port clock driver.Jordan K. Hubbard2000-01-191-0/+348