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