CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/10/15 11:54:56
Modified files: sys/dev/ic : dc.c fxp.c fxpvar.h gem.c gemvar.h hme.c hmevar.h xl.c sys/dev/pci : if_dc_pci.c if_fxp_pci.c if_gem_pci.c if_hme_pci.c if_msk.c if_sk.c if_xl_pci.c sys/dev/cardbus: if_dc_cardbus.c if_fxp_cardbus.c if_xl_cardbus.c Log message: Add detach support to a few more drivers, and in others do the neccessary operations in the detach function in the right order. Also ensure that the interrupt handlers not trust registers that go away. read over very carefully by dms, tested by me