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

Annotation of sys/arch/solbourne/conf/files.solbourne, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: files.solbourne,v 1.2 2006/06/19 15:13:35 deraadt Exp $
        !             2:
        !             3: # Kernel configuration rules for OpenBSD/solbourne.
        !             4: # Most device definitions and files rules are imported from
        !             5: # sys/arch/sparc/conf/files.sparc and are not repeated here.
        !             6: # Hence, this file only lists solbourne-specific changes from
        !             7: # the sparc port.
        !             8:
        !             9: maxpartitions 16
        !            10:
        !            11: maxusers 2 8 64
        !            12:
        !            13: # obio on solbourne is just an administrative wrapper on which
        !            14: # all on-board devices attach.
        !            15: file   arch/solbourne/dev/obio.c               obio
        !            16:
        !            17: # OKI TODclock chip
        !            18: device tod
        !            19: attach tod at obio
        !            20: file   arch/solbourne/dev/tod.c                tod
        !            21:
        !            22: # Z8530 clock hijack
        !            23: device zsclock
        !            24: attach zsclock at zs
        !            25: file   arch/solbourne/dev/zsclock.c            zsclock
        !            26:
        !            27: file   arch/solbourne/solbourne/autoconf.c
        !            28: file   arch/solbourne/solbourne/clock.c
        !            29: file   arch/solbourne/solbourne/machdep.c
        !            30: file   arch/solbourne/solbourne/mem.c
        !            31: file   arch/solbourne/solbourne/pmap.c
        !            32: file   arch/solbourne/solbourne/prom_machdep.c
        !            33: file   arch/solbourne/solbourne/trap.c

CVSweb