aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Confusing comment.Nick Hibma2000-05-051-1/+1
* Don't use getebuf() unless you really need a struct buf. Malloc willPoul-Henning Kamp2000-05-051-10/+12
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-293-3/+0
* make the example compile again.Nick Hibma2000-04-271-0/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-194-5/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-183-3/+0
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-0/+1
* If we can't allocate an IRQ resource, fail in the attach routine.Jonathan Lemon2000-04-071-0/+4
* Add automatic rescan on connect. This happens already if the drive isNick Hibma2000-04-041-9/+37
* Isolate the Timecounter internals in their own two files.Poul-Henning Kamp2000-03-201-0/+1
* I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, becauseBrian Feldman2000-03-151-0/+5
* Fix buffer overrun in pcfclock_read(). The submitter is the originalSheldon Hearn2000-02-201-0/+3
* Fix two warnings.Peter Wemm2000-02-132-2/+2
* Fix system hang when printer locks on missing paperNicolas Souchu2000-02-081-2/+2
* Make this lot build on alpha.Doug Rabson2000-01-253-4/+6
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningPeter Wemm2000-01-238-255/+195
* Add parallel port clock driver.Jordan K. Hubbard2000-01-191-0/+348
* Make this compile - missing ")";Peter Wemm2000-01-141-1/+1
* ppi needs to use a bus method to get this rather than peering inside theNicolas Souchu2000-01-143-4/+6
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-1418-1402/+1603
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-296-21/+21
* Incorrect NULL -> 0Eivind Eklund1999-12-201-3/+3
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-2/+2
* Print more verbose debugging outputNick Hibma1999-10-051-7/+10
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-253-15/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-15/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2819-19/+19