Re: fix uchcom(4) handling of parity and character size config

2021-10-26 Thread Felix Kronlage-Dammers
On Wed, Oct 27, 2021 at 06:46:38AM +1000, David Gwynne wrote: Hi David, > this ports the functionality to support configuring parity and char size > masks from netbsd src/sys/dev/usb/uchcom.c r1.26. part of that change > including tweaks to uchcom_reset_chip, which was then changed in r1.28 >

pcidevs: intel gemini lake mei

2021-10-21 Thread Felix Kronlage-Dammers
hi, found this mei pci device id in a gemini lake based shuttle pc. Index: sys/dev/pci/pcidevs === RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.1977 diff -u -p -u -r1.1977 pcidevs --- sys/dev/pci/pcidevs 29 Sep

Re: agintc(4): initialize IGROUP (tests required on RK3399 like RockPro64 or Pinebook Pro)

2021-10-21 Thread Felix Kronlage-Dammers
On Thu, Oct 21, 2021 at 08:18:40PM +0200, Patrick Wildt wrote: Hi Patrick, > This diff is one of two steps in getting Parallels on Apple M1s to work. > It initializes two registers to configure the interrupts as GNS1. > > It works fine on the Ampere machine that I have access to, but it would >

Re: iwx(4) 40MHz channel support

2021-10-12 Thread Felix Kronlage-Dammers
On Tue, Oct 12, 2021 at 04:29:47PM +0200, Hrvoje Popovski wrote: > > Please sync your source tree before attempting to apply this patch. > > I have committed some changes to this driver today which this patch > > is based on. > > Works for me on AX200/AX201. Does anyone else want to do a

Adjust url of SD Association in comment in sdhc.c

2021-06-12 Thread Felix Kronlage-Dammers
hi, the legit URL of the SD Associations is www.sdcard.org, not www.sdcard.com. felix Index: sys/dev/sdmmc/sdhc.c === RCS file: /cvs/src/sys/dev/sdmmc/sdhc.c,v retrieving revision 1.69 diff -u -p -u -r1.69 sdhc.c ---

couple devices found on a intel nuc 10i7FNH

2021-05-30 Thread Felix Kronlage-Dammers
ahoi, recognize couple devices found in a Intel Nuc 10i7FNH. Since the JHL7540 exists with a few pci ids, this suffixes the existing one so it matches with the new addition. felix Index: sys/dev/pci/pcidevs === RCS file:

recognize eMMC/SDXC Intel 100 Series found in Tuxedo InfinityBook 14 v2

2019-08-22 Thread Felix Kronlage-Dammers
Hi, couple devices found in the Tuxedo InfinityBook 14 v2. felix Index: sys/dev/pci/pcidevs === RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.1894 diff -u -p -u -r1.1894 pcidevs --- sys/dev/pci/pcidevs 13 Aug 2019

Re: ldapd: add bsd.schema?

2018-05-16 Thread Felix Kronlage
Hi Reyk, Reyk Floeter wrote: could we add an LDAP schema file that makes it easier to use sshd's "AuthorizedKeysCommand"? While most howtos out there agree on the attribute name "sshPublicKey", there is no common LDAP schema that implements it. Some people patch nis.schema (which seems a bad

Re: Backout mclgeti for vr(4).

2010-08-31 Thread Felix Kronlage
On Mon, Aug 30, 2010 at 11:46:20PM +, Thordur I Bjornsson wrote: Hi Thib! I have two machines with vr(4) interfaces running 4.7, and I can't seem to find any problem running ping -f against them. vr0 at pci0 dev 12 function 0 VIA VT6105 RhineIII rev 0x86: apic 2 int 19 (irq 10),

watchdog support for wbsio(4)

2010-01-18 Thread Felix Kronlage
sysctl 8 .Sh HISTORY The .Nm driver first appeared in .Ox 4.3 . +Support for the watchdog was added in +.Ox 4.7 . .Sh AUTHORS The .Nm driver was written by .An Mark Kettenis Aq kette...@openbsd.org . +Support for the watchdog timer was written by +.An Felix Kronlage Aq f...@openbsd.org .