Re: Some issue in dsm-g600 using netbsd 6.0 release
Felix Deichmann <[email protected]> Thu, 6 Dec 2012 12:20:03 +0100
| Newsgroups | gmane.os.netbsd.ports.sandpoint |
|---|---|
| Message-ID | <CALX=d=d1cgTHjm_V9a572WAnSv-44g6ty0+bKkTgeNZNrNbxfQ@mail.gmail.com> |
2012/12/4 Frank Wille <[email protected]>: >> If I obtain the address via dhclient and I kill the daemon, everything >> works fine. >> It's the dhclient presence that leads to panic. > > Very strange indeed. I cannot imagine what is happening there. Further poking stge(4), my impression when looking at this driver (if_stge.c) is that it is not in the shape it could be. Also its manpage seems to be outdated. "ST1023 only works in promiscuous mode": Could this interfere/provoke the panic especially with dhclient? Apart from that, stge(4) was ported from NetBSD to FreeBSD some time ago, and during this process it seems that "several" bugs were fixed (including this promiscuous mode thing): http://lists.freebsd.org/pipermail/freebsd-current/2006-July/064366.html OpenBSD also ported stge(4) from NetBSD. There could be notable differences, too. Wouldn't it be worth re-importing their modifications, now that /sandpoint supports "mass produced" models using stge(4)? Felix