CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/06/27 11:51:08
Modified files: sys/dev/ic : wd33c93.c wd33c93var.h sys/arch/sgi/hpc: wdsc.c Log message: Standardize xfer byte counts to ssize_t rather than a mix of size_t and int (we need to make them signed to spot controller overruns), and fix format strings accordingly. While there, make sure every runtime printf is prefixed by either the complete target information, if available, or at least the driver name with the proper instance number - supported systems with > 1 wdsc are quite common.