On Sat, 9 Aug 2003, Martin Blapp wrote: > Isn't there a way to see that the card doesn't support reporting > media status ? If the card does report this, I could add code > to dhclient and all would be fine. Yes; check the media status word for IFM_AVALID. (whitespace damaged) %%% --- dhclient.c 28 Jul 2003 13:25:04 -0000 1.27 +++ dhclient.c 9 Aug 2003 13:07:16 -0000 _at__at_ -3221,13 +3221,11 _at__at_ if (ifmr.ifm_status & IFM_ACTIVE) return (1); } + return (0); } - return (0); -#else /* ifdef __FreeBSD__ */ - - return (1); #endif /* Other OSs */ + return (1); } #ifdef __FreeBSD__ %%% -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter_at_jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever |Received on Sat Aug 09 2003 - 04:08:38 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:18 UTC