mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

185 lines
6.2 KiB

  1. --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. Please add additional copyright information _after_ the line containing
  4. the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  5. the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  6. ROCK Linux: rock-src/package/base/linux/linux24/06-devfs-default.patch
  7. ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  8. This patch file is dual-licensed. It is available under the license the
  9. patched project is licensed under, as long as it is an OpenSource license
  10. as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  11. of the GNU General Public License as published by the Free Software
  12. Foundation; either version 2 of the License, or (at your option) any later
  13. version.
  14. # --- ROCK-COPYRIGHT-NOTE-END ---
  15. diff -rduN ./arch/alpha/defconfig ./arch/alpha/defconfig
  16. --- ./arch/alpha/defconfig 2004-02-18 14:36:30.000000000 +0100
  17. +++ ./arch/alpha/defconfig 2004-04-20 00:03:27.000000000 +0200
  18. @@ -567,8 +567,8 @@
  19. # CONFIG_NTFS_RW is not set
  20. # CONFIG_HPFS_FS is not set
  21. CONFIG_PROC_FS=y
  22. -# CONFIG_DEVFS_FS is not set
  23. -# CONFIG_DEVFS_MOUNT is not set
  24. +CONFIG_DEVFS_FS=y
  25. +CONFIG_DEVFS_MOUNT=y
  26. # CONFIG_DEVFS_DEBUG is not set
  27. CONFIG_DEVPTS_FS=y
  28. # CONFIG_QNX4FS_FS is not set
  29. diff -rduN ./arch/arm/defconfig ./arch/arm/defconfig
  30. --- ./arch/arm/defconfig 2004-02-18 14:36:30.000000000 +0100
  31. +++ ./arch/arm/defconfig 2004-04-20 00:13:05.000000000 +0200
  32. @@ -422,8 +422,8 @@
  33. # CONFIG_NTFS_RW is not set
  34. # CONFIG_HPFS_FS is not set
  35. CONFIG_PROC_FS=y
  36. -# CONFIG_DEVFS_FS is not set
  37. -# CONFIG_DEVFS_MOUNT is not set
  38. +CONFIG_DEVFS_FS=y
  39. +CONFIG_DEVFS_MOUNT=y
  40. # CONFIG_DEVFS_DEBUG is not set
  41. CONFIG_DEVPTS_FS=y
  42. # CONFIG_QNX4FS_FS is not set
  43. diff -rduN ./arch/cris/defconfig ./arch/cris/defconfig
  44. --- ./arch/cris/defconfig 2004-02-18 14:36:30.000000000 +0100
  45. +++ ./arch/cris/defconfig 2004-04-20 00:18:07.000000000 +0200
  46. @@ -457,8 +457,8 @@
  47. # CONFIG_NTFS_RW is not set
  48. # CONFIG_HPFS_FS is not set
  49. CONFIG_PROC_FS=y
  50. -# CONFIG_DEVFS_FS is not set
  51. -# CONFIG_DEVFS_MOUNT is not set
  52. +CONFIG_DEVFS_FS=y
  53. +CONFIG_DEVFS_MOUNT=y
  54. # CONFIG_DEVFS_DEBUG is not set
  55. # CONFIG_DEVPTS_FS is not set
  56. # CONFIG_QNX4FS_FS is not set
  57. diff -rduN ./arch/i386/defconfig ./arch/i386/defconfig
  58. --- ./arch/i386/defconfig 2004-04-14 15:05:25.000000000 +0200
  59. +++ ./arch/i386/defconfig 2004-04-20 00:01:37.000000000 +0200
  60. @@ -711,8 +711,8 @@
  61. # CONFIG_NTFS_RW is not set
  62. # CONFIG_HPFS_FS is not set
  63. CONFIG_PROC_FS=y
  64. -# CONFIG_DEVFS_FS is not set
  65. -# CONFIG_DEVFS_MOUNT is not set
  66. +CONFIG_DEVFS_FS=y
  67. +CONFIG_DEVFS_MOUNT=y
  68. # CONFIG_DEVFS_DEBUG is not set
  69. CONFIG_DEVPTS_FS=y
  70. # CONFIG_QNX4FS_FS is not set
  71. diff -rduN ./arch/ia64/defconfig ./arch/ia64/defconfig
  72. --- ./arch/ia64/defconfig 2004-02-18 14:36:30.000000000 +0100
  73. +++ ./arch/ia64/defconfig 2004-04-20 00:15:28.000000000 +0200
  74. @@ -721,8 +721,8 @@
  75. # CONFIG_NTFS_RW is not set
  76. # CONFIG_HPFS_FS is not set
  77. CONFIG_PROC_FS=y
  78. -# CONFIG_DEVFS_FS is not set
  79. -# CONFIG_DEVFS_MOUNT is not set
  80. +CONFIG_DEVFS_FS=y
  81. +CONFIG_DEVFS_MOUNT=y
  82. # CONFIG_DEVFS_DEBUG is not set
  83. CONFIG_DEVPTS_FS=y
  84. # CONFIG_QNX4FS_FS is not set
  85. diff -rduN ./arch/m68k/defconfig ./arch/m68k/defconfig
  86. --- ./arch/m68k/defconfig 2004-02-18 14:36:30.000000000 +0100
  87. +++ ./arch/m68k/defconfig 2004-04-20 00:07:43.000000000 +0200
  88. @@ -229,8 +229,8 @@
  89. # CONFIG_NTFS_FS is not set
  90. # CONFIG_HPFS_FS is not set
  91. CONFIG_PROC_FS=y
  92. -# CONFIG_DEVFS_FS is not set
  93. -# CONFIG_DEVFS_MOUNT is not set
  94. +CONFIG_DEVFS_FS=y
  95. +CONFIG_DEVFS_MOUNT=y
  96. # CONFIG_DEVFS_DEBUG is not set
  97. CONFIG_DEVPTS_FS=y
  98. # CONFIG_QNX4FS_FS is not set
  99. diff -rduN ./arch/mips/defconfig ./arch/mips/defconfig
  100. --- ./arch/mips/defconfig 2004-02-18 14:36:30.000000000 +0100
  101. +++ ./arch/mips/defconfig 2004-04-20 00:05:33.000000000 +0200
  102. @@ -577,8 +577,8 @@
  103. # CONFIG_NTFS_RW is not set
  104. # CONFIG_HPFS_FS is not set
  105. CONFIG_PROC_FS=y
  106. -# CONFIG_DEVFS_FS is not set
  107. -# CONFIG_DEVFS_MOUNT is not set
  108. +CONFIG_DEVFS_FS=y
  109. +CONFIG_DEVFS_MOUNT=y
  110. # CONFIG_DEVFS_DEBUG is not set
  111. CONFIG_DEVPTS_FS=y
  112. # CONFIG_QNX4FS_FS is not set
  113. diff -rduN ./arch/mips64/defconfig ./arch/mips64/defconfig
  114. --- ./arch/mips64/defconfig 2004-02-18 14:36:30.000000000 +0100
  115. +++ ./arch/mips64/defconfig 2004-04-20 00:16:20.000000000 +0200
  116. @@ -533,8 +533,8 @@
  117. # CONFIG_NTFS_RW is not set
  118. # CONFIG_HPFS_FS is not set
  119. CONFIG_PROC_FS=y
  120. -# CONFIG_DEVFS_FS is not set
  121. -# CONFIG_DEVFS_MOUNT is not set
  122. +CONFIG_DEVFS_FS=y
  123. +CONFIG_DEVFS_MOUNT=y
  124. # CONFIG_DEVFS_DEBUG is not set
  125. CONFIG_DEVPTS_FS=y
  126. # CONFIG_QNX4FS_FS is not set
  127. diff -rduN ./arch/parisc/defconfig ./arch/parisc/defconfig
  128. --- ./arch/parisc/defconfig 2004-02-18 14:36:30.000000000 +0100
  129. +++ ./arch/parisc/defconfig 2004-04-20 00:17:32.000000000 +0200
  130. @@ -617,8 +617,8 @@
  131. # CONFIG_NTFS_RW is not set
  132. # CONFIG_HPFS_FS is not set
  133. CONFIG_PROC_FS=y
  134. -# CONFIG_DEVFS_FS is not set
  135. -# CONFIG_DEVFS_MOUNT is not set
  136. +CONFIG_DEVFS_FS=y
  137. +CONFIG_DEVFS_MOUNT=y
  138. # CONFIG_DEVFS_DEBUG is not set
  139. CONFIG_DEVPTS_FS=y
  140. # CONFIG_QNX4FS_FS is not set
  141. diff -rduN ./arch/ppc/defconfig ./arch/ppc/defconfig
  142. --- ./arch/ppc/defconfig 2004-02-18 14:36:30.000000000 +0100
  143. +++ ./arch/ppc/defconfig 2004-04-20 00:06:02.000000000 +0200
  144. @@ -789,7 +789,7 @@
  145. # CONFIG_HPFS_FS is not set
  146. CONFIG_PROC_FS=y
  147. CONFIG_DEVFS_FS=y
  148. -# CONFIG_DEVFS_MOUNT is not set
  149. +CONFIG_DEVFS_MOUNT=y
  150. # CONFIG_DEVFS_DEBUG is not set
  151. CONFIG_DEVPTS_FS=y
  152. # CONFIG_QNX4FS_FS is not set
  153. diff -rduN ./arch/sh/defconfig ./arch/sh/defconfig
  154. --- ./arch/sh/defconfig 2004-02-18 14:36:30.000000000 +0100
  155. +++ ./arch/sh/defconfig 2004-04-20 00:14:05.000000000 +0200
  156. @@ -167,8 +167,8 @@
  157. # CONFIG_NTFS_RW is not set
  158. # CONFIG_HPFS_FS is not set
  159. CONFIG_PROC_FS=y
  160. -# CONFIG_DEVFS_FS is not set
  161. -# CONFIG_DEVFS_MOUNT is not set
  162. +CONFIG_DEVFS_FS=y
  163. +CONFIG_DEVFS_MOUNT=y
  164. # CONFIG_DEVFS_DEBUG is not set
  165. # CONFIG_DEVPTS_FS is not set
  166. # CONFIG_QNX4FS_FS is not set
  167. diff -rduN ./arch/sparc/defconfig ./arch/sparc/defconfig
  168. --- ./arch/sparc/defconfig 2004-04-14 15:05:27.000000000 +0200
  169. +++ ./arch/sparc/defconfig 2004-04-20 00:04:42.000000000 +0200
  170. @@ -329,8 +329,8 @@
  171. # CONFIG_NTFS_RW is not set
  172. CONFIG_HPFS_FS=m
  173. CONFIG_PROC_FS=y
  174. -# CONFIG_DEVFS_FS is not set
  175. -# CONFIG_DEVFS_MOUNT is not set
  176. +CONFIG_DEVFS_FS=y
  177. +CONFIG_DEVFS_MOUNT=y
  178. # CONFIG_DEVFS_DEBUG is not set
  179. CONFIG_DEVPTS_FS=y
  180. # CONFIG_QNX4FS_FS is not set