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

Annotation of sys/arch/mvmeppc/conf/files.mvmeppc, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: files.mvmeppc,v 1.9 2005/03/08 20:00:23 tdeval Exp $
                      2:
                      3: #
                      4: # mvmeppc-specific configuration info
                      5: #
                      6: maxpartitions 16
                      7:
                      8: maxusers 2 8 64
                      9:
                     10: file   dev/cninit.c
                     11: file   arch/mvmeppc/mvmeppc/db_interface.c
                     12:
                     13: file   arch/mvmeppc/dev/bugio.c
                     14: file   arch/mvmeppc/dev/clock.c
                     15: file   arch/mvmeppc/dev/mem.c
                     16:
                     17: file   arch/mvmeppc/mvmeppc/autoconf.c
                     18: file   arch/mvmeppc/mvmeppc/conf.c
                     19: file   arch/mvmeppc/mvmeppc/disksubr.c         disk
                     20: file   arch/mvmeppc/mvmeppc/machdep.c
                     21: file   arch/mvmeppc/mvmeppc/bus_space.c
                     22: file   arch/mvmeppc/mvmeppc/bus_dma.c
                     23: file   arch/mvmeppc/mvmeppc/ppc1_machdep.c
                     24:
                     25: define mainbus {}
                     26: device mainbus
                     27: attach mainbus at root
                     28: file   arch/mvmeppc/dev/mainbus.c              mainbus
                     29:
                     30: device cpu
                     31: attach cpu at mainbus
                     32: file   arch/mvmeppc/dev/cpu.c
                     33:
                     34: device raven {}
                     35: attach raven at mainbus
                     36: file   arch/mvmeppc/dev/raven.c
                     37:
                     38: device openpic
                     39: attach openpic at raven
                     40: file   arch/mvmeppc/dev/openpic.c
                     41:
                     42: # Various things that need to be included early...
                     43:
                     44: # Media Independent Interface (mii)
                     45: include        "../../../dev/mii/files.mii"
                     46:
                     47: # I2O
                     48: include        "../../../dev/i2o/files.i2o"
                     49:
                     50: #
                     51: # ISA Bus support
                     52: #
                     53:
                     54: include        "dev/isa/files.isa"
                     55: include        "dev/isa/files.isapnp"
                     56:
                     57: file   arch/mvmeppc/isa/isa_machdep.c          isa
                     58:
                     59: #
                     60: # PCI bus support
                     61: #
                     62:
                     63: include        "dev/pci/files.pci"
                     64:
                     65: device mpcpcibr {} : pcibus
                     66: attach mpcpcibr at raven
                     67: file   arch/mvmeppc/pci/mpcpcibr.c             mpcpcibr
                     68:
                     69: # PCI-Host bridge chipsets
                     70: device pchb:   pcibus
                     71: attach pchb at pci
                     72: file   arch/mvmeppc/pci/pchb.c                 pchb
                     73:
                     74: # PCI-ISA bridge chipsets
                     75: device pcib:   isabus
                     76: attach pcib at pci
                     77: file   arch/mvmeppc/pci/pcib.c                 pcib
                     78:
                     79: #
                     80: # Input Devices (not yet)
                     81: #
                     82:
                     83: #include "dev/pckbc/files.pckbc"
                     84: #include "dev/wscons/files.wscons"
                     85:
                     86: #
                     87: # Block Devices
                     88: #
                     89:
                     90: include        "../../../scsi/files.scsi"
                     91: #include "../../../dev/atapiscsi/files.atapiscsi"
                     92: #include "../../../dev/ata/files.ata"
                     93:
                     94: device bugtty: tty
                     95: attach bugtty at mainbus
                     96: file   arch/mvmeppc/dev/bugtty.c               bugtty needs-flag
                     97:
                     98: #major {wd = 0}
                     99: major  {sd = 2}
                    100: major  {cd = 3}
                    101: major  {rd = 17}

CVSweb