summaryrefslogtreecommitdiff
path: root/sys/dev/ic/lpt.c
AgeCommit message (Expand)Author
2020-01-15lpt(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9)cheloha
2015-05-11Convert from uiomovei() to uiomove() to prevent short tranfersPhilip Guenther
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-09-14remove uneeded proc.h includesJonathan Gray
2013-12-09timeout_del unconditionallyTheo de Raadt
2013-06-12Add suspend/resume support to lpt. Basically, ensure that DACT_SUSPENDTheo de Raadt
2012-01-11ansify and de'register some prototypesDavid Hill
2011-09-17Don't bother keeping a {u,}lptioctl function which is a duplicate ofMiod Vallat
2010-08-06Every time you ignore uiomove() return value, $DEITY kills a littleMiod Vallat
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2002-03-14First round of __P removal in sysTodd C. Miller
2000-07-21convert to new timeoutsMichael Shalayeff
1999-01-07Polled mode when no irq was configured was brokenNiklas Hallqvist
1997-09-02macro fix; mason@primenet.com.auTheo de Raadt
1996-11-30Cleaned up. lpt is MI now.Niklas Hallqvist