K 10 svn:author V 3 imp K 8 svn:date V 27 2020-02-15T18:14:23.931496Z K 7 svn:log V 397 The KASSERT is too strict: revert r357897 It's valid for a periph to be removed with outstanding transactions on the device. In CAM, multiple periphs attach to a single device. There's no interlock to prevent one of these going away while other periphs have outstanding CCBs and it's not an error either. Remove this overly agressive KASSERT to prevent false-positive panics when devices depart. END