summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/pcfclock.c
Commit message (Expand)AuthorAgeFilesLines
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-221-2/+4
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:jhb2009-01-211-13/+13
* Various whitespace and style fixes.jhb2008-11-161-23/+23
* Several cleanups to remove the need for explicit unit numbers and a fewjhb2008-10-211-35/+29
* Replace all calls to minor() with dev2unit().ed2008-09-271-7/+7
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Do not bzero() the softc, as newbus does it for us.cognet2004-07-091-1/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-7/+7
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* 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 make_dev() for pcfclock devices to the values in MAKEDEVrwatson2002-12-271-1/+1
* d_read_t functions return an int, not a ssize_t. (Considering the factjhb2002-11-071-1/+1
* This makes ppbus childs like lpt and ppi succesfully connect to moreticso2002-04-071-1/+1
* KSE Milestone 2julian2001-09-121-2/+2
* Style fixes from Saschaphk2001-06-061-4/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fix buffer overrun in pcfclock_read(). The submitter is the originalsheldonh2000-02-201-0/+3
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningpeter2000-01-231-27/+22
* Add parallel port clock driver.jkh2000-01-191-0/+348
OpenPOWER on IntegriCloud