summaryrefslogtreecommitdiff
path: root/sys/dev/pci/oboe.c
AgeCommit message (Expand)Author
2006-08-17Make this build again without OBOE_DEBUG defined (get rid of warningshe
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2005-12-11merge ktrace-lwp.christos
2005-06-28Use ANSI function decls and static.thorpej
2005-02-27nuke trailing whitespaceperry
2003-10-28Remove unnecessary code.mycroft
2003-10-25Fix uninitialized variable warningschristos
2003-10-21And the wise man said: An u_int32_t is not a pointer, my young apprentice,fvdl
2003-07-14add missing __KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2002-11-26si_ -> sel_christos
2002-11-26Add a comment marking this file as broken on most non-i386 -- vtophys usage.fvdl
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-12-11Recognized Danube chip as well.augustss
2001-12-05Do SIR framing on incoming frames.augustss
2001-12-04Simplify interface to irframe.augustss
2001-12-02Touch up a little. No functional change.augustss
2001-12-02Add driver for the Toshiba's Oboe IrDA chip. From Jan Sparud.augustss