Date: Thu, 18 Feb 1999 14:06:27 -0800 (PST) From: Kenneth Merry <ken@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 devstat.9 src/sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c src/sys/dev/ccd ccd.c src/sys/i386/isa fd.c wd.c wfd.c src/sys/kern subr_devstat.c src/sys/pc98/pc98 fd.c wd.c ... Message-ID: <199902182206.OAA98203@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ken 1999/02/18 14:06:27 PST
Modified files: (Branch: RELENG_3)
share/man/man9 devstat.9
sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c
scsi_pt.c scsi_sa.c
sys/dev/ccd ccd.c
sys/i386/isa fd.c wd.c wfd.c
sys/kern subr_devstat.c
sys/pc98/pc98 fd.c wd.c
sys/sys devicestat.h
usr.bin/vmstat vmstat.c
Log:
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.
Revision Changes Path
1.1.2.1 +39 -3 src/share/man/man9/devstat.9
1.14.2.1 +4 -3 src/sys/cam/scsi/scsi_cd.c
1.9.2.1 +4 -3 src/sys/cam/scsi/scsi_ch.c
1.19.2.1 +3 -2 src/sys/cam/scsi/scsi_da.c
1.5.2.1 +4 -3 src/sys/cam/scsi/scsi_pass.c
1.4.2.1 +3 -2 src/sys/cam/scsi/scsi_pt.c
1.16.2.2 +3 -2 src/sys/cam/scsi/scsi_sa.c
1.37.2.1 +3 -2 src/sys/dev/ccd/ccd.c
1.132.2.1 +3 -2 src/sys/i386/isa/fd.c
1.186.2.2 +4 -2 src/sys/i386/isa/wd.c
1.17.2.1 +3 -2 src/sys/i386/isa/wfd.c
1.8.2.1 +59 -5 src/sys/kern/subr_devstat.c
1.50.2.1 +3 -2 src/sys/pc98/pc98/fd.c
1.71.2.2 +4 -2 src/sys/pc98/pc98/wd.c
1.3.2.1 +22 -4 src/sys/sys/devicestat.h
1.29.2.1 +10 -9 src/usr.bin/vmstat/vmstat.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?199902182206.OAA98203>
