diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-04 14:02:51 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-04 14:02:51 +0000 |
commit | 0aa90b5559147f6b9573bda348793636084df74e (patch) | |
tree | 1edf50f938af984d84f69dcb173cfb9ecddc63d2 /sys/arch/arc | |
parent | d8753666de4bed628303ceeecc2cb9495316f902 (diff) |
Go to Buslogic and SCSI
Diffstat (limited to 'sys/arch/arc')
-rw-r--r-- | sys/arch/arc/conf/ARCTIC | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/arc/conf/ARCTIC b/sys/arch/arc/conf/ARCTIC index 3cf92e7a97f..33ae1b133eb 100644 --- a/sys/arch/arc/conf/ARCTIC +++ b/sys/arch/arc/conf/ARCTIC @@ -1,4 +1,4 @@ -# $OpenBSD: ARCTIC,v 1.5 1996/11/28 23:35:39 niklas Exp $ +# $OpenBSD: ARCTIC,v 1.6 1997/01/04 14:02:50 niklas Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -62,7 +62,7 @@ option PCCONS_FORCE_WORD # Max out at 16bit accesses to the # VGA memory # Specify storage configuration (its a joke..) -config bsd root on wd0 swap on wd0 dumps on wd0 +config bsd root on sd0 swap on sd0 dumps on sd0 # # Definition of system @@ -103,8 +103,8 @@ ed2 at isa? port 0x300 iomem 0xcc000 irq 10 # #aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers #aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers #scsibus* at aha? -#btl0 at isa? port 0x330 irq ? drq ? -#scsibus* at btl? +btl0 at isa? port 0x330 irq ? drq ? +scsibus* at btl? #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? @@ -113,12 +113,12 @@ ed2 at isa? port 0x300 iomem 0xcc000 irq 10 # # SCSI Bus devices # -#sd* at scsibus? target ? lun ? -#st* at scsibus? target ? lun ? -#cd* at scsibus? target ? lun ? -#ch* at scsibus? target ? lun ? -#ss* at scsibus? target ? lun ? -#uk* at scsibus? target ? lun ? +sd* at scsibus? target ? lun ? +st* at scsibus? target ? lun ? +cd* at scsibus? target ? lun ? +ch* at scsibus? target ? lun ? +ss* at scsibus? target ? lun ? +uk* at scsibus? target ? lun ? # pseudo-device sl 2 # serial-line IP ports |