diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-17 01:41:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-17 01:41:31 +0000 |
commit | 16c551f4d593067dadf6a4d9865588d3ab65be7c (patch) | |
tree | 2598dec96b321be5451a8db9dc9b6509130b2b5d /sys | |
parent | 14f202cf5146256ee7b5bcf22a707b6641396f5d (diff) |
isp* here too
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 7fbeada37e9..67e7966959c 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.14 2002/04/18 14:15:11 jason Exp $ +# $OpenBSD: RAMDISK,v 1.15 2002/05/17 01:41:30 deraadt Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -83,11 +83,15 @@ scsibus* at atapiscsi? dma* at sbus? slot ? offset ? # SBus esp* at dma? flags 0x0000 # SBus esp* at sbus? slot ? offset ? +isp* at sbus? slot ? offset ? scsibus* at esp? siop* at pci? dev ? function ? +isp* at pci? dev ? function ? scsibus* at siop? +scsibus* at isp? + # These entries find devices on all SCSI busses and assign # unit numers dynamically. sd* at scsibus? target ? lun ? # SCSI disks |