Date: Tue, 17 Aug 1999 13:25:51 -0700 (PDT) From: Bill Fumerola <billf@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_pt.c src/sys/sys conf.h src/sys/i386/isa spkr.c src/sys/kern kern_conf.c Message-ID: <199908172025.NAA68085@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
billf 1999/08/17 13:25:50 PDT Modified files: sys/cam/scsi scsi_pt.c sys/sys conf.h sys/i386/isa spkr.c sys/kern kern_conf.c Log: Welcome devtoname(), to most likely be used when printing information about a dev_t. printf("%x", dev) now becomes printf("%s", devtoname(dev)) because printing actual information about the device is much more useful then printing a pointer to an address that would never help the developer debug. Submitted by: phk, bde Revision Changes Path 1.11 +2 -2 src/sys/cam/scsi/scsi_pt.c 1.75 +2 -1 src/sys/sys/conf.h 1.38 +5 -5 src/sys/i386/isa/spkr.c 1.58 +8 -1 src/sys/kern/kern_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908172025.NAA68085>