diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-09 19:03:44 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-09 19:03:44 +0000 |
commit | c9242b7786daa5bff4bc728331c905be711e0289 (patch) | |
tree | 1e5dfaefef50a047990d2d175c40f881f9963322 /sys/arch | |
parent | 08608bac463bb3741c776e58e9daa07e181cde21 (diff) |
Don't want DDB
Diffstat (limited to 'sys/arch')
-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 |