[BACK]Return to chio.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/chio.conf, Revision 1.2

1.2     ! david       1: # $OpenBSD: chio.conf,v 1.1 2006/06/03 19:33:35 deraadt Exp $
        !             2: # Configuration file for chio(8).
1.1       deraadt     3: # Each stanza configures a changer, to enumerate the st(4) devices
                      4: # corresponding to each ch(4) drive. This file is only required
                      5: # if you need a non-default behavior. See chio(8) for details.
                      6: #
                      7: # Example: tell chio that drive 0 corresponds to rst3 and drive 1 to rst2
                      8: # changer ch0 {
                      9: #      drive rst3
                     10: #      drive rst2
                     11: # }