Home | History | Annotate | Line # | Download | only in qbus
files.uba revision 1.8.2.1
      1  1.8.2.1  nathanw #	$NetBSD: files.uba,v 1.8.2.1 2001/06/21 20:05:25 nathanw Exp $
      2      1.1    ragge #
      3      1.1    ragge # Config file and device description for machine-independent
      4      1.1    ragge # code for devices Digital Equipment Corp. Unibus and Q22 bus.
      5      1.1    ragge # Included by ports that need it.
      6      1.1    ragge device	uba { csr }
      7      1.1    ragge 
      8      1.6    ragge define	qfont
      9  1.8.2.1  nathanw define	ifuba
     10      1.6    ragge 
     11      1.6    ragge file	dev/qbus/uba.c				uba
     12  1.8.2.1  nathanw file	dev/qbus/if_uba.c			ifuba
     13      1.2    ragge 
     14      1.2    ragge # DZ-11 (-compatible) tty device driver.
     15      1.8    ragge device	dz { line = -1 }: tty
     16      1.2    ragge attach	dz at uba with dz_uba
     17      1.6    ragge file	dev/qbus/dz.c				dz needs-flag
     18      1.6    ragge file	dev/qbus/dz_uba.c			dz_uba
     19      1.3    ragge 
     20      1.3    ragge # DL-11 at UBA
     21      1.3    ragge device	dl: tty
     22      1.3    ragge attach	dl at uba
     23      1.5    ragge file	dev/qbus/dl.c				dl needs-flag
     24      1.5    ragge 
     25      1.5    ragge # DHU-11 at UBA
     26      1.5    ragge device	dhu: tty
     27      1.5    ragge attach	dhu at uba
     28      1.5    ragge file	dev/qbus/dhu.c				dhu needs-flag
     29      1.5    ragge 
     30      1.6    ragge # UDA50/whatever disk/tape MSCP controller
     31      1.5    ragge device	mtc: mscp
     32      1.5    ragge attach	mtc at uba
     33      1.5    ragge device	uda: mscp
     34      1.5    ragge attach	uda at uba
     35      1.5    ragge file	dev/qbus/uda.c				uda | mtc
     36      1.6    ragge 
     37      1.6    ragge # DEQNA/DELQA Ethernet controller
     38      1.6    ragge device	qe: ifnet, ether, arp
     39      1.6    ragge attach	qe at uba
     40      1.6    ragge file	dev/qbus/if_qe.c			qe
     41      1.6    ragge 
     42      1.6    ragge # DEUNA/DELUA Ethernet controller
     43  1.8.2.1  nathanw device	de: ifnet, ether, arp, ifuba
     44      1.6    ragge attach	de at uba
     45      1.6    ragge file	dev/qbus/if_de.c			de
     46      1.6    ragge 
     47  1.8.2.1  nathanw # Interlan NI1010 Ethernet controller
     48  1.8.2.1  nathanw device	il: ifnet, ether, arp, ifuba
     49  1.8.2.1  nathanw attach	il at uba
     50  1.8.2.1  nathanw file	dev/qbus/if_il.c			il
     51  1.8.2.1  nathanw 
     52      1.6    ragge # QDSS at UBA
     53      1.6    ragge device	qd: qfont
     54      1.6    ragge attach	qd at uba
     55      1.6    ragge file	dev/qbus/qd.c				qd needs-count
     56      1.6    ragge 
     57      1.6    ragge # Fontfile for DEC framebuffers, soon to die in favour for MI fontfiles.
     58      1.6    ragge file	dev/qbus/qfont.c			qfont
     59      1.7    ragge 
     60      1.7    ragge # RL01/02 disk controller
     61      1.7    ragge device	rlc { drive=-1 }
     62      1.7    ragge attach	rlc at uba
     63      1.7    ragge device	rl: disk
     64      1.7    ragge attach	rl at rlc
     65      1.7    ragge file	dev/qbus/rl.c				rl | rlc needs-flag
     66  1.8.2.1  nathanw 
     67  1.8.2.1  nathanw # DEC DMC-11/DMR-11 P2P interface
     68  1.8.2.1  nathanw device	dmc: ifnet, ifuba
     69  1.8.2.1  nathanw attach	dmc at uba
     70  1.8.2.1  nathanw file	dev/qbus/if_dmc.c			dmc
     71  1.8.2.1  nathanw 
     72  1.8.2.1  nathanw # DEC TS11 tape formatter
     73  1.8.2.1  nathanw device	ts: tape
     74  1.8.2.1  nathanw attach	ts at uba
     75  1.8.2.1  nathanw file	dev/qbus/ts.c				ts needs-flag
     76