CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/29 06:13:05
Modified files:
sys/dev/isa : wds.c
Log message:
SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random
uses in drivers.
Use WDSDEBUG sections like the rest of the debug output. Fix some printf()
format problems that were missed in the previous sweep.
