I've some problems with bge driver with 3COM 3C996-SX fiber card and
3C996B-T copper card under -stable:

The fiber card is detected correctly but the link does not go up (i've
tested the same card between two Win2K and it works well).

The copper card is detected but the link goes up/down and sometimes lock the
machine (reboot is needed to restart) when i start a 'ping -i0 -q'.

Does someone experienced the same problems ?

for the missing splx: i think i've found a new one in bge_init:

static void
bge_init(xsc)
        void *xsc;
{
        struct bge_softc *sc = xsc;
        struct ifnet *ifp;
        u_int16_t *m;
        int s;

        s = splimp();

        ifp = &sc->arpcom.ac_if;

        if (ifp->if_flags & IFF_RUNNING)
--> missing splx ?
                return;


Fabien

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to