Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 1999 20:45:24 -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_da.c scsi_sa.c src/sys/contrib/dev/fla fla.c src/sys/dev/amr amr_disk.c src/sys/dev/ccd ccd.c src/sys/dev/ida ida_disk.c src/sys/dev/mlx mlx_disk.c src/sys/i386/isa atapi-cd.c wd.c ...
Message-ID:  <199912080445.UAA34374@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ken         1999/12/07 20:45:24 PST

  Modified files:
    share/man/man9       devstat.9 
    sys/cam/scsi         scsi_da.c scsi_sa.c 
    sys/contrib/dev/fla  fla.c 
    sys/dev/amr          amr_disk.c 
    sys/dev/ccd          ccd.c 
    sys/dev/ida          ida_disk.c 
    sys/dev/mlx          mlx_disk.c 
    sys/i386/isa         atapi-cd.c wd.c 
    sys/pc98/pc98        wd.c 
    sys/sys              devicestat.h 
  Log:
  Revamp the devstat priority system.  All disks now have the same priority.
  The same goes for CD drivers and tape drivers.  In systems with mixed IDE
  and SCSI, devices in the same priority class will be sorted in attach
  order.
  
  Also, the 'CCD' priority is now the 'ARRAY' priority, and a number of
  drivers have been modified to use that priority.
  
  This includes the necessary changes to all drivers, except the ATA drivers.
  Soren will modify those separately.
  
  This does not include and does not require any change in the devstat
  version number, since no known userland applications use the priority
  enumerations.
  
  Reviewed by:	msmith, sos, phk, jlemon, mjacob, bde
  
  Revision  Changes    Path
  1.10      +4 -7      src/share/man/man9/devstat.9
  1.41      +2 -2      src/sys/cam/scsi/scsi_da.c
  1.42      +2 -2      src/sys/cam/scsi/scsi_sa.c
  1.16      +3 -2      src/sys/contrib/dev/fla/fla.c
  1.5       +3 -3      src/sys/dev/amr/amr_disk.c
  1.68      +3 -3      src/sys/dev/ccd/ccd.c
  1.10      +3 -2      src/sys/dev/ida/ida_disk.c
  1.6       +3 -3      src/sys/dev/mlx/mlx_disk.c
  1.27      +3 -3      src/sys/i386/isa/atapi-cd.c
  1.215     +2 -2      src/sys/i386/isa/wd.c
  1.98      +2 -2      src/sys/pc98/pc98/wd.c
  1.8       +4 -7      src/sys/sys/devicestat.h



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?199912080445.UAA34374>