diff options
Diffstat (limited to 'sys/arch/sgi/conf')
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK b/sys/arch/sgi/conf/RAMDISK index cb16d76566d..9c20e343e4a 100644 --- a/sys/arch/sgi/conf/RAMDISK +++ b/sys/arch/sgi/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.23 2008/08/25 16:15:53 jasper Exp $ +# $OpenBSD: RAMDISK,v 1.24 2009/04/13 21:13:46 miod Exp $ # machine sgi mips64 @@ -156,3 +156,5 @@ pseudo-device bpfilter 1 # packet filter ports pseudo-device rd 1 # Ram disk. pseudo-device bio 1 # ioctl multiplexing device + +option BOOT_CONFIG # add support for boot -c |