Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf add kernfs and procfs, support BEAGLEBO...



details:   https://anonhg.NetBSD.org/src/rev/28af58005cb4
branches:  trunk
changeset: 784033:28af58005cb4
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Jan 15 13:52:26 2013 +0000

description:
add kernfs and procfs, support BEAGLEBOARD.local

diffstat:

 sys/arch/evbarm/conf/BEAGLEBOARD |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r dbfc54aa7046 -r 28af58005cb4 sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD  Tue Jan 15 13:43:27 2013 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD  Tue Jan 15 13:52:26 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARD,v 1.41 2013/01/11 09:45:53 he Exp $
+#      $NetBSD: BEAGLEBOARD,v 1.42 2013/01/15 13:52:26 jmcneill Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -35,9 +35,9 @@
 #file-system   CD9660          # ISO 9660 + Rock Ridge file system
 file-system    MSDOSFS         # MS-DOS file system
 #file-system   FDESC           # /dev/fd
-#file-system   KERNFS          # /kern
+file-system    KERNFS          # /kern
 #file-system   NULLFS          # loopback file system
-#file-system   PROCFS          # /proc
+file-system    PROCFS          # /proc
 #file-system   PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
 #file-system   UMAPFS          # NULLFS + uid and gid remapping
 #file-system   UNION           # union file system
@@ -325,3 +325,5 @@
 #pseudo-device clockctl                # user control of clock subsystem
 pseudo-device  ksyms                   # /dev/ksyms
 pseudo-device  lockstat                # lock profiling
+
+cinclude "arch/evbarm/conf/BEAGLEBOARD.local"



Home | Main Index | Thread Index | Old Index