Re: panic: rlphy_service: attempt to isolate phy

2010-09-06 Thread Greg Steuck
Alexander Nasonov wrote: > > OpenBSD 4.6 panics on my 4 core amd64 HP workstation when I do > > ifconfig -a. Same here with 4.8-current i386 on HP Mini 311. I did not try the patch yet: panic: rlphy_service: attempt to isolate phy Stopped at Debugger+0x4: popl%ebp RUN AT

Re: panic: rlphy_service: attempt to isolate phy

2010-03-03 Thread Alexander Nasonov
Alexander Nasonov wrote: > OpenBSD 4.6 panics on my 4 core amd64 HP workstation when I do > ifconfig -a. If I change rlphymatch to return 10 only for instance 0, nfe works: diff -u sys/dev/mii/rlphy.c < Index: sys/dev/mii/rlphy.c =

panic: rlphy_service: attempt to isolate phy

2010-02-24 Thread Alexander Nasonov
ption. It panics here: /* * Can't isolate the RTL8139 phy, so it has to be the only one. */ if (IFM_INST(ife->ifm_media) != sc->mii_inst) panic("rlphy_service: attempt to isolate phy"); One variable in the if condition is 0