summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus/ppbconf.h
AgeCommit message (Expand)Author
2025-06-17Internal scheduling priorities: Always use symbolic onesOlivier Certner
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-09-01ppbus: Set the lock for pps interface, update to latest apiWarner Losh
2020-09-01ppbus: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-09-03With clang 3.9.0, compiling ppbus(4) results in the following warnings:Dimitry Andric
2009-02-03Trim what we expose to userland in <dev/ppbus/ppbconf.h> to just theJohn Baldwin
2009-01-21Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin
2008-11-16Various whitespace and style fixes.John Baldwin
2008-10-21Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin
2008-09-15Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin
2008-01-10Work around problems with the ppbus(4)'s interesting way of managingJohn Baldwin
2003-08-07Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin
2000-04-27make the example compile again.Nick Hibma
2000-01-14Port of ppbus standalone framework to the newbus system.Nicolas Souchu
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-08Passing the unit number to an interrupt routing is kind of narrowminded,Poul-Henning Kamp
1999-04-05Make ppbus compile under egcs. I'm not sure about this casting-to-union-Peter Wemm
1999-01-30Distinguish EPP address/data register. Add EPP address register access to ppi.Nicolas Souchu
1999-01-27 Fix PPBPRI #define - it was missing parenthesis which messed up aMatthew Dillon
1999-01-10Fix broken low level ppb_rxxx() return type: char becomes u_char.Nicolas Souchu
1999-01-10Major ppbus commit with:Nicolas Souchu
1998-09-20- port of vpo code to CAMNicolas Souchu
1998-09-13ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +Nicolas Souchu
1998-08-03Major ppbus updates from the author.Mike Smith
1998-06-07This is a prototype implementation of the draft-mogul-pps-api-##.txtPoul-Henning Kamp
1997-09-01Oops, the previous change applied a reversed patch.Bruce Evans
1997-09-01Removed unused #includes. The !KERNEL case may be more broken than before.Bruce Evans
1997-09-01Added #include of <sys/queue.h> to make this self-sufficient.Bruce Evans
1997-08-16Sync with ppbus-970815 from the author :Mike Smith
1997-08-14New directory and drivers for Parallel Port Bus devices.Mike Smith