Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 1999 08:20:03 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 swapgeneric.c
Message-ID:  <199904141520.IAA19584@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/04/14 08:20:03 PDT

  Modified files:
    sys/i386/i386        swapgeneric.c 
  Log:
  Search bdevsw[] instead of the half-baked builtin table of devices
  in the RB_ASKNAME case.  I had thought that I made this change in
  rev.1.18, but rev.1.18 only affects obscure subcases of the
  RB_DFLTROOT case (subcases where the compiled in default root is
  not found in bdevsw[] -- then the root device is set to the first
  device in the half-baked table that is also in bdevsw[]).
  
  Removed yet more vestiges of config-time swap configuration.
  
  Revision  Changes    Path
  1.26      +26 -14    src/sys/i386/i386/swapgeneric.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?199904141520.IAA19584>