summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/bpp.c
AgeCommit message (Expand)Author
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-21Don't send signals from a hardware interrupt handler. XXX This is stillad
2008-04-13Split device_t/softc for MI ncr53c9x and some related devices,tsutsui
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-02Fix previous.nakayama
2008-03-01Welcome to 4.99.55:rmind
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04fix fallout from caddr_t changes.christos
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-10-15Add missing initializermartin
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-11-26si_ -> sel_christos
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
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-20Get rid of unnecessary BUS_SPACE_MAP_LINEAR.eeh
2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk
2001-11-13add RCSIDslukem
2001-09-26getprop* -> PROM_getprop*eeh
2000-11-01Fix warning in a debug printf.eeh
2000-10-31Clean up a #define that doesn't belong. Oops. That's what I get foreeh
2000-10-31Get the bpp driver to work properly.eeh
2000-07-09Add a `device class' interrupt level argument (from machine/intr.h)pk
2000-06-14Eliminate a race condition reported by mouse on port-sparc.pk
1999-11-21Check presence of Sbus interrupt properties before using them.pk
1999-02-28Fix what is probably a past-o.pk
1998-09-21LSI63854 based parallel port driver skeleton.pk