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