Home | History | Annotate | Line # | Download | only in conf
files.usermode revision 1.15
      1  1.15  jmcneill # $NetBSD: files.usermode,v 1.15 2011/12/29 21:22:49 jmcneill 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.15  jmcneill device	vncfb { } : wsemuldisplaydev, rasops32, vcons, wskbddev
     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.1  jmcneill file	arch/usermode/usermode/copy.c
     46  1.10  jmcneill file	arch/usermode/usermode/intr.c
     47   1.1  jmcneill file	arch/usermode/usermode/machdep.c
     48   1.1  jmcneill file	arch/usermode/usermode/pmap.c
     49   1.1  jmcneill file	arch/usermode/usermode/process_machdep.c
     50   1.5  jmcneill file	arch/usermode/usermode/procfs_machdep.c	procfs
     51   1.1  jmcneill file	arch/usermode/usermode/sys_machdep.c
     52   1.1  jmcneill file	arch/usermode/usermode/syscall.c
     53   1.1  jmcneill file	arch/usermode/usermode/trap.c
     54   1.1  jmcneill file	arch/usermode/usermode/vm_machdep.c
     55   1.1  jmcneill file	dev/cons.c
     56   1.1  jmcneill file	dev/md_root.c				memory_disk_hooks
     57   1.4  jmcneill file	kern/subr_disk_mbr.c			disk
     58   1.1  jmcneill 
     59   1.1  jmcneill include "arch/usermode/conf/majors.usermode"
     60