summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNCphk1998-08-241-1/+5
* Fixed printf format errors.bde1998-08-171-2/+2
* Removed unused includes.bde1998-08-121-14/+1
* Major ppbus updates from the author.msmith1998-08-0313-788/+2447
* Removed unused includes.bde1998-06-211-2/+1
* Introduce std_pps_ioctl() to automagically DTRT.phk1998-06-131-32/+2
* Update to draft-mogul-pps-api-02.txt as submitted to IETFphk1998-06-121-6/+15
* Fixed an ioctl which grew overnight.bde1998-06-081-2/+2
* This is a prototype implementation of the draft-mogul-pps-api-##.txtphk1998-06-072-50/+62
* This commit fixes various 64bit portability problems required fordfr1998-06-072-4/+4
* Support compiling with `gcc -ansi'.bde1998-04-151-8/+8
* Delete apparently unused DEVFS control device creation code - codeeivind1998-02-161-4/+1
* A bunch of nits from bde.phk1998-02-151-68/+60
* Man, twice in as many days. Gotta learn to check that uname.phk1998-02-131-10/+10
* Add a skelleton pulse-per-second timing driver. This will become morephk1998-02-131-0/+222
* Staticize.eivind1998-02-091-2/+2
* Make the debug options new-style.eivind1998-01-311-1/+4
OpenPOWER on IntegriCloud