Imported Upstream version 2.5.1
[debian/amanda] / contrib / sst / sst.conf
1 #
2 # Copyright (c) 1992,1997, by Sun Microsystems, Inc.
3 # All rights reserved.
4 #
5 #       "@(#)sst.conf 1.5       97/09/14 SMI"
6 #
7 # Hardware Configuration file for sst, a Simple SCSI Target driver
8 # If you have more than one device attached, add more lines for the
9 # extra target/lun combinations (see sd.conf for an example)
10 #
11
12 name="sst" class="scsi" target=5 lun=0;
13
14 # For attaching sst to a specific target:
15 # name="sst"
16 #        parent="/iommu@f,e0000000/sbus@f,e0001000/espdma@f,400000/esp@f,800000"
17 #        target=4 lun=0;
18
19 #
20 # For targets which support a logical unit number other than zero,
21 # change the lun field as appropriate, or for multiple logical
22 # unit numbers per target, add entries as follows:
23 #
24 #       name="sst" class="scsi" target=5 lun=1;
25 #