diff options
author | 1996-06-09 19:03:43 +0000 | |
---|---|---|
committer | 1996-06-09 19:03:43 +0000 | |
commit | 74d0730b6cdaa5ef50f82355fe45523f48cdaf5e (patch) | |
tree | 349457b1cf6690c65a5cd69e3d0a81f220ac046d | |
parent | Bug fix from Manuel. (diff) | |
download | wireguard-openbsd-74d0730b6cdaa5ef50f82355fe45523f48cdaf5e.tar.xz wireguard-openbsd-74d0730b6cdaa5ef50f82355fe45523f48cdaf5e.zip |
Don't want DDB
-rw-r--r-- | sys/arch/i386/conf/GANDALF | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF index 3b89ca24292..a3b980d483f 100644 --- a/sys/arch/i386/conf/GANDALF +++ b/sys/arch/i386/conf/GANDALF @@ -1,7 +1,7 @@ # # GANDALF -- Dual Tyan P5/133 PCI/EISA bus # -# $OpenBSD: GANDALF,v 1.2 1996/06/05 07:13:17 tholo Exp $ +# $OpenBSD: GANDALF,v 1.3 1996/06/09 19:03:43 tholo Exp $ # machine i386 # architecture, used by config; REQUIRED @@ -27,8 +27,8 @@ options SWAPPAGER # paging; REQUIRED options VNODEPAGER # mmap() of files options DEVPAGER # mmap() of devices -options DDB # in-kernel debugger -makeoptions DEBUG="-g" # compile full symbol table +#options DDB # in-kernel debugger +#makeoptions DEBUG="-g" # compile full symbol table options DIAGNOSTIC # internally consistency checks options KTRACE # system call tracing, a la ktrace(1) @@ -110,14 +110,14 @@ scsibus* at ahb? sd* at scsibus? target ? lun ? # SCSI disk drives st* at scsibus? target ? lun ? # SCSI tape drives cd* at scsibus? target ? lun ? # SCSI CD-ROM drives -#ch* at scsibus? target ? lun ? # SCSI autochangers +ch* at scsibus? target ? lun ? # SCSI autochangers #ss* at scsibus? target ? lun ? # SCSI scanners wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers wdc1 at isa? port 0x170 irq 15 # ST506, ESDI, and IDE controllers wd* at wdc? drive ? -ep* at eisa? slot ? # 3C5[07]9 ethernet card +ep* at eisa? slot ? # 3C579 ethernet card #sb0 at isa? port 0x220 irq 5 drq 1 # SoundBlaster spkr0 at pckbd? # PC speaker |