home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / doc / smm / 02.config / c.t < prev    next >
Encoding:
Text File  |  1991-04-17  |  3.5 KB  |  110 lines

  1. .\" Copyright (c) 1983 The Regents of the University of California.
  2. .\" All rights reserved.
  3. .\"
  4. .\" Redistribution and use in source and binary forms, with or without
  5. .\" modification, are permitted provided that the following conditions
  6. .\" are met:
  7. .\" 1. Redistributions of source code must retain the above copyright
  8. .\"    notice, this list of conditions and the following disclaimer.
  9. .\" 2. Redistributions in binary form must reproduce the above copyright
  10. .\"    notice, this list of conditions and the following disclaimer in the
  11. .\"    documentation and/or other materials provided with the distribution.
  12. .\" 3. All advertising materials mentioning features or use of this software
  13. .\"    must display the following acknowledgement:
  14. .\"    This product includes software developed by the University of
  15. .\"    California, Berkeley and its contributors.
  16. .\" 4. Neither the name of the University nor the names of its contributors
  17. .\"    may be used to endorse or promote products derived from this software
  18. .\"    without specific prior written permission.
  19. .\"
  20. .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  21. .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  22. .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  23. .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  24. .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  25. .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  26. .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  27. .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  28. .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  29. .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  30. .\" SUCH DAMAGE.
  31. .\"
  32. .\"    @(#)c.t    6.3 (Berkeley) 4/17/91
  33. .\"
  34. .\".ds RH "Sample Config Files
  35. .bp
  36. .LG
  37. .B
  38. .ce
  39. APPENDIX C. SAMPLE CONFIGURATION FILES
  40. .sp
  41. .R
  42. .NL
  43. .PP
  44. The following configuration files are developed in section 5;
  45. they are included here for completeness.
  46. .sp 2
  47. .nf
  48. .ta 1.5i 2.5i 4.0i
  49. #
  50. # ANSEL VAX (a picture perfect machine)
  51. #
  52. machine    vax
  53. cpu    VAX780
  54. timezone    8 dst
  55. ident    ANSEL
  56. maxusers    40
  57.  
  58. config    vmunix    root on hp0
  59. config    hpvmunix    root on hp0 swap on hp0 and hp2
  60. config    genvmunix    swap generic
  61.  
  62. controller    mba0    at nexus ?
  63. disk    hp0    at mba? disk ?
  64. disk    hp1    at mba? disk ?
  65. controller    mba1    at nexus ?
  66. disk    hp2    at mba? disk ?
  67. disk    hp3    at mba? disk ?
  68. controller    uba0    at nexus ?
  69. controller    tm0    at uba? csr 0172520    vector tmintr
  70. tape    te0    at tm0 drive 0
  71. tape    te1    at tm0 drive 1
  72. device    dh0    at uba? csr 0160020    vector dhrint dhxint
  73. device    dm0    at uba? csr 0170500    vector dmintr
  74. device    dh1    at uba? csr 0160040    vector dhrint dhxint
  75. device    dh2    at uba? csr 0160060    vector dhrint dhxint
  76. .bp
  77. #
  78. # UCBVAX - Gateway to the world
  79. #
  80. machine    vax
  81. cpu    "VAX780"
  82. cpu    "VAX750"
  83. ident    UCBVAX
  84. timezone    8 dst
  85. maxusers    32
  86. options    INET
  87. options    NS
  88.  
  89. config    vmunix    root on hp swap on hp and rk0 and rk1
  90. config    upvmunix    root on up
  91. config    hkvmunix    root on hk swap on rk0 and rk1
  92.  
  93. controller    mba0    at nexus ?
  94. controller    uba0    at nexus ?
  95. disk    hp0    at mba? drive 0
  96. disk    hp1    at mba? drive 1
  97. controller    sc0    at uba? csr 0176700    vector upintr
  98. disk    up0    at sc0 drive 0
  99. disk    up1    at sc0 drive 1
  100. controller    hk0    at uba? csr 0177440    vector rkintr
  101. disk    rk0    at hk0 drive 0
  102. disk    rk1    at hk0 drive 1
  103. pseudo-device    pty
  104. pseudo-device    loop
  105. pseudo-device    imp
  106. device    acc0    at uba? csr 0167600    vector accrint accxint
  107. pseudo-device    ether
  108. device    ec0    at uba? csr 0164330    vector ecrint eccollide ecxint
  109. device    il0    at uba? csr 0164000    vector ilrint ilcint
  110.