K 10 svn:author V 3 imp K 8 svn:date V 27 2003-10-14T06:22:07.000000Z K 7 svn:log V 313 With DIAGNOSTICS, sometimes we get weird crashes when some driver accesses softc after it is freed. Use a different malloc type for softc than the rest of the bus code to make it more clear when these things happen that it is the driver that's at fault, not the bus code. Suggested by: sam and/or phk (I think) END