aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/lpt.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagupstream/2.1.7_cvsrelease/2.1.7_cvscvs2svn1997-03-111-1/+1
* Pull the fix from rev. 1.53 into -stable, after receiving someJoerg Wunsch1996-04-151-8/+26
* Validate length before we trust it.Poul-Henning Kamp1996-03-041-1/+3
* Fix the bpf stuff I broke. Sorry.Poul-Henning Kamp1996-02-151-4/+4
* Make this compile again. Sorry.Poul-Henning Kamp1996-02-121-7/+8
* Remove the stuff for auto cdevsw registration. Hopefully this compiles now.Poul-Henning Kamp1996-02-121-21/+5
* Add Crynwr mode to lpt.c.Poul-Henning Kamp1996-02-121-45/+291
* Brought in changes from rev 1.35: BPF and multicast support.David Greenman1995-09-301-2/+52
* Brought in changes from main branch:David Greenman1995-09-141-5/+5
* Brought in changes from revs. 1.30-1.33: fix interface type and use if_mtuDavid Greenman1995-08-201-6/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-42/+42
* Cleanup to the INET part of lpt.c.Poul-Henning Kamp1995-05-091-108/+152
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-5/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+2
* I really hate this:Poul-Henning Kamp1995-02-261-3/+3
* Replace all remaining instances of `i386/include' by `machine' and fixBruce Evans1995-02-261-3/+3
* Fix a panic I might have seen, or at least could see some day if I havn'tPoul-Henning Kamp1994-11-161-2/+3
* Changed output message in interrupt-driven lp device fromNate Williams1994-11-131-2/+2
* Fix a bug which had crept in (an almost certain panic).Poul-Henning Kamp1994-10-271-70/+23
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-1/+25
* Cosmetics. Silence gcc -Wall. Much more to do here :-(Poul-Henning Kamp1994-10-101-3/+2
* Parallel-port TCP/IP interface can now take any MTU.Poul-Henning Kamp1994-09-181-63/+74
* Fixed a warning from the compiler, which just crashed my laptop. When doPoul-Henning Kamp1994-09-151-4/+6
* Make it possible to run lptcontrol on a printer port which does notGeoff Rehmet1994-09-031-5/+23
* Ran ft.c through ident.Paul Richards1994-08-231-1/+3
* The tcp/ip interfaces needed longer timeouts, works fine under 2.0.Poul-Henning Kamp1994-08-141-3/+3
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-25/+25
* Submitted by: Poul-Henning Kamp <phk@login.dkuug.dk>Poul-Henning Kamp1994-08-131-4/+389
* Fix some references to MIN() and MAX() that have been replaced by min() andRodney W. Grimes1994-05-261-1/+1
* change to lptioctlGeoff Rehmet1994-04-081-4/+11
* Changes to lpt driver:Geoff Rehmet1994-04-061-65/+78
* Cleanup the lptprobe and lpt_port_test routine to be KNF.Rodney W. Grimes1994-02-221-8/+3
* I (rgrimes) cleaned the code up some, mostly just format stuff.Rodney W. Grimes1994-02-171-109/+279
* Gunter Jung's fixes for the much-maligned lpt driverJordan K. Hubbard1994-02-061-48/+50
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-7/+10
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-16/+2
* Convert another printf into an lprintf since this should only be outputRodney W. Grimes1993-09-281-1/+1
* >From: chmr@edvz.tu-graz.ac.at (Christoph Robitschko)Rodney W. Grimes1993-09-281-1/+1
* From Bruce Evans:Rodney W. Grimes1993-07-131-7/+29
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+455