summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* Since if_plip doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Do not bzero() the softc, as newbus does it for us.cognet2004-07-095-5/+0
* Newbus returns a zeroed softc, so there's no need to call bzero() here.cognet2004-07-091-2/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-22/+22
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Prevent the strange situation that after each load/unload of a ppbusguido2004-03-187-7/+34
* Device megapatch 4/6:phk2004-02-214-0/+8
* Device megapatch 1/6:phk2004-02-214-8/+0
* Apparently there's a good reason why M_WAITOK malloc() is done beforeru2004-01-181-2/+2
* Fixed a memory leak.ru2004-01-181-1/+2
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-12/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+3
* Remove unused lp_unit member from softc.brooks2003-10-301-3/+0
* Use __FBSDID().obrien2003-08-2413-16/+40
* Define a module version.imp2003-08-221-0/+2
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-3/+3
* Fix a printf warning from the recent CAM changes.jhb2003-05-011-2/+2
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-2/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-10/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-034-52/+24
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-6/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-193-4/+4
* 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
OpenPOWER on IntegriCloud