NetBSD/sys/arch/luna68k/dev
tsutsui fd4da814f0 Handle wskbd(9) .set_leds op in cngetc(9) using wskbd_cnattach(9) cookie.
XXX1: LUNA's keyboards emulate "mechanical lock" for CAP and Kana keys,
      i.e. it sends "DOWN" code only when CAP/Kana LEDs are turned on
      and send "UP" code only when the LEDs are turned off.
      The MD omkbd_input() via wskbd_input(9) for the normal wskbd(4)
      (i.e. ttyE0) devices handles this quirk, but MI wskbd_cngetc()
      in sys/dev/wscons/wskbd.c can do nothing for this.

XXX2: I wonder if we should have an independent .set_leds op for cons(9)
      as cnbell(9), rather than referring a device specific softc stuff
      during .set_leds op in struct wskbd_accessop (registered during
      autoconf(9) via struct wskbddev_attach_args passed to config_found(9))
      even for wskbd cngetc(9) op in struct wskbd_consops (registered
      via early wskbd_cnattach(9)).
2021-10-09 20:59:47 +00:00
..
if_le.c
lcd.c Make local functions static. 2020-12-29 17:17:14 +00:00
lunafb.c Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
lunaws.c Handle wskbd(9) .set_leds op in cngetc(9) using wskbd_cnattach(9) cookie. 2021-10-09 20:59:47 +00:00
omkbdmap.c
omkbdmap.h
omrasops.c
omrasopsvar.h
sio.c Refactor and cleanup sio (uPD7201) drivers. 2021-09-25 15:18:38 +00:00
sioreg.h Refactor and cleanup sio (uPD7201) drivers. 2021-09-25 15:18:38 +00:00
siotty.c Refactor and cleanup sio (uPD7201) drivers. 2021-09-25 15:18:38 +00:00
siottyvar.h Refactor and cleanup sio (uPD7201) drivers. 2021-09-25 15:18:38 +00:00
siovar.h Refactor and cleanup sio (uPD7201) drivers. 2021-09-25 15:18:38 +00:00
spc.c
timekeeper.c
timekeeper.h
xp.c Make local functions static. 2020-12-29 17:17:14 +00:00