cvs commit: src/sys/geom/raid3 g_raid3.c g_raid3.h

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Aug 5 19:43:30 GMT 2005


pjd         2005-08-05 19:43:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/geom/raid3       g_raid3.c g_raid3.h 
  Log:
  MFC:    g_raid3.c       1.41
          g_raid3.h       1.12
  
  Use root_mount KPI for RAID3 to delay root file system mount.
  Actually, one cannot setup root file system on RAID3 device, but when
  other file system exist in /etc/fstab which are placed on RAID3 device,
  boot process will be interrupted when these devices are missing.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.40.2.1  +26 -0     src/sys/geom/raid3/g_raid3.c
  1.11.2.1  +2 -0      src/sys/geom/raid3/g_raid3.h


More information about the cvs-all mailing list