cvs commit: src/sys/kern vfs_conf.c vfs_subr.c src/sys/sys conf.h

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jul 3 22:17:49 PDT 2004


dillon      2004/07/03 22:16:32 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_conf.c vfs_subr.c 
    sys/sys              conf.h 
  Log:
  When booting from CD, check cd1a and acd1a after cd0a and acd0a, allowing
  a CD to be booted off of a second CDRom drive.
  
  When checking for the same rootdev selection as already has been set,
  only the major number of the existing rootdev was being checked.  This
  prevent other unit numbers from being tried properly (e.g. trying cd1 after
  having already tried cd0).
  
  Completely parse the rootdev's (unit, slice, partition) tuple before
  trying to look up the device, rather then assuming that devname(0,0,0)
  will exist (this is no longer necessarily true).
  
  Revision  Changes    Path
  1.10      +95 -51    src/sys/kern/vfs_conf.c
  1.34      +2 -1      src/sys/kern/vfs_subr.c
  1.8       +1 -1      src/sys/sys/conf.h


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_conf.c.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.33&r2=1.34&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/conf.h.diff?r1=1.7&r2=1.8&f=u





More information about the Commits mailing list