blob: 8c423465f09b8525e2cdbc8fac886035b1fc3dab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-aa,v 1.3 2006/10/17 21:55:33 bad Exp $
--- stage2/pc_slice.h.orig 2003-07-09 13:45:53.000000000 +0200
+++ stage2/pc_slice.h 2006-09-18 00:36:35.000000000 +0200
@@ -246,6 +246,13 @@
#define FS_HFS 15 /* Macintosh HFS */
#define FS_FILECORE 16 /* Acorn Filecore Filing System */
#define FS_EXT2FS 17 /* Linux Extended 2 file system */
+#define FS_NTFS 18 /* Windows/NT file system */
+#define FS_RAID 19 /* RAIDframe component */
+#define FS_CCD 20 /* concatenated disk component */
+#define FS_JFS2 21 /* IBM JFS2 */
+#define FS_APPLEUFS 22 /* Apple UFS */
+
+#define RF_PROTECTED_SECTORS 64 /* sectors reserved by RAIDframe */
#endif /* _PC_SLICE_H */
|