summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
AgeCommit message (Expand)Author
2005-02-27nuke trailing whitespaceperry
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2004-09-13remove the ppbus_print_child() function which is pointless as used heredrochner
2004-09-08use interface attribute / locator passing versionsdrochner
2004-02-24occured -> occurred. From Peter Postma.wiz
2004-02-10add Gary Thorpe copyright noticejdolecek
2004-02-10inform better of what exactly is printed in ppbus_scan_bus(), and onlyjdolecek
2004-02-03allow setting of interrupt usage, priming and auto LF behaviourjdolecek
2004-02-03overhaul the ioctl interface to be better suited for extensions and tojdolecek
2004-02-03g/c some unused/write-only/redundant lpt_softc stuffjdolecek
2004-02-01make compilable with option DONTPROBE_1284jdolecek
2004-01-30whitespace fixes, make LPTIO_DISABLE_DMA 'succeed' if DMA is not supportedjdolecek
2004-01-28whitespace policejdolecek
2004-01-28make testbyte[] in lpt_detect() static constjdolecek
2004-01-28drop #ifdef _KERNEL, this is kernel-only headerjdolecek
2004-01-28copyright policejdolecek
2004-01-28add a "pps" device to get pulse-per-second signals into ntpddrochner
2004-01-28drop #ifdef _KERNEL (these are kernel-only headers)jdolecek
2004-01-28do not use enums in ioctl structure, use fixed width integers insteadjdolecek
2004-01-25say 'port mode = <foo>' in autoconf message, so that it would be morejdolecek
2004-01-25According to the OED, the variant spelling "negociate" died out in thebjh21
2004-01-25Remove dollar signs from foreign RCSIDs per doc/3RDPARTY.bjh21
2004-01-22Don't use "int" when we mean "size_t". Fixes compile on ARM.bjh21
2004-01-22Kernel code should include <sys/types.h> or <sys/param.h> first.bjh21
2004-01-22Don't use "int" when we mean "size_t". Fixes compilation on ARM.bjh21
2004-01-22Kernel code should include <sys/types.h> or <sys/param.h> first.bjh21
2004-01-21Add RCSID comments.bjh21
2004-01-20cleanup old lpt(4) attachment, and glue ppbus in so that they can coexist:jdolecek
2004-01-20attach this with lpt_ppbus, just to make co-existence with dev/ic/lpt.cjdolecek
2004-01-20attach this as 'plip', rather than 'lp'jdolecek
2004-01-20fix va_arg() warning, and label placement warningjdolecek
2004-01-19Import Gary Thorpe's netbsd-ppbus 1.3. This is NetBSD portjdolecek