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