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 | |
parent | 84d54d8cd09e0c85ca173507948414eb57ad0003 (diff) |
PCIVERBOSE by default (USBVERBOSE comes along for the future ride); pefo ok
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/GENERIC b/sys/arch/sgi/conf/GENERIC index 4c5775bcfbc..4c6d8dba7e1 100644 --- a/sys/arch/sgi/conf/GENERIC +++ b/sys/arch/sgi/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.6 2004/08/10 19:08:17 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.7 2004/08/11 15:13:21 deraadt Exp $ # machine sgi mips64 @@ -21,6 +21,9 @@ option ARCBIOS # We use arcbios for FW comminication. #option WSDISPLAY_COMPAT_RAWKBD +option PCIVERBOSE +option USBVERBOSE + #option UVMHIST # enable uvm history logging #option DEBUG 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 |