[BACK]Return to files.uba CVS log [TXT][DIR] Up to [local] / sys / arch / vax / qbus

Annotation of sys/arch/vax/qbus/files.uba, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: files.uba,v 1.3 2005/03/08 20:00:24 tdeval Exp $
                      2: #      $NetBSD: files.uba,v 1.6 1999/06/20 18:09:22 ragge Exp $
                      3: #
                      4: # Config file and device description for machine-independent
                      5: # code for devices Digital Equipment Corp. Unibus and Q22 bus.
                      6: # Included by ports that need it.
                      7: device uba {csr}
                      8:
                      9: define qfont
                     10:
                     11: file   arch/vax/qbus/uba.c                             uba
                     12:
                     13: # DZ-11 (-compatible) tty device driver.
                     14: device dz {line = -1}: tty
                     15: attach dz at uba with dz_uba
                     16: file   arch/vax/qbus/dz.c                              dz needs-flag
                     17: file   arch/vax/qbus/dz_uba.c                          dz_uba
                     18:
                     19: # DL-11 at UBA
                     20: device dl: tty
                     21: attach dl at uba
                     22: file   arch/vax/qbus/dl.c                              dl needs-flag
                     23:
                     24: # DHU-11 at UBA
                     25: device dhu: tty
                     26: attach dhu at uba
                     27: file   arch/vax/qbus/dhu.c                             dhu needs-flag
                     28:
                     29: # UDA50/whatever disk/tape MSCP controller
                     30: device mtc: mscp
                     31: attach mtc at uba
                     32: device uda: mscp
                     33: attach uda at uba
                     34: file   arch/vax/qbus/uda.c                             uda | mtc
                     35:
                     36: # DEQNA/DELQA Ethernet controller
                     37: device qe: ifnet, ether
                     38: attach qe at uba
                     39: file   arch/vax/if/if_qe.c                             qe
                     40:
                     41: # DEUNA/DELUA Ethernet controller
                     42: device de: ifnet, ether
                     43: attach de at uba
                     44: file   arch/vax/if/if_de.c                             de
                     45:
                     46: # QDSS at UBA
                     47: device qd: qfont
                     48: attach qd at uba
                     49: file   arch/vax/qbus/qd.c                              qd needs-count
                     50:
                     51: # Fontfile for DEC framebuffers, soon to die in favour for MI fontfiles.
                     52: file   arch/vax/qbus/qfont.c                           qfont

CVSweb