Re: [RFC] new APIs to use wskbd(4) input on non-wsdisplay ttydevices

2024-04-06 Thread Izumi Tsutsui
macallan@ wrote: > > I'd like to add new APIs to use wskbd(4) input on non-wsdisplay > > tty devices, especially news68k that can use a putchar function > > provided by firmware PROM as a kernel console device. > > > > # Details > > > > The news68k machines have various framebuffer options, but

Re: [RFC] new APIs to use wskbd(4) input on non-wsdisplay tty devices

2024-04-06 Thread Izumi Tsutsui
uwe@ wrote: > On Sat, Apr 06, 2024 at 23:56:27 +0900, Izumi Tsutsui wrote: > > > To support "text only" framebuffer console, we can use putchar > > functions provided by the firmware PROM. > > Is that a console-typewriter--like device without addressable cursor > terminal emulation? Can you

Re: [RFC] new APIs to use wskbd(4) input on non-wsdisplay tty devices

2024-04-06 Thread Michael
Hello, On Sat, 6 Apr 2024 23:56:27 +0900 Izumi Tsutsui wrote: > I'd like to add new APIs to use wskbd(4) input on non-wsdisplay > tty devices, especially news68k that can use a putchar function > provided by firmware PROM as a kernel console device. > > # Details > > The news68k machines have

Re: [RFC] new APIs to use wskbd(4) input on non-wsdisplay tty devices

2024-04-06 Thread Valery Ushakov
On Sat, Apr 06, 2024 at 23:56:27 +0900, Izumi Tsutsui wrote: > To support "text only" framebuffer console, we can use putchar > functions provided by the firmware PROM. Is that a console-typewriter--like device without addressable cursor terminal emulation? Can you use wsemul_dumb to avoid

[RFC] new APIs to use wskbd(4) input on non-wsdisplay tty devices

2024-04-06 Thread Izumi Tsutsui
# tl;dr I'd like to add new APIs to use wskbd(4) input on non-wsdisplay tty devices, especially news68k that can use a putchar function provided by firmware PROM as a kernel console device. # Details The news68k machines have various framebuffer options, but most of them are not "dumb"

Re: fullfs

2024-04-06 Thread Ice Cream
Hi, I already worked on this. You can check the patch here https://mail-index.netbsd.org/tech-kern/2024/03/30/msg029539.html > I've copied nullfs to fullfs. I did "make" and nothing happed, > I tried 'build.sh' and nothing, like 'fullfs' does not exist. Did you add fullfs to the Makefile(s)?