diff options
Diffstat (limited to 'sys/arch/sgi/conf/RAMDISK')
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK b/sys/arch/sgi/conf/RAMDISK index 343818a00fc..03517f5b1ce 100644 --- a/sys/arch/sgi/conf/RAMDISK +++ b/sys/arch/sgi/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 2004/08/10 19:08:18 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.6 2004/08/11 15:13:21 deraadt Exp $ # machine sgi mips64 @@ -17,6 +17,9 @@ option DEVPAGER # device pager (mapped devices) option ARCBIOS # Systems uses ARC firmware. +option PCIVERBOSE +option USBVERBOSE + option DIAGNOSTIC # extra kernel debugging checks #option DEBUG # extra kernel debugging support option DDB |