summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-39/+32
* Fix some gcc-3.1+ warnings:Peter Wemm2002-03-191-0/+1
* Make this driver a better citizen by moving dev creation andWarner Losh2001-12-191-46/+45
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-103-12/+12
* Give the pps driver an additional 8 inputs if we can persuade thePoul-Henning Kamp2001-09-221-40/+151
* KSE Milestone 2Julian Elischer2001-09-124-11/+11
* Translate various ppbus sequences into microsequences to limitNicolas Souchu2001-06-232-109/+128
* -Wunused cleanupPeter Wemm2001-06-121-2/+1
* Style fixes from SaschaPoul-Henning Kamp2001-06-061-4/+3
* make code use strxxx() callsAlfred Perlstein2001-04-011-11/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-264-4/+0
* Discard extra status information if -1. This has been breaking theNicolas Souchu2001-01-251-0/+5
* Cleanup and improve mode detection. Now, you should get what you actuallyNicolas Souchu2001-01-023-183/+98
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-082-5/+3
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Don't use a private malloc(9) type for something this M_DEVBUFish.Poul-Henning Kamp2000-12-071-6/+4
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-14/+10
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-1510-10/+0
* A quote from the ia64 compiler:Doug Rabson2000-10-101-1/+1
* Remove an unused variable warning.Nick Hibma2000-07-181-2/+0
* Fix the detection of parallel port Zip drives.Nick Hibma2000-07-181-4/+5
* Unused include: #include "pps.h"Peter Wemm2000-06-101-1/+0
* Match the include protection with the install location.David E. O'Brien2000-05-201-3/+3
* Rather than use a MD lpt.h, we now use the MI lptio.h.David E. O'Brien2000-05-191-2/+1
* If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTRNick Hibma2000-05-071-9/+15