summaryrefslogtreecommitdiff
path: root/sys/dev/ic/lptvar.h
AgeCommit message (Expand)Author
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1998-08-15Make copyright notices with my name consistent.mycroft
1998-02-02Implement a flag to indicate that the driver attached correctly.cgd
1997-12-07Use malloc()/free(), not geteblk()/brelse(), for the device buffer.thorpej
1997-10-14Finalize the isa/lpt.c split:is
1997-09-27First part of splitting lpt.c, and the NetBSD/Amiga "supio" frontend. Needsis
1997-09-02add missing argument to LPRINTF() declaration; from Geoff Wing in PR 4072.mikel
1996-12-05update these so they compile whether or not __BROKEN_INDIRECT_CONFIGcgd
1996-10-21New bus.h implementation/interface:thorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-05-12Use intr.h.mycroft
1996-04-29- Fix gcc -Wall warningschristos
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd
1996-04-10Add explicit return types.mycroft
1996-03-18since this driver tries to block its interrupt with spltty(), it mustcgd
1996-03-17clean up <machine/bus.h> changes a bit; no real functional change.cgd
1996-03-17New device attachment scheme:thorpej
1996-03-08convert to use I/O mapping/access macros in <machine/bus.h>.cgd
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-01-29lip service to making ISA support machine-independent. This is the firstcgd
1995-01-26Don't check the control port at all; too unreliable.mycroft
1995-01-22Rearrange tests so `offline' has higher priority than `out of paper'.mycroft
1995-01-03Add interrupt sharing types.mycroft
1994-11-18Convert port, IRQ, and DRQ numbers to ints.mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-27new RCS ID format.cgd
1994-06-16b_un.b_addr -> b_datamycroft
1994-05-27Only print the blasted messages *once* per error.mycroft
1994-05-23turn off spontaneous printing of messages when DEBUG turned oncgd
1994-05-05Remove now-bogus cast.mycroft
1994-05-05lots of changes: prototype migration, move lots of variables, definitions,cgd
1994-04-22Don't need isa.h.mycroft
1994-04-07Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls.mycroft
1994-03-29Updates for new autoconfig.mycroft
1994-03-06DELAY() --> delay(). This is not a macro.mycroft
1994-02-19Speed it up a little...mycroft
1994-02-19Minor tweak of no importance.mycroft
1994-02-18Combined version from magnum branch. Somewhat faster and less buggy.mycroft
1994-02-09All ioctl routines take a struct proc * now.mycroft
1993-12-20Canonicalize all #includes, and add pio.h where appropriate.mycroft
1993-09-28get rid of stray printfs (turn them into "lprintf"s)cgd
1993-07-17Make these files GCC 2 happy.mycroft
1993-06-15Ignore interrupts if the device isn't open. This prevents stray interruptsmycroft
1993-06-05patch from rgrimes to add delay to let data port stabilize, alsocgd
1993-05-22add include of select.h if necessary for protos, or delete if extraneouscgd
1993-05-18make kernel select interface be one-stop shopping & clean it all up.cgd
1993-05-07fix lpt driver and add lpa driver. from 386bsd pk patch 133cgd
1993-03-21initial import of 386bsd-0.1 sourcescgd