aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/lpt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the lpt driver, as discussed on -hackers.Dag-Erling Smørgrav1999-02-101-1381/+0
* Eliminate compiler warnings.Archie Cobbs1998-12-101-33/+36
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* Fixed printf format errors.Bruce Evans1998-08-171-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-4/+4
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-4/+4
* Don't propogate *_DEBUG options. Use DEBUG and recompileSteve Price1998-02-201-3/+2
* Cleanup the lpt for probe code.Steve Price1998-02-201-24/+16
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* Make INET a proper option.Eivind Eklund1998-01-081-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-2/+2
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Removed unused #includes.Bruce Evans1997-07-201-7/+1
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-6/+8
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed pessimized (short) i/o port types.Bruce Evans1996-11-111-4/+4
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-29/+1
* Staticized a few variables.Bruce Evans1996-07-121-2/+2
* Work around a braindead signal handling in many newer HP printers.Joerg Wunsch1996-04-041-8/+26
* Fixed devfs group of some more disk devices.Bruce Evans1996-03-291-8/+11
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-6/+4
* Validate the length before we trust it.Poul-Henning Kamp1996-03-041-1/+3
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-4/+5
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-37/+40
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallyBruce Evans1995-12-061-2/+3
* I don't know what I messed up in 1.40, but the crynwr mode didn't make it.Poul-Henning Kamp1995-12-021-25/+224
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-14/+24
* Add crynwr mode to the lp# interface.Poul-Henning Kamp1995-11-291-4/+2
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-1/+33
* Included <sys/conf.h>. It used to be included as a side effect ofBruce Evans1995-11-161-1/+2
* Staticize various private parts.Poul-Henning Kamp1995-11-141-3/+3
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-2/+1
* Add BPF and IP multicast capabilities to the `tun' and `lp' networkGarrett Wollman1995-09-251-2/+52
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-081-5/+5
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-2/+1
* Use ifr_mtu for the mtu value rather than ifr_metric.David Greenman1995-06-221-4/+4
* Change interface type...IFT_SLIP -> IFT_PARA.David Greenman1995-06-211-2/+2
* 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