CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/11 18:54:49
Modified files: sys/dev/cardbus: if_re_cardbus.c sys/dev/pci : if_re_pci.c Log message: If re_attach() fails at any point make sure to disestablish various resources setup by the bus front ends, especially the shutdown hook. Found while testing some other changes with a CardBus adapter and re_attach() was failing early before the interface pointer was assigned. Then the system was rebooted, the shutdown hook was called and *boom* in re_stop().