diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-11 15:13:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-11 15:13:22 +0000 |
commit | 2af8b41b710a344db823cade5939fb3b5eaf4972 (patch) | |
tree | 443331c73d5d0d01731856fbdc60fb15e587d1c9 /sys/arch/sgi/conf/RAMDISK | |
parent | 84d54d8cd09e0c85ca173507948414eb57ad0003 (diff) |
PCIVERBOSE by default (USBVERBOSE comes along for the future ride); pefo ok
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 |