diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 09:06:26 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 09:06:26 +0000 |
commit | ad12c53d2449c3ec82070395d2dd5de608d00af0 (patch) | |
tree | 4ff0079a8a322bad6c25df65c9061e3131ccd2c8 | |
parent | 3a9923706475957ef54fa54278ec78a3ed4c693f (diff) |
aic and no serial console now
-rw-r--r-- | sys/arch/i386/conf/OPRAH | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/OPRAH b/sys/arch/i386/conf/OPRAH index 03d42633bd8..ad9453e6811 100644 --- a/sys/arch/i386/conf/OPRAH +++ b/sys/arch/i386/conf/OPRAH @@ -1,4 +1,4 @@ -# $OpenBSD: OPRAH,v 1.14 1997/04/29 05:15:18 deraadt Exp $ +# $OpenBSD: OPRAH,v 1.15 1997/08/07 09:06:25 niklas Exp $ # # OPRAH -- Niklas Hallqvist's test machine # @@ -26,7 +26,7 @@ option DIAGNOSTIC # internally consistency checks option KTRACE # system call tracing, a la ktrace(1) option BOOT_CONFIG # User kernel config #option SCSIDEBUG -option COMCONSOLE # Serial console +#option COMCONSOLE # Serial console option CONADDR=0x2f8 option CONUNIT=1 @@ -94,11 +94,15 @@ lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports aha0 at isa? port 0x230 irq ? drq ? # Adaptec 154[02] SCSI controllers aha1 at isa? port 0x234 irq ? drq ? # Adaptec 154[02] SCSI controllers scsibus* at aha? +aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers +scsibus* at aic? wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers wds1 at isa? port 0x358 irq 11 drq 5 scsibus* at wds? sd* at scsibus? target ? lun ? +st* at scsibus? target ? lun ? +cd* at scsibus? target ? lun ? fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers #fdc1 at isa? port 0x370 irq ? drq ? |