CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/06/17 04:48:44

Modified files:
        sys/dev/pci    : if_re_pci.c 
        sys/dev/cardbus: if_re_cardbus.c if_rl_cardbus.c 

Log message:
Remove the bus specific sc_ih (interrup handle) variable and use the common
sc_ih value of struct rl_softc. This fixes a crash in re(4) because
intr_barrier(9) is called with the rl_softc sc_ih which was NULL.
OK kettenis@

Reply via email to