aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* 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-1406/+1607
* 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
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-18/+5
* Add pin-numbers for easy reference.Poul-Henning Kamp1999-08-181-11/+12
* Remove compile time limit on number of devices.Poul-Henning Kamp1999-08-081-25/+17
* Passing the unit number to an interrupt routing is kind of narrowminded,Poul-Henning Kamp1999-08-082-2/+7
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-11/+2
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-9/+9
* Remove unused variable and computation, possibly leading to aNick Hibma1999-06-261-4/+1
* GC unused prototypePeter Wemm1999-06-031-2/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-313-37/+15
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-303-16/+66
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* GC unused pps_drvinit() declarationPeter Wemm1999-05-061-2/+1
* The base transfer speed for the parallel port bus is 93K/sec, not 3.3MB/sec.Kenneth D. Merry1999-05-061-2/+2
* Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed isKenneth D. Merry1999-05-061-2/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-1/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-282-4/+4
* Allow multiple opens.Poul-Henning Kamp1999-04-251-5/+10
* Staticize.Eivind Eklund1999-04-111-2/+2
* Make ppbus compile under egcs. I'm not sure about this casting-to-union-Peter Wemm1999-04-053-9/+14
* Reduce Bruce-filter verbosity.Poul-Henning Kamp1999-03-131-7/+3
* Make even more of the PPSAPI implementations generic.Poul-Henning Kamp1999-03-111-53/+22
* Move away from lpt.h data structure definition that only lpt.c relies on.Nicolas Souchu1999-02-143-43/+59
* Rename nlpt to lpt.Nicolas Souchu1999-02-144-136/+97
* Generate correct DLT_NULL headers before passing packets to bpf.Dag-Erling Smørgrav1999-02-081-30/+43
* Bring in the simplified port probe from src/sys/i386/isa/lpt.cDag-Erling Smørgrav1999-02-081-26/+20
* Fix compile warnings about missing braces around static initialization of uni...Nicolas Souchu1999-01-311-22/+22
* Distinguish EPP address/data register. Add EPP address register access to ppi.Nicolas Souchu1999-01-308-46/+72
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-272-12/+12