I notice that the scsipi code hangs at tsleep, and that the nfsboot code is now hanging also. And it's no surprise to see that the nfsboot code ALSO uses tsleep. Is (l)tsleep now completely broken? I guess without the benefit of DDB, it's time to insert printf's in ltsleep to see exactly where it goes on vacation. :) -Mark