summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2009-03-29Get width, height, and linebytes values from prom_getpropint().tsutsui
2009-03-27Use bus_space(9) to access registers. SETREG() macro using bogus caststsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-01-03remove extra semicolons.yamt
2008-12-26Sprinkle #if NTCTRL > 0 so that this builds again withouthe
2008-12-26move callout_init(sc->sc_tick_ch) before we're trying to callout_stop()macallan
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-12-12fix stride value returned by /dev/fbmacallan
2008-12-12device_t-ifymacallan
2008-12-11Fix warning about missing initializer that showed up in sparc64hauke
2008-11-20Read the chip revision from the Sbus register.jdc
2008-11-07*** Summary ***dyoung
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-07-02change licence of my old code to two-clause BSD licenceplunky
2008-06-12use device_lookup_private to get softccegger
2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner
2008-06-11- use device_lookup_private to get softccegger
2008-05-29remove clause #3 from my license where there are no othermrg
2008-05-25Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()ad
2008-05-17device_tmacallan
2008-05-17unbork previous by actually using CFATTACH_DECL_NEW(). Doh.macallan
2008-05-17magic number reduction - no functional changemacallan
2008-05-17don't map more video memory than we really needmacallan
2008-05-16struct device * -> device_tmacallan
2008-05-16struct device * -> device_tmacallan
2008-05-09move to 2 clause licensemacallan
2008-05-06Add more initialisation steps (read reset register; pause; set burst sizejdc
2008-05-04mii_dev is a device_t now.xtraeme
2008-04-29Another compile fix.ad
2008-04-29Pass the "right" softc to the soft interrupt handlermartin
2008-04-29Make it compilemartin
2008-04-29Use sparc_softintr to pass down device interrupt to the correct IPL.ad
2008-04-29Convert to new 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-28Set (and display) the chip revision.jdc
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-23Since device_t is split out from softc, we have to allocate struct devicetsutsui
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-07use device_xname() and get rid of isp_namecegger
2008-04-05use aprint_*_dev and device_xnamecegger
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2008-03-22Check the "shared-pins" property for the value "serdes".jdc
2008-03-11Checkpoint of some fairly major isp(4) rototilling.mjacob
2008-03-08Don't panic if you can't find the corresponding DMA device- just don'tmjacob
2008-03-02Fix previous.nakayama