summaryrefslogtreecommitdiff
path: root/sys/arch/sgimips/dev
AgeCommit message (Expand)Author
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
2008-02-18correct typomacallan
2008-02-18avoid unnecessary writes to the MTE's direction registersmacallan
2008-02-17use MTE for rectangle filling as wellmacallan
2008-02-17adjust some register names, also use MTE for scrolling downmacallan
2008-02-17use the memory transfer engine for scrolling when possiblemacallan
2008-02-10bunch of minor fixes:macallan
2008-02-06get rid of some leftover debugging cruftmacallan
2008-02-05update (c) sectionsmacallan
2008-02-05add hardware acceleration for scrolling and clearing.macallan
2008-02-02Allow sync-on-green to be controlled by ARCS environment variable "SyncOnGreen".sekiya
2008-02-02Define relevent register data so that we can turn off sync-on-green when needed.sekiya
2008-01-09Fix typo in macro name and comments.wiz
2008-01-06Fix a typo: s/Kgdb_dev/kgdb_dev/dsieger
2007-12-02CRMFB_VT_VCMAP and CRMFB_VT_HCMAP register definitions were transposed.jmcneill
2007-11-20Use the softint API.ad
2007-11-09Call zs_lock_init() to set up the chanstate's lock.ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-09-26crime needs-flagmacallan
2007-09-26add crime_reboot()macallan
2007-07-26- move register definitions to crmfbreg.hmacallan
2007-07-15add hardware cursor supportmacallan
2007-06-23Fix a warning from gcc 4 about stripping the volatile qualifier by a casthauke
2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt