summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/conf/RAMDISK
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/loongson/conf/RAMDISK')
-rw-r--r--sys/arch/loongson/conf/RAMDISK38
1 files changed, 17 insertions, 21 deletions
diff --git a/sys/arch/loongson/conf/RAMDISK b/sys/arch/loongson/conf/RAMDISK
index bccdcac9716..61a9f243b82 100644
--- a/sys/arch/loongson/conf/RAMDISK
+++ b/sys/arch/loongson/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.1 2009/12/25 22:16:31 miod Exp $
+# $OpenBSD: RAMDISK,v 1.2 2010/01/31 21:40:20 otto Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -16,24 +16,18 @@ maxusers 8
option CPU_LOONGSON2
makeoption LINK_ADDRESS="0xffffffff80200000"
-option TIMEZONE=0
-option DST=0
-
option PCIVERBOSE
option USBVERBOSE
-option DIAGNOSTIC
-option DDB
-
-option CD9660
-option FIFO
-option FFS
-option EXT2FS
-option MSDOSFS
-option NFSCLIENT
-
-option INET
-option INET6
+option FFS # UFS
+option FFS2 # UFS2
+option NFSCLIENT # Network File System client
+option CD9660 # ISO 9660 + Rock Ridge file system
+option UDF # UDF (DVD) file system
+option MSDOSFS # MS-DOS file system
+option INET # IP + ICMP + TCP + UDP
+option INET6 # IPv6 (needs INET)
+option DDB # kernel debugger
option MINIROOTSIZE=8192
option RAMDISK_HOOKS
@@ -87,17 +81,19 @@ urtw* at uhub?
url* at uhub?
urlphy* at mii?
+#uvideo* at uhub?
+#video* at uvideo?
sd* at scsibus?
-st* at scsibus?
+#st* at scsibus?
cd* at scsibus?
#ch* at scsibus?
#ss* at scsibus?
#uk* at scsibus?
-pseudo-device loop 1
-pseudo-device bpfilter 1
+pseudo-device loop 1 # network loopback
+pseudo-device bpfilter 1 # packet filter
+pseudo-device rd 1 # ram disk
-pseudo-device rd 1
+option BOOT_CONFIG # boot-time kernel config
-option BOOT_CONFIG