Module Name: src Committed By: msaitoh Date: Mon Jan 18 04:46:47 UTC 2016
Modified Files: src/sys/dev/ic: wdc.c Log Message: Fix a bug that wdcprobe1() accesses NULL pointer when the DEBUG_PROBE bit is set in atadebug_mask variable. The caller passes data which has temporary-generated wdc_softc in it, but the device_t has not initialized because it's not determined yet. So it can't use device_xname(). Use __function__ instead. To generate a diff of this commit: cvs rdiff -u -r1.279 -r1.280 src/sys/dev/ic/wdc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.