$NetBSD: patch-ag,v 1.3 2006/10/17 21:55:33 bad Exp $ --- stage2/fsys_ufs2.c.orig 2004-06-19 14:17:52.000000000 +0200 +++ stage2/fsys_ufs2.c @@ -88,7 +88,8 @@ ufs2_mount (void) type = 0; if (! (((current_drive & 0x80) || (current_slice != 0)) - && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_BSDFFS))) + && ! (IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_BSDFFS) + || IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_RAID)))) { for (i = 0; sblock_try[i] != -1; ++i) {