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

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

1.1     ! nbrk        1: #      $OpenBSD: files.luna88k,v 1.14 2007/02/09 14:26:09 aoyama Exp $
        !             2: #
        !             3: maxpartitions 16
        !             4:
        !             5: device         mainbus {}
        !             6: attach         mainbus at root
        !             7: file   arch/luna88k/luna88k/mainbus.c
        !             8:
        !             9: device clock
        !            10: attach clock at mainbus
        !            11: file   arch/luna88k/dev/timekeeper.c                   clock
        !            12:
        !            13: device lcd
        !            14: attach lcd at mainbus
        !            15: file   arch/luna88k/dev/lcd.c                          lcd needs-flag
        !            16:
        !            17: attach le at mainbus
        !            18: file   arch/luna88k/dev/if_le.c                        le
        !            19:
        !            20: device sio {[channel = -1]}
        !            21: attach sio at mainbus
        !            22: file   arch/luna88k/dev/sio.c                          sio
        !            23:
        !            24: # this should be removed after bringup
        !            25: #device romtty: tty
        !            26: #attach romtty at mainbus
        !            27: #file  arch/luna88k/dev/romtty.c                       romtty needs-flag
        !            28:
        !            29: device siotty: tty
        !            30: attach siotty at sio
        !            31: file   arch/luna88k/dev/siotty.c                       siotty needs-flag
        !            32:
        !            33: device ws: wskbddev,wsmousedev
        !            34: attach ws at sio
        !            35: file arch/luna88k/dev/lunaws.c                         ws
        !            36:
        !            37: device fb: wsemuldisplaydev, rasops1
        !            38: attach fb at mainbus
        !            39: file arch/luna88k/dev/lunafb.c                         fb
        !            40: file arch/luna88k/dev/omrasops.c                       fb
        !            41:
        !            42: # Raster operations
        !            43: include "dev/rasops/files.rasops"
        !            44: include "dev/wsfont/files.wsfont"
        !            45: # "Workstation Console" glue.
        !            46: include "dev/wscons/files.wscons"
        !            47:
        !            48: device cpu
        !            49: attach cpu at mainbus
        !            50:
        !            51: include "../../../scsi/files.scsi"
        !            52:
        !            53: major {sd = 4}
        !            54: major {st = 5}
        !            55: major {cd = 6}
        !            56: major {rd = 7}
        !            57: major {vnd = 8}
        !            58:
        !            59: device spc: scsi
        !            60: attach spc at mainbus
        !            61: file arch/luna88k/dev/spc.c                            spc
        !            62: file arch/luna88k/dev/mb89352.c                                spc
        !            63:
        !            64: # XXX: now testing
        !            65: #device pcm: audio, auconv, mulaw
        !            66: #attach pcm at mainbus
        !            67: #file arch/luna88k/dev/nec86.c                         pcm needs-flag
        !            68: #file arch/luna88k/dev/nec86hw.c                       pcm needs-flag
        !            69: #file arch/luna88k/dev/nec86_luna88k.c                 pcm needs-flag
        !            70:
        !            71: # list of standard files
        !            72: file   arch/luna88k/luna88k/clock.c
        !            73:
        !            74: file   arch/luna88k/luna88k/autoconf.c
        !            75: file   arch/luna88k/luna88k/conf.c
        !            76: file   arch/luna88k/luna88k/m8820x.c
        !            77: file   arch/luna88k/luna88k/disksubr.c
        !            78: file   arch/luna88k/luna88k/eh.S
        !            79: file   arch/luna88k/luna88k/isr.c
        !            80: file   arch/luna88k/luna88k/machdep.c
        !            81: file   arch/luna88k/luna88k/mem.c
        !            82: file   arch/luna88k/luna88k/pmap_table.c

CVSweb