summaryrefslogtreecommitdiff
path: root/sys/arch/sgimips/dev
AgeCommit message (Expand)Author
2013-12-16- remove unused variablesmrg
2012-10-29fix device/softc split errors.chs
2012-10-27split device_t/softc for all remaining drivers.chs
2012-01-11use rasops_init(0,0)macallan
2011-10-06The crmfb device does not depend on iic; i2cbus and i2c_bitbang ishe
2011-08-18device_t-ifymacallan
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-30dependant -> dependentwiz
2011-05-22crmfb may run in more than 8 bit now so we need the other rasops* as wellmacallan
2011-05-17add support for running the console in more than 8 bitmacallan
2011-05-17add some constants, clarify some hw limitationsmacallan
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-04-13use PRIx64 for printing 64-bit valuesplunky
2011-04-07add mode setting supportmacallan
2011-04-07defflag CRMFB_DEBUGmacallan
2011-04-04remove some old debug codemacallan
2011-04-04crmfb needs edid and friends nowmacallan
2011-03-31add DDC2 support. Not too useful yet.macallan
2011-03-30device_t-ify, use aprint_*_dev() where appropriatemacallan
2011-03-30add a bunch of GBE registers, no functional change (yet)macallan
2011-03-10Set correct struct clockframe .intr value for hardclock(9).tsutsui
2011-03-01use hardware to draw characters, while there use vcons_replay_msgbuf()macallan
2011-02-20Merge forward matt-nb5-mips64matt
2010-01-12Split device_t/softc, some KNF.tsutsui
2010-01-12Switch to using todr_[gs]ettime_ymdhms() formattsutsui
2009-12-14Merge from matt-nb5-mips64matt
2009-12-12Remove `volatile' qualifier from argument types oftsutsui
2009-11-21Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage.rmind
2009-03-26add a few more register definitions, needed by the latest crime_drv.macallan
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-02-12Enable Personal IRIS 4D/20 and 4D/25 support:rumble
2009-02-10Check in work in progress of Personal IRIS 4D/20 and 4D/25 support (IP6rumble
2008-11-25Don't be lazy and let one directory's Makefile install an includehe
2008-11-06add a couple more registersmacallan
2008-08-23KNF and misc cosmetics.tsutsui
2008-08-08Misc cosmetics:tsutsui
2008-08-07In crime_attach(), call crime_watchdog_disable() rather thantsutsui
2008-08-07Fix a typo so that the crimedog is actually shut up.tsutsui
2008-08-03- replace some mysterious magic numbers in CPU clock measurement codetsutsui
2008-07-30Add a BUS_DMASYNC_PREWRITE call against tile's DMA address descriptors.tsutsui
2008-06-13use device_lookup_private to get softccegger
2008-05-26Remove all initialization of obsolete ci_divisor_recip intsutsui
2008-05-08Use 2-clause license.jmcneill
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-03-18Remove debug printf: ``so we need 10 x 8 tiles -> 00500000''jmcneill
2008-03-15Swap red and blue for 8bpp paletted mode.jmcneill
2008-03-02allow userland to map all video memory, not just the visible partmacallan
2008-03-01allocate a linear buffer, don't smoke crack when setting up the engine's TLBsmacallan
2008-02-18correct accidentially committed garbage (what the hell... )macallan