Re: fxp(4) crashes on ifconfig rdomain when up

2024-02-28 Thread dns
Hi Miod! Looking good. No issues. ..and just for your information the relevant ident from my dmesg: OpenBSD 7.4-stable (TEST74) #13: Tue Feb 27 22:09:08 EET 2024 r...@miodfxpfix.strangeloop.cc:/var/obj/kernel/TEST74 AlphaServer DS15, 1000MHz ... fxp0 at pci0 dev 9 function 0 "Intel 82559ER

Re: fxp(4) crashes on ifconfig rdomain when up

2024-02-26 Thread Miod Vallat
Hello, thank you for your bug report. This appears to be a subtle bug introduced in sys/dev/ic/fxp.c 1.49, a couple months short of being 20 years old. The following diff ought to fix it. Can you give it a try on your system? Thanks, Miod Index: fxp.c =

Re: fxp(4) crashes on ifconfig rdomain when up

2024-02-22 Thread Jonathan Gray
On Thu, Feb 22, 2024 at 04:32:06PM +0200, d...@strangeloop.cc wrote: > Hi Guys! > > I was experimenting and learning rdomains but got a kernel panic memory > managent fault every time, a few seconds after issuing ifconfig(8): > > # ifconfig fxp0 rdomain 1 > > fatal kernel trap: > > trap ent

fxp(4) crashes on ifconfig rdomain when up

2024-02-22 Thread dns
Hi Guys! I was experimenting and learning rdomains but got a kernel panic memory managent fault every time, a few seconds after issuing ifconfig(8): # ifconfig fxp0 rdomain 1 fatal kernel trap: trap entry = 0x2 (memory management fault) a0 = 0x90041 ... After some debuggin