Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 1999 16:41:59 -0800 (PST)
From:      Greg Lehey <grog@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/dev/vinum vinumvar.h
Message-ID:  <199901210041.QAA13793@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
grog        1999/01/20 16:41:59 PST

  Modified files:
    sys/dev/vinum        vinumvar.h 
  Log:
  Include Peter Wemm's renaming and restructuring
  
  Change from lkm to kld
  
  Add field plexsdno to sd struct
  
  Add flag VF_NEWBORN to drive, sd, plex and volume structs, indicating
  that the object has just been created.
  
  Add object types for raw (unattached) plexes and subdisks
  
  Remove definitions of VOLNO, PLEXNO and SDNO (now functions Volno,
  Plexno and Sdno)
  
  Move revive parameters from struct plex to struct sd.
  
  struct plex:
    maintain a count of the number of inaccessible subdisks.
    remove defective and unmapped regions.
  
  Debug flags: make an enum (previously #define)
  
  Set default revive block size to 64kB (was 32 kB)
  
  Revision  Changes    Path
  1.7       +59 -47    src/sys/dev/vinum/vinumvar.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?199901210041.QAA13793>