summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/lpt.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed pessimized (short) i/o port types.bde1996-11-111-4/+4
* Remove devconf, it never grew up to be of any use.phk1996-09-061-29/+1
* Staticized a few variables.bde1996-07-121-2/+2
* Work around a braindead signal handling in many newer HP printers.joerg1996-04-041-8/+26
* Fixed devfs group of some more disk devices.bde1996-03-291-8/+11
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-6/+4
* Validate the length before we trust it.phk1996-03-041-1/+3
* Clean up Ethernet drivers:wollman1996-02-061-4/+5
* Staticize and cleanup.phk1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-37/+40
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+3
* I don't know what I messed up in 1.40, but the crynwr mode didn't make it.phk1995-12-021-25/+224
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-14/+24
* Add crynwr mode to the lp# interface.phk1995-11-291-4/+2
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+33
* Included <sys/conf.h>. It used to be included as a side effect ofbde1995-11-161-1/+2
* Staticize various private parts.phk1995-11-141-3/+3
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+1
* Add BPF and IP multicast capabilities to the `tun' and `lp' networkwollman1995-09-251-2/+52
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-5/+5
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-2/+1
* Use ifr_mtu for the mtu value rather than ifr_metric.dg1995-06-221-4/+4
* Change interface type...IFT_SLIP -> IFT_PARA.dg1995-06-211-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-42/+42
* Cleanup to the INET part of lpt.c.phk1995-05-091-108/+152
* Add a class field to devconf and mst drivers.wollman1995-04-121-5/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+2
* I really hate this:phk1995-02-261-3/+3
* Replace all remaining instances of `i386/include' by `machine' and fixbde1995-02-261-3/+3
* Fix a panic I might have seen, or at least could see some day if I havn'tphk1994-11-161-2/+3
* Changed output message in interrupt-driven lp device fromnate1994-11-131-2/+2
* Fix a bug which had crept in (an almost certain panic).phk1994-10-271-70/+23
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-1/+25
* Cosmetics. Silence gcc -Wall. Much more to do here :-(phk1994-10-101-3/+2
* Parallel-port TCP/IP interface can now take any MTU.phk1994-09-181-63/+74
* Fixed a warning from the compiler, which just crashed my laptop. When dophk1994-09-151-4/+6
* Make it possible to run lptcontrol on a printer port which does notcsgr1994-09-031-5/+23
* Ran ft.c through ident.paul1994-08-231-1/+3
* The tcp/ip interfaces needed longer timeouts, works fine under 2.0.phk1994-08-141-3/+3
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-25/+25
* Submitted by: Poul-Henning Kamp <phk@login.dkuug.dk>phk1994-08-131-4/+389
* Fix some references to MIN() and MAX() that have been replaced by min() andrgrimes1994-05-261-1/+1
* change to lptioctlcsgr1994-04-081-4/+11
* Changes to lpt driver:csgr1994-04-061-65/+78
* Cleanup the lptprobe and lpt_port_test routine to be KNF.rgrimes1994-02-221-8/+3
* I (rgrimes) cleaned the code up some, mostly just format stuff.rgrimes1994-02-171-109/+279
* Gunter Jung's fixes for the much-maligned lpt driverjkh1994-02-061-48/+50
OpenPOWER on IntegriCloud