| Age | Commit message (Expand) | Author |
| 2022-07-03 | fix various typos in comments, mainly s/pallete/palette/. | andvar |
| 2022-05-24 | fix various typos in comments, docs and log messages. | andvar |
| 2021-10-11 | Fix workaround for SH-3 PCMCIA bug in accordance with description | rin |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2019-04-11 | Fix a typo in a comment | kamil |
| 2018-12-11 | Add a convenience function, com_init_regs_stride(), that shifts the register | thorpej |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2013-11-09 | fix unused variable warnings | christos |
| 2013-10-13 | Catch up to recent changes in config_pending_{incr,decr}(). | riz |
| 2011-07-26 | Don't set the iobase and iosize members of pcmciabus_attach_args because | dyoung |
| 2011-07-20 | Move macros _BUS_SPACE_WRITE(), _BUS_SPACE_WRITE_MULTI(), et | dyoung |
| 2011-07-19 | Change <machine/bus.h> to <sys/bus.h> throughout. | dyoung |
| 2010-05-13 | Use COM_REGMAP instead of hd64461uart_{read,write}_1(). | kiyohara |
| 2010-05-13 | Standby AFE Clock, if use_afeck is 0. Don't stop AFE Clock, if PERSONA boots | kiyohara |
| 2010-05-12 | Style. | kiyohara |
| 2010-05-12 | Suply clock SAFECKE_[IO]ST, if platid is PERSONA. | kiyohara |
| 2010-05-12 | Fix arg of intr_establish(). | kiyohara |
| 2009-04-05 | Register null hooks with pmf(9) for now, which is no worse than before | uwe |
| 2009-03-22 | Don't bother trying to attach GPIO, AFE and FIR modules for which we | uwe |
| 2009-03-21 | Minor cosmetic. | uwe |
| 2009-03-21 | In the current code the even loop is never exited, but it's cleaner to | uwe |
| 2009-03-21 | Move channel attachment to event thread (we already have one, so it's | uwe |
| 2009-03-18 | Turn on display on attachment. Fixes the scenario when serial console | uwe |
| 2008-12-02 | Defining another variable after multiline initializer for a previous | uwe |
| 2008-12-02 | Spell "gray scale" and "mono chrome" without the space. | uwe |
| 2008-12-02 | hd64461video_set_display_mode_lcdc - expressing screen widths in hex | uwe |
| 2008-12-02 | hd64461video_info: fix pasto, correctly report 4-bit grayscale in LDR2. | uwe |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-28 | Split device_t and softc. | uwe |
| 2008-03-27 | Convert to use CFATTACH_DECL_NEW (no softc). | uwe |
| 2008-03-27 | Split device_t and softc. | uwe |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2008-02-17 | Use aprint_*, device_xname. | uwe |
| 2008-02-17 | hd64461_set_bus_width - use named constants instead of bit shift magic. | uwe |
| 2008-02-17 | hd64461_info: Print correct full name for STBCR (s/system/standby/). | uwe |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-09-24 | Add psh3pwr. | kiyohara |
| 2007-07-11 | Fix previous: sc_event_thread should be a pointer to lwp_t. | uwe |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2006-08-18 | Refer sc_font.wsfont explicitly instead of playing cast tricks. | uwe |
| 2006-08-14 | Whether hd64461video is console is not is irrelevant to powering it up | uwe |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2006-01-03 | HD64461VIDEO options now come from "opt_hd64461video.h". | uwe |