aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-273-9/+10
* Fix PPBPRI #define - it was missing parenthesis which messed up aMatthew Dillon1999-01-271-2/+2
* Replace DEBUG by PLIP_DEBUG optionNicolas Souchu1999-01-231-6/+4
* Terminate negociation if Ext. link negociation succeeds. This avoidsNicolas Souchu1999-01-141-1/+8
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-141-2/+2
* Fix missing \n in boot printfs. Add more mode detection if bootverbose.Nicolas Souchu1999-01-111-24/+30
* Fix broken low level ppb_rxxx() return type: char becomes u_char.Nicolas Souchu1999-01-102-11/+9
* Major ppbus commit with:Nicolas Souchu1999-01-1014-210/+1420
* Fix Linux compatible mode. ppb_rxxx() calls are chars, inb() is int.Nicolas Souchu1999-01-091-8/+7
* Fix the disappearing da0 problem.Nicolas Souchu1999-01-091-1/+5
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-076-18/+12
* Eliminate a zillion "left-hand operand of comma expression has no effect"Archie Cobbs1998-12-041-22/+26
* Release the ppbus when probe fails.Nicolas Souchu1998-11-091-2/+5
* Define DEBUG only if not already defined, avoiding confusions withNicolas Souchu1998-11-071-1/+3
* lpbb is the official Philips parallel I2C interface. lpbb.c contains onlyNicolas Souchu1998-10-312-7/+340
* Don't complain about SIOCGIFMEDIA; it's harmless and not somethingMike Smith1998-10-241-1/+8
* Add missing newline in probe message.Dag-Erling Smørgrav1998-10-071-2/+2
* abort imm init if can't disconnect from driveNicolas Souchu1998-10-021-1/+2
* - port of vpo code to CAMNicolas Souchu1998-09-207-210/+356
* unused function removed (byte_1284_inbyte)Nicolas Souchu1998-09-131-34/+1
* Lowlevel i/o routines for ZIP+ support. Mostly written with microseqNicolas Souchu1998-09-131-0/+771
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +Nicolas Souchu1998-09-1310-129/+286
* Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNCPoul-Henning Kamp1998-08-241-1/+5
* Fixed printf format errors.Bruce Evans1998-08-171-2/+2
* Removed unused includes.Bruce Evans1998-08-121-14/+1
* Major ppbus updates from the author.Mike Smith1998-08-0313-788/+2447
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* Introduce std_pps_ioctl() to automagically DTRT.Poul-Henning Kamp1998-06-131-32/+2
* Update to draft-mogul-pps-api-02.txt as submitted to IETFPoul-Henning Kamp1998-06-121-6/+15