diff options
Diffstat (limited to 'sys/arch')
-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 |