[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [local] / sys / arch / solbourne / conf

Annotation of sys/arch/solbourne/conf/GENERIC, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: GENERIC,v 1.3 2005/04/30 00:49:36 deraadt Exp $
                      2: #
                      3: # For further information on compiling OpenBSD kernels, see the config(8)
                      4: # man page.
                      5: #
                      6: # For further information on hardware support for this architecture, see
                      7: # the intro(4) man page.  For further information about kernel options
                      8: # for this architecture, see the options(4) man page.  For an explanation
                      9: # of each device driver in this file see the section 4 man page for the
                     10: # device.
                     11:
                     12: machine                solbourne sparc
                     13: include                "../../../conf/GENERIC"
                     14: maxusers       32              # estimated number of users
                     15:
                     16: option         SOLBOURNE       # necessary for proper config(8) operation
                     17:
                     18: # Generic swap; second partition of root disk or network.
                     19: config         bsd     swap generic
                     20:
                     21: # Main bus and CPU .. all systems.
                     22: mainbus0 at root
                     23: cpu0   at mainbus0
                     24: obio0  at mainbus0
                     25:
                     26: # Oki MSM62X42BRS TODclock
                     27: tod0   at obio0
                     28:
                     29: # Zilog 8530 serial chips.  Each has two-channels.
                     30: # zs0 is ttya and ttyb.  zs1 is the keyboard and mouse.
                     31: zs0    at obio0
                     32: zs1    at obio0
                     33:
                     34: zstty* at zs?
                     35: zsclock0 at zs1
                     36:
                     37: # On-board Ethernet
                     38: le0    at obio0

CVSweb