Home | History | Annotate | Line # | Download | only in conf
files.usermode revision 1.14
      1  1.14  jmcneill # $NetBSD: files.usermode,v 1.14 2011/12/26 21:06:42 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.6  jmcneill defflag opt_sdl.h				SDL
      8   1.7  jmcneill defflag opt_cpu.h				CPU_DEBUG
      9   1.9  jmcneill defparam opt_cpu.h				CPU_HOST
     10  1.11  jmcneill defparam opt_misc.h				TEXTADDR
     11   1.1  jmcneill 
     12   1.1  jmcneill define	thunkbus { }
     13   1.1  jmcneill 
     14   1.1  jmcneill device	mainbus: thunkbus
     15   1.1  jmcneill attach	mainbus at root
     16   1.1  jmcneill file	arch/usermode/dev/mainbus.c		mainbus
     17   1.1  jmcneill 
     18   1.1  jmcneill device	cpu { }
     19   1.1  jmcneill attach	cpu at thunkbus
     20   1.1  jmcneill file	arch/usermode/dev/cpu.c			cpu
     21   1.1  jmcneill 
     22   1.1  jmcneill device	clock { }
     23   1.1  jmcneill attach	clock at thunkbus
     24   1.1  jmcneill file	arch/usermode/dev/clock.c		clock
     25   1.1  jmcneill 
     26   1.1  jmcneill device	ttycons { } : tty
     27   1.1  jmcneill attach	ttycons at thunkbus
     28   1.1  jmcneill file	arch/usermode/dev/ttycons.c		ttycons
     29   1.1  jmcneill 
     30  1.13  jmcneill device	veth { } : arp, ether, ifnet
     31  1.13  jmcneill attach	veth at thunkbus
     32  1.13  jmcneill file	arch/usermode/dev/if_veth.c		veth
     33  1.13  jmcneill 
     34  1.14  jmcneill device	vaudio { } : audiobus, auconv, aurateconv, mulaw
     35  1.14  jmcneill attach	vaudio at thunkbus
     36  1.14  jmcneill file	arch/usermode/dev/vaudio.c		vaudio
     37  1.14  jmcneill 
     38   1.4  jmcneill attach	ld at thunkbus with ld_thunkbus
     39   1.4  jmcneill file	arch/usermode/dev/ld_thunkbus.c		ld_thunkbus
     40   1.4  jmcneill 
     41   1.6  jmcneill attach	genfb at thunkbus with genfb_thunkbus
     42   1.6  jmcneill file	arch/usermode/dev/genfb_thunkbus.c	genfb_thunkbus
     43   1.6  jmcneill 
     44   1.1  jmcneill file	arch/usermode/usermode/copy.c
     45  1.10  jmcneill file	arch/usermode/usermode/intr.c
     46   1.1  jmcneill file	arch/usermode/usermode/machdep.c
     47   1.1  jmcneill file	arch/usermode/usermode/pmap.c
     48   1.1  jmcneill file	arch/usermode/usermode/process_machdep.c
     49   1.5  jmcneill file	arch/usermode/usermode/procfs_machdep.c	procfs
     50   1.1  jmcneill file	arch/usermode/usermode/sys_machdep.c
     51   1.1  jmcneill file	arch/usermode/usermode/syscall.c
     52   1.1  jmcneill file	arch/usermode/usermode/trap.c
     53   1.1  jmcneill file	arch/usermode/usermode/vm_machdep.c
     54   1.1  jmcneill file	dev/cons.c
     55   1.1  jmcneill file	dev/md_root.c				memory_disk_hooks
     56   1.4  jmcneill file	kern/subr_disk_mbr.c			disk
     57   1.1  jmcneill 
     58   1.1  jmcneill include "arch/usermode/conf/majors.usermode"
     59