summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/lpt.c
AgeCommit message (Expand)Author
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2010-04-13Include "ioconf.h" to declare struct cfdriver foo_cd.tsutsui
2010-04-12Replace old MD sicallback functions with MI softint(9).tsutsui
2009-11-23Use lwp_getpcb() on m68k ports, clean from struct user usage.rmind
2009-07-08Merge local <atari/atari/intr.h> into common <machine/intr.h>.tsutsui
2008-06-13use device_lookup_private to get softccegger
2008-03-07Split the softc from the device_t for all lpt(4) variants and attachmentscube
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-10-08Merge brelse() changes from the vmlocking branch.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2003-07-15__KERNEL_RCSID()lukem
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2001-01-16Let lpmatch recognice the printer.thomas
2000-03-29Nuke a bunch of cf_unit abuses.leo
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-04-06Move advertisement text into a comment of its own.pk
1998-08-15Make copyright notices with my name consistent.mycroft
1998-01-15Make this compile again after the latest config changes.leo
1998-01-12Update for changes to config.thorpej
1997-07-30Rename lpt to lp on some places to avoid botches between files.isa andleo
1996-12-26Add intr_establish/disestablish functions. Currently only the lpt-driverleo
1996-12-20Get rid of BROKEN_INDIRECT_CONFIGleo
1996-12-20Get rid of BROKEN_INDIRECT_CONFIGleo
1996-11-17Plug some spl-holes in the lp-driver. Also be more strict in protectingleo
1996-10-13backout previous kprintf changeschristos
1996-10-11- Fix configuration name of 'lpt'leo
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-05-14Remove a line of debugging code.leo
1996-04-18Yet more prototyping and -Wall fixes.leo
1996-03-27Add centronics printer driver.leo