Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 1998 05:38:00 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern subr_diskslice.c
Message-ID:  <199807201238.FAA07845@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/07/20 05:38:00 PDT

  Modified files:
    sys/kern             subr_diskslice.c 
  Log:
  Backed out rev.1.43 (removed nonsense SLICE ifdef).  SLICE is
  normally only defined in opt_devfs.h, so testing it before including
  anything is normally a no-op.  Undef'ing DEVFS before including
  opt_devfs.h is similarly useless.  OTOH, DEVFS support for sliced
  but not SLICEd (despite defined(SLICE)) devices is either harmless
  (if there are no such devices, then nothing in this file is used)
  or necessary (otherwise).  It even seems to work for sliced cd
  devices.
  
  Revision  Changes    Path
  1.49      +1 -4      src/sys/kern/subr_diskslice.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?199807201238.FAA07845>