summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix broken low level ppb_rxxx() return type: char becomes u_char.nsouch1999-01-102-11/+9
* Major ppbus commit with:nsouch1999-01-1014-212/+1422
* Fix Linux compatible mode. ppb_rxxx() calls are chars, inb() is int.nsouch1999-01-091-8/+7
* Fix the disappearing da0 problem.nsouch1999-01-091-1/+5
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-076-18/+12
* Eliminate a zillion "left-hand operand of comma expression has no effect"archie1998-12-041-22/+26
* Release the ppbus when probe fails.nsouch1998-11-091-2/+5
* Define DEBUG only if not already defined, avoiding confusions withnsouch1998-11-071-1/+3
* lpbb is the official Philips parallel I2C interface. lpbb.c contains onlynsouch1998-10-312-7/+340
* Don't complain about SIOCGIFMEDIA; it's harmless and not somethingmsmith1998-10-241-1/+8
* Add missing newline in probe message.des1998-10-071-2/+2
* abort imm init if can't disconnect from drivensouch1998-10-021-1/+2
* - port of vpo code to CAMnsouch1998-09-207-211/+357
* unused function removed (byte_1284_inbyte)nsouch1998-09-131-34/+1
* Lowlevel i/o routines for ZIP+ support. Mostly written with microseqnsouch1998-09-131-0/+771
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +nsouch1998-09-1310-129/+286
OpenPOWER on IntegriCloud