K 10 svn:author V 3 ken K 8 svn:date V 27 1999-02-18T22:06:27.000000Z K 7 svn:log V 1219 Merge the following revisions of the following files into RELENG_3: Revision Path 1.2 src/share/man/man9/devstat.9 1.15 src/sys/cam/scsi/scsi_cd.c 1.10 src/sys/cam/scsi/scsi_ch.c 1.20 src/sys/cam/scsi/scsi_da.c 1.6 src/sys/cam/scsi/scsi_pass.c 1.5 src/sys/cam/scsi/scsi_pt.c 1.19 src/sys/cam/scsi/scsi_sa.c 1.40,1.41 src/sys/dev/ccd/ccd.c 1.133 src/sys/i386/isa/fd.c 1.188 src/sys/i386/isa/wd.c 1.19 src/sys/i386/isa/wfd.c 1.9 src/sys/kern/subr_devstat.c 1.52 src/sys/pc98/pc98/fd.c 1.74 src/sys/pc98/pc98/wd.c 1.4 src/sys/sys/devicestat.h 1.30 src/usr.bin/vmstat/vmstat.c The changes to atapi-cd.c that went into -current have not been merged, since devstat support for that driver is not in RELENG_3. Add a prioritization field to the devstat_add_entry() call so that peripheral drivers can determine where in the devstat(9) list they are inserted. This requires recompilation of libdevstat, systat, vmstat, rpc.rstatd, and any ports that depend on the devstat code, since the size of the devstat structure has changed. The devstat version number has been incremented as well to reflect the change. END