CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/28 15:33:14
Modified files:
sys/dev/ic : aic79xx_openbsd.c aic79xx_openbsd.h
aic7xxx_openbsd.c aic7xxx_openbsd.h
Log message:
SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random
uses in drivers.
Use AHD_DEBUG/AHC_DEBUG sections like all the other debug output does. Don't
#include scsi_debug.h.
