K 10 svn:author V 5 wpaul K 8 svn:date V 27 2003-12-25T09:44:49.000000Z K 7 svn:log V 299 - In ndis_intr(), don't do any interrupt processing if the IFF_UP flag isn't set. - In ndis_attach(), halt the NIC before exiting the routine. Calling ndis_init() will bring it up again, and we don't want it running (and potentially generating interrupts) until we're ready to deal with it. END