amd64 EFI - kernel boots with obsolete memory map

2018-04-22 Thread Ryan Lennox
Hi, efi_cleanup() invokes ExitBootServices, which changes the memory map on some EFI machines. Since mem_pass() is called prior to efi_cleanup(), the kernel boots with an obsolete memory map. The problem can be fixed by calling mem_pass() after efi_cleanup(). Here's the report history with mo

minor readability improvement

2018-04-25 Thread Ryan Lennox
Hi, I know this is trivial, but an extra "o" character here might be worth the slight improvement in readability: Index: src/sys/arch/amd64/stand/libsa/memprobe.c === RCS file: /cvs/src/sys/arch/amd64/stand/libsa/memprobe.c,v retrie

typo in pms.c

2018-04-28 Thread Ryan Lennox
Hi, caught a typo while digging around in here: Index: src/sys/dev/pckbc/pms.c === RCS file: /cvs/src/sys/dev/pckbc/pms.c,v retrieving revision 1.85 diff -u -p -u -r1.85 pms.c --- src/sys/dev/pckbc/pms.c 29 Jan 2018 21:54:11 -000

splice out a knock function for alps touchpads in pms.c

2018-05-02 Thread Ryan Lennox
Hi, Elantech has elantech_knock() Synaptics has synaptics_knock() Alps should have alps_knock() I'd ask for ok, but I don't have an Alps touchpad to test it. ​Index: src/sys/dev/pckbc/pms.c === RCS file: /cvs/src/sys/dev/pckbc/pms.

cwm(1): minor edit to keybinding

2020-02-17 Thread Ryan Lennox
Hi, As a new cwm user, I spent several minutes trying to figure out why the M-question prompt wasn't launching any programs. I smacked my forehead when I realized I was just pressing M-slash, which happens to display a very similar prompt. Normally I wouldn't bother posting about something this

Re: cwm(1): minor edit to keybinding

2020-02-17 Thread Ryan Lennox
Y keyboard > layout, where "?" on the same key as "," and there are probably more > examples out there. > > martijn@ > > On 2/18/20 1:56 AM, Ryan Lennox wrote: > > > Hi, > > As a new cwm user, I spent several minutes trying to figure out why the >