summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-282-4/+4
* Allow multiple opens.phk1999-04-251-5/+10
* Staticize.eivind1999-04-111-2/+2
* Make ppbus compile under egcs. I'm not sure about this casting-to-union-peter1999-04-053-9/+14
* Reduce Bruce-filter verbosity.phk1999-03-131-7/+3
* Make even more of the PPSAPI implementations generic.phk1999-03-111-53/+22
* Move away from lpt.h data structure definition that only lpt.c relies on.nsouch1999-02-143-43/+59
* Rename nlpt to lpt.nsouch1999-02-144-136/+97
* Generate correct DLT_NULL headers before passing packets to bpf.des1999-02-081-30/+43
* Bring in the simplified port probe from src/sys/i386/isa/lpt.cdes1999-02-081-26/+20
* Fix compile warnings about missing braces around static initialization of uni...nsouch1999-01-311-22/+22
* Distinguish EPP address/data register. Add EPP address register access to ppi.nsouch1999-01-308-46/+72
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-12/+12
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-273-9/+10
* Fix PPBPRI #define - it was missing parenthesis which messed up adillon1999-01-271-2/+2
* Replace DEBUG by PLIP_DEBUG optionnsouch1999-01-231-6/+4
* Terminate negociation if Ext. link negociation succeeds. This avoidsnsouch1999-01-141-1/+8
* Replace includes of <sys/kernel.h> with includes ofjdp1999-01-141-2/+2
* Fix missing \n in boot printfs. Add more mode detection if bootverbose.nsouch1999-01-111-24/+30
OpenPOWER on IntegriCloud