files.usermode revision 1.17 1 1.17 reinoud # $NetBSD: files.usermode,v 1.17 2018/06/05 20:02:42 reinoud Exp $
2 1.1 jmcneill
3 1.1 jmcneill maxpartitions 8
4 1.1 jmcneill maxusers 8 16 64
5 1.1 jmcneill
6 1.1 jmcneill defparam opt_memsize.h MEMSIZE
7 1.7 jmcneill defflag opt_cpu.h CPU_DEBUG
8 1.9 jmcneill defparam opt_cpu.h CPU_HOST
9 1.11 jmcneill defparam opt_misc.h TEXTADDR
10 1.1 jmcneill
11 1.1 jmcneill define thunkbus { }
12 1.1 jmcneill
13 1.1 jmcneill device mainbus: thunkbus
14 1.1 jmcneill attach mainbus at root
15 1.1 jmcneill file arch/usermode/dev/mainbus.c mainbus
16 1.1 jmcneill
17 1.1 jmcneill device cpu { }
18 1.1 jmcneill attach cpu at thunkbus
19 1.1 jmcneill file arch/usermode/dev/cpu.c cpu
20 1.1 jmcneill
21 1.1 jmcneill device clock { }
22 1.1 jmcneill attach clock at thunkbus
23 1.1 jmcneill file arch/usermode/dev/clock.c clock
24 1.1 jmcneill
25 1.1 jmcneill device ttycons { } : tty
26 1.1 jmcneill attach ttycons at thunkbus
27 1.1 jmcneill file arch/usermode/dev/ttycons.c ttycons
28 1.1 jmcneill
29 1.13 jmcneill device veth { } : arp, ether, ifnet
30 1.13 jmcneill attach veth at thunkbus
31 1.13 jmcneill file arch/usermode/dev/if_veth.c veth
32 1.13 jmcneill
33 1.14 jmcneill device vaudio { } : audiobus, auconv, aurateconv, mulaw
34 1.14 jmcneill attach vaudio at thunkbus
35 1.14 jmcneill file arch/usermode/dev/vaudio.c vaudio
36 1.14 jmcneill
37 1.4 jmcneill attach ld at thunkbus with ld_thunkbus
38 1.4 jmcneill file arch/usermode/dev/ld_thunkbus.c ld_thunkbus
39 1.4 jmcneill
40 1.16 jmcneill device vncfb { } : wsemuldisplaydev, rasops32, vcons, wskbddev, wsmousedev
41 1.15 jmcneill attach vncfb at thunkbus
42 1.15 jmcneill file arch/usermode/dev/vncfb.c vncfb
43 1.15 jmcneill file arch/usermode/dev/vnckbdmap.c vncfb
44 1.6 jmcneill
45 1.17 reinoud include "dev/scsipi/files.scsipi"
46 1.17 reinoud #device vscsi: scsi
47 1.17 reinoud #file arch/usermode/dev/vscsi.c vscsi needs-flag
48 1.17 reinoud #attach vscsi at thunkbus with vscsi_thunkbus
49 1.17 reinoud #file atch/usermode/dev/vscsi_thunkbus.c vscsi_thunkbus
50 1.17 reinoud
51 1.17 reinoud device vatapi { } : atapi, atapibus
52 1.17 reinoud attach vatapi at thunkbus with vatapi_thunkbus
53 1.17 reinoud file arch/usermode/dev/vatapi.c vatapi_thunkbus
54 1.17 reinoud
55 1.1 jmcneill file arch/usermode/usermode/copy.c
56 1.10 jmcneill file arch/usermode/usermode/intr.c
57 1.1 jmcneill file arch/usermode/usermode/machdep.c
58 1.1 jmcneill file arch/usermode/usermode/pmap.c
59 1.1 jmcneill file arch/usermode/usermode/process_machdep.c
60 1.5 jmcneill file arch/usermode/usermode/procfs_machdep.c procfs
61 1.1 jmcneill file arch/usermode/usermode/sys_machdep.c
62 1.1 jmcneill file arch/usermode/usermode/syscall.c
63 1.1 jmcneill file arch/usermode/usermode/trap.c
64 1.1 jmcneill file arch/usermode/usermode/vm_machdep.c
65 1.1 jmcneill file dev/cons.c
66 1.1 jmcneill file dev/md_root.c memory_disk_hooks
67 1.4 jmcneill file kern/subr_disk_mbr.c disk
68 1.1 jmcneill
69 1.1 jmcneill include "arch/usermode/conf/majors.usermode"
70