summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-4/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-14/+14
* Synchronize mode for ppsX devices to that found previously in MAKEDEVrwatson2002-12-271-2/+2
* Synchronize make_dev() for pcfclock devices to the values in MAKEDEVrwatson2002-12-271-1/+1
* network interface driver changes:sam2002-11-141-1/+1
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-21/+21
* d_read_t functions return an int, not a ssize_t. (Considering the factjhb2002-11-071-1/+1
* Warning fixes for sizeof(int) != sizeof(void *).jhb2002-11-071-6/+6
* - Make 'irq' intptr_t instead of uintptr_t so it handles a value of -1jhb2002-11-071-2/+2
* Remove empty #if*/#endif clauses.phk2002-09-211-3/+0
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* 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-077-7/+7
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-39/+32
* Fix some gcc-3.1+ warnings:peter2002-03-191-0/+1
* Make this driver a better citizen by moving dev creation andimp2001-12-191-46/+45
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-103-12/+12
* Give the pps driver an additional 8 inputs if we can persuade thephk2001-09-221-43/+154
* KSE Milestone 2julian2001-09-124-11/+11
* Translate various ppbus sequences into microsequences to limitnsouch2001-06-232-109/+128
* -Wunused cleanuppeter2001-06-121-2/+1
* Style fixes from Saschaphk2001-06-061-4/+3
* make code use strxxx() callsalfred2001-04-011-11/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-264-4/+0
* Discard extra status information if -1. This has been breaking thensouch2001-01-251-0/+5
* Cleanup and improve mode detection. Now, you should get what you actuallynsouch2001-01-023-183/+98
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-082-5/+3
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Don't use a private malloc(9) type for something this M_DEVBUFish.phk2000-12-071-6/+4
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-14/+10
* Remove unneeded #include <machine/clock.h>phk2000-10-1510-10/+0
* A quote from the ia64 compiler:dfr2000-10-101-1/+1
* Remove an unused variable warning.n_hibma2000-07-181-2/+0
* Fix the detection of parallel port Zip drives.n_hibma2000-07-181-4/+5
* Unused include: #include "pps.h"peter2000-06-101-1/+0
* Match the include protection with the install location.obrien2000-05-201-3/+3
* Rather than use a MD lpt.h, we now use the MI lptio.h.obrien2000-05-191-2/+1
* If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTRn_hibma2000-05-071-9/+15
* Confusing comment.n_hibma2000-05-051-1/+1
* Don't use getebuf() unless you really need a struct buf. Malloc willphk2000-05-051-10/+12
* Remove unneeded #include <sys/kernel.h>phk2000-04-293-3/+0
* make the example compile again.n_hibma2000-04-271-0/+2
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-194-5/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-183-3/+0
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+1
* If we can't allocate an IRQ resource, fail in the attach routine.jlemon2000-04-071-0/+4
* Add automatic rescan on connect. This happens already if the drive isn_hibma2000-04-041-9/+37
* Isolate the Timecounter internals in their own two files.phk2000-03-201-0/+1
* I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, becausegreen2000-03-151-0/+5
OpenPOWER on IntegriCloud