diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-12 08:44:09 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-12 08:44:09 +0000 |
commit | 306e66afd921d98e5734fd735a825fa24561aefc (patch) | |
tree | 8544d0458a576405e3ea5d362d1791629141071a /sys | |
parent | 3bf246ad80e63ed7b8e26c726d516318b15a0095 (diff) |
Sync to reality
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arc/conf/ARCTIC | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/sys/arch/arc/conf/ARCTIC b/sys/arch/arc/conf/ARCTIC index 4729dd252b4..a478e303171 100644 --- a/sys/arch/arc/conf/ARCTIC +++ b/sys/arch/arc/conf/ARCTIC @@ -1,4 +1,4 @@ -# $OpenBSD: ARCTIC,v 1.3 1996/09/24 21:46:02 niklas Exp $ +# $OpenBSD: ARCTIC,v 1.4 1996/11/12 08:44:08 niklas Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -57,7 +57,9 @@ option COMPAT_43 # compatibility with 4.3BSD binaries #option COMPAT_ULTRIX # Ultrix binary compatibility (no go yet) # Special options -option MACHINE_NONCONTIG # Support noncontigous memory. +option MACHINE_NONCONTIG # Support noncontigous memory. +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 @@ -75,6 +77,7 @@ isabr* at mainbus0 # isa* at isabr? +#isadma0 at isa? clock0 at isa? port 0x70 irq 0 @@ -97,19 +100,25 @@ ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and NE[12]000 ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards ed2 at isa? port 0x300 iomem 0xcc000 irq 10 # -btl0 at isa? port 0x330 irq ? drq ? -scsibus* at btl? +#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? +#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? # # 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 |