Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2000 22:07:40 -0800 (PST)
From:      Greg Lehey <grog@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vinum vinum.c
Message-ID:  <200002290607.WAA15731@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
grog        2000/02/28 22:07:40 PST

  Modified files:
    sys/dev/vinum        vinum.c 
  Log:
  Change the startup sequence of the vinum volume from SI_SUB_DRIVERS
  to SI_SUB_VINUM, thus making it possible for Vinum to access I/O
  devices and start.
  
  Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR with
  VINUM_BDEV_MAJOR and VINUM_CDEV_MAJOR respectively.
  
  Style fixes: replace NULL with 0 where appropriate.
  
  Submitted-by: Charlie Root <root@sms-1.follo.net> (yup, that's all I
  	      have to go on).
  
  Approved-by:	jkh
  
  Revision  Changes    Path
  1.38      +11 -6     src/sys/dev/vinum/vinum.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?200002290607.WAA15731>