diff options
author | 2001-10-06 02:06:12 +0000 | |
---|---|---|
committer | 2001-10-06 02:06:12 +0000 | |
commit | 8a9778d7e883ec5741a2f524e4f718e6189e5b6a (patch) | |
tree | 4bc7874a23e1570d756c53c0f7353755cf29510e | |
parent | add sbus frontend for isp (diff) | |
download | wireguard-openbsd-8a9778d7e883ec5741a2f524e4f718e6189e5b6a.tar.xz wireguard-openbsd-8a9778d7e883ec5741a2f524e4f718e6189e5b6a.zip |
+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. |