diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-26 01:24:37 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-26 01:24:37 +0000 |
commit | a0527eae87aea2301eacb1c024c3731da8f8665b (patch) | |
tree | 0bd35939196e5f6331fa227092890036d8608939 /sys/arch/sparc64/conf | |
parent | 7d7ae03fc7891047c17aaff2d27f5fe821a7349f (diff) |
add siop (and scsibus at siop)... This allows us to boot on E250
Thanks to chris@ for testing.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 6c390c47045..0a72d13b0bd 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.15 2001/09/22 03:51:18 art Exp $ +# $OpenBSD: GENERIC,v 1.16 2001/09/26 01:24:36 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -30,6 +30,8 @@ ebus* at pci? hme* at pci? dev ? function ? gem* at pci? dev ? function ? +siop* at pci? dev ? function ? +scsibus* at siop? #### Standard system devices -- all required for a given architecture diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 318ef58befc..2c5a830ce87 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.4 2001/09/22 18:00:24 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.5 2001/09/26 01:24:36 jason Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -89,11 +89,11 @@ scsibus* at atapiscsi? dma* at sbus? slot ? offset ? # SBus esp* at dma? flags 0x0000 # SBus esp* at sbus? slot ? offset ? - -# SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches -# to the underlying hardware controller. scsibus* at esp? +siop* at pci? dev ? function ? +scsibus* at siop? + # These entries find devices on all SCSI busses and assign # unit numers dynamically. sd* at scsibus? target ? lun ? # SCSI disks |