scottl 7e4340d511 Don't jam the softc in the device_probe routine. The softc isn't owned by
the driver here, so it shouldn't be accessed, let alone written to.  Remove
the nearby debug line, it's the only thing that depended on the softc, and
it depended on it in a way that couldn't work in this part of the code.

This fixes some reports of use-after-free and system instability with
DEBUG_MEMGUARD enabled.

Submitted by:	Matthew Macy
MFC after:	3 days
2016-05-13 05:57:21 +00:00
..
2016-05-11 17:57:26 +00:00
2016-05-12 20:20:54 +00:00
2016-05-10 20:14:11 +00:00
2016-05-06 15:37:06 +00:00
2016-05-06 01:49:46 +00:00