summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>phk2000-10-1510-10/+0
* A quote from the ia64 compiler:dfr2000-10-101-1/+1
* Remove an unused variable warning.n_hibma2000-07-181-2/+0
* Fix the detection of parallel port Zip drives.n_hibma2000-07-181-4/+5
* Unused include: #include "pps.h"peter2000-06-101-1/+0
* Match the include protection with the install location.obrien2000-05-201-3/+3
* Rather than use a MD lpt.h, we now use the MI lptio.h.obrien2000-05-191-2/+1
* If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTRn_hibma2000-05-071-9/+15
* Confusing comment.n_hibma2000-05-051-1/+1
* Don't use getebuf() unless you really need a struct buf. Malloc willphk2000-05-051-10/+12
* Remove unneeded #include <sys/kernel.h>phk2000-04-293-3/+0
* make the example compile again.n_hibma2000-04-271-0/+2
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-194-5/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-183-3/+0
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+1
* If we can't allocate an IRQ resource, fail in the attach routine.jlemon2000-04-071-0/+4
* Add automatic rescan on connect. This happens already if the drive isn_hibma2000-04-041-9/+37
* Isolate the Timecounter internals in their own two files.phk2000-03-201-0/+1
* I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, becausegreen2000-03-151-0/+5
* Fix buffer overrun in pcfclock_read(). The submitter is the originalsheldonh2000-02-201-0/+3
* Fix two warnings.peter2000-02-132-2/+2
* Fix system hang when printer locks on missing papernsouch2000-02-081-2/+2
* Make this lot build on alpha.dfr2000-01-253-4/+6
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningpeter2000-01-238-255/+195
* Add parallel port clock driver.jkh2000-01-191-0/+348
* Make this compile - missing ")";peter2000-01-141-1/+1
* ppi needs to use a bus method to get this rather than peering inside thensouch2000-01-143-4/+6
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-1418-1406/+1607
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-296-21/+21
* Incorrect NULL -> 0eivind1999-12-201-3/+3
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+2
* Print more verbose debugging outputn_hibma1999-10-051-7/+10
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-253-15/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-15/+0
* $Id$ -> $FreeBSD$peter1999-08-2819-19/+19
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-18/+5
* Add pin-numbers for easy reference.phk1999-08-181-11/+12
* Remove compile time limit on number of devices.phk1999-08-081-25/+17
* Passing the unit number to an interrupt routing is kind of narrowminded,phk1999-08-082-2/+7
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-11/+2
* Rename bpfilter to bpf.des1999-07-061-9/+9
* Remove unused variable and computation, possibly leading to an_hibma1999-06-261-4/+1
* GC unused prototypepeter1999-06-031-2/+1
* Simplify cdevsw registration.phk1999-05-313-37/+15
* This commit should be a extensive NO-OP:phk1999-05-303-16/+66
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* GC unused pps_drvinit() declarationpeter1999-05-061-2/+1
* The base transfer speed for the parallel port bus is 93K/sec, not 3.3MB/sec.ken1999-05-061-2/+2
* Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed isken1999-05-061-2/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-1/+2
OpenPOWER on IntegriCloud