aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* MFC to 6.2 release all the cam module depend foo.Matt Jacob2006-12-211-0/+2
* Enable build of ppc(4) module on i386 and amd64 architectures.Konstantin Belousov2006-07-195-0/+5
* MFC 1.18: bandaid assumption that char is signedSam Leffler2006-01-291-1/+1
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-6/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-21/+25
* In ppsintr, we needed ppsdev to get to the softc and nothing else.Warner Losh2005-04-141-11/+7
* When locking a MTX_SPIN, one needs to use mtx_lock_spin.Warner Losh2005-03-171-5/+7
* Remove unused variable.Poul-Henning Kamp2005-03-171-6/+0
* Make the pps interrupt register as MPSAFE and FAST. Use a spin lockWarner Losh2005-03-111-6/+15
* Kill trailing white spaceWarner Losh2005-03-101-3/+3
* Back out previous commit. The description didn't match the commit,Warner Losh2005-03-061-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-065-5/+5
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-2/+2
* Since if_plip doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Do not bzero() the softc, as newbus does it for us.Olivier Houchard2004-07-095-5/+0
* Newbus returns a zeroed softc, so there's no need to call bzero() here.Olivier Houchard2004-07-091-2/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-22/+22
* 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-187-7/+34
* Device megapatch 4/6:Poul-Henning Kamp2004-02-214-0/+8
* Device megapatch 1/6:Poul-Henning Kamp2004-02-214-8/+0
* Apparently there's a good reason why M_WAITOK malloc() is done beforeRuslan Ermilov2004-01-181-2/+2
* Fixed a memory leak.Ruslan Ermilov2004-01-181-1/+2
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-281-12/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+3
* Remove unused lp_unit member from softc.Brooks Davis2003-10-301-3/+0
* Use __FBSDID().David E. O'Brien2003-08-2413-16/+40
* Define a module version.Warner Losh2003-08-221-0/+2
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-3/+3
* Fix a printf warning from the recent CAM changes.John Baldwin2003-05-011-2/+2
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-2/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-10/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-034-52/+24
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-6/+6
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-193-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-213-4/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-302-14/+14
* Synchronize mode for ppsX devices to that found previously in MAKEDEVRobert Watson2002-12-271-2/+2
* Synchronize make_dev() for pcfclock devices to the values in MAKEDEVRobert Watson2002-12-271-1/+1
* network interface driver changes:Sam Leffler2002-11-141-1/+1
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-21/+21
* d_read_t functions return an int, not a ssize_t. (Considering the factJohn Baldwin2002-11-071-1/+1
* Warning fixes for sizeof(int) != sizeof(void *).John Baldwin2002-11-071-6/+6
* - Make 'irq' intptr_t instead of uintptr_t so it handles a value of -1John Baldwin2002-11-071-2/+2
* Remove empty #if*/#endif clauses.Poul-Henning Kamp2002-09-211-3/+0
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Fix warnings due to macro varargs.Peter Wemm2002-05-241-1/+1
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.Poul-Henning Kamp2002-04-261-15/+7
* This makes ppbus childs like lpt and ppi succesfully connect to moreBernd Walter2002-04-077-7/+7