diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-10-06 02:06:13 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-10-06 02:06:13 +0000 |
commit | c02a7c2c361468b54a0dae09c3fb53f5936109d7 (patch) | |
tree | 71cd936f9f054d44ba6b7950595e4c97ebb4b734 | |
parent | 16f4f9aaacbcb7d1aa050602182ac1091fe668f1 (diff) |
+isp at sbus
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index d0701f65944..1888eff570d 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.20 2001/10/02 00:28:59 jason Exp $ +# $OpenBSD: GENERIC,v 1.21 2001/10/06 02:06:12 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -87,9 +87,12 @@ dma* at sbus? slot ? offset ? # SBus esp* at dma? flags 0x0000 # SBus esp* at sbus? slot ? offset ? +isp* at sbus? slot ? offset ? + # SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches # to the underlying hardware controller. scsibus* at esp? +scsibus* at isp? # These entries find devices on all SCSI busses and assign # unit numers dynamically. |