K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-08-13T23:53:36.000000Z K 7 svn:log V 260 Since if_txp doesn't contain locking or run with INTR_MPSAFE, mark the interface as IFF_NEEDSGIANT so if_start is run holding Giant. Note: mutexes are initialized in the softc for this driver, but the locking appears inadequate to allow Giant-free operation. END