Home | History | Annotate | Line # | Download | only in conf
files.playstation2 revision 1.10.6.2
      1  1.10.6.1    skrll #	$NetBSD: files.playstation2,v 1.10.6.2 2004/09/18 14:38:42 skrll Exp $
      2       1.1      uch 
      3       1.1      uch maxpartitions 8
      4       1.1      uch 
      5       1.1      uch maxusers 2 8 64
      6       1.1      uch 
      7       1.5    lukem defflag	debug_playstation2.h		GSFB_DEBUG_MONITOR INTR_DEBUG SIF_DEBUG
      8  1.10.6.1    skrll 					SMAP_DEBUG EMAC3_DEBUG
      9       1.1      uch 
     10       1.1      uch device mainbus {}
     11       1.1      uch attach mainbus at root
     12       1.1      uch file arch/playstation2/playstation2/mainbus.c		mainbus
     13       1.1      uch 
     14       1.1      uch device cpu
     15       1.1      uch attach cpu at mainbus
     16       1.1      uch file arch/playstation2/playstation2/cpu.c		cpu
     17       1.1      uch 
     18       1.1      uch file arch/playstation2/playstation2/autoconf.c
     19       1.1      uch file arch/playstation2/playstation2/interrupt.c
     20       1.1      uch file arch/playstation2/playstation2/bus_space.c
     21       1.1      uch file arch/playstation2/playstation2/bus_dma.c
     22       1.1      uch file arch/playstation2/playstation2/clock.c
     23       1.1      uch file arch/playstation2/playstation2/disksubr.c		disk
     24       1.1      uch file arch/playstation2/playstation2/machdep.c
     25       1.1      uch file arch/playstation2/playstation2/sifbios.c
     26       1.6   simonb 
     27  1.10.6.1    skrll 
     28  1.10.6.1    skrll file dev/kloader.c					kloader
     29  1.10.6.1    skrll file arch/playstation2/playstation2/kloader_machdep.c	kloader
     30       1.4      uch defparam opt_kloader_kernel_path.h	KLOADER_KERNEL_PATH
     31  1.10.6.1    skrll defflag	opt_kloader.h			KLOADER
     32  1.10.6.1    skrll defflag	debug_kloader.h			KLOADER_DEBUG
     33  1.10.6.1    skrll 
     34       1.1      uch 
     35       1.1      uch #
     36       1.2     shin #	PlayStation 2 internal devices (not optional)
     37       1.1      uch #
     38       1.1      uch file	arch/playstation2/ee/intc.c
     39       1.1      uch file	arch/playstation2/ee/dmac.c
     40       1.1      uch file	arch/playstation2/ee/timer.c
     41       1.1      uch file	arch/playstation2/ee/gs.c
     42       1.1      uch file	arch/playstation2/ee/sif.c
     43       1.1      uch 
     44       1.1      uch #
     45       1.2     shin #	PlayStation 2 internal devices (optional)
     46       1.1      uch #
     47       1.1      uch device	gsfb: wsemuldisplaydev
     48       1.1      uch attach	gsfb at mainbus
     49       1.1      uch file	arch/playstation2/ee/gsfb.c			gsfb
     50       1.1      uch 
     51       1.1      uch define	sbus {}
     52       1.1      uch device	sbus: sbus
     53       1.1      uch attach	sbus at mainbus
     54       1.1      uch file	arch/playstation2/dev/sbus.c			sbus
     55       1.1      uch 
     56       1.1      uch attach	ohci at sbus with ohci_sbus
     57       1.1      uch file	arch/playstation2/dev/ohci_sbus.c		ohci_sbus
     58       1.1      uch 
     59       1.1      uch #
     60       1.1      uch #	HardDisk Unit (for SCPH-18000) SCPH-10190 + SCPH-200400
     61       1.1      uch #
     62       1.1      uch define	spd {}
     63       1.1      uch device	spd: spd
     64       1.1      uch attach	spd at sbus
     65       1.1      uch file	arch/playstation2/dev/spd.c
     66       1.1      uch 
     67       1.1      uch define	emac3
     68       1.1      uch file	arch/playstation2/dev/emac3.c			emac3
     69       1.1      uch 
     70       1.1      uch attach	wdc at spd with wdc_spd
     71       1.1      uch file	arch/playstation2/dev/wdc_spd.c			wdc_spd
     72       1.1      uch 
     73       1.1      uch device	smap: emac3, ether, ifnet, arp, mii
     74       1.1      uch attach	smap at spd
     75       1.1      uch file	arch/playstation2/dev/if_smap.c			smap
     76       1.1      uch 
     77       1.1      uch # Console autoconfiguration code: selects between a framebuffers
     78       1.1      uch file	arch/playstation2/playstation2/console.c
     79       1.1      uch file	dev/cons.c
     80       1.1      uch file	dev/cninit.c
     81       1.1      uch 
     82       1.1      uch 
     83       1.1      uch # Memory Disk for boot tape
     84       1.1      uch file dev/md_root.c				memory_disk_hooks
     85       1.1      uch 
     86       1.1      uch #
     87       1.1      uch # Workstation Console
     88       1.1      uch #
     89       1.1      uch include "dev/wscons/files.wscons"
     90       1.1      uch include "dev/wsfont/files.wsfont"
     91       1.1      uch 
     92       1.1      uch include "dev/usb/files.usb"
     93       1.1      uch 
     94       1.1      uch #
     95       1.1      uch # Machine-independent SCSI drivers
     96       1.1      uch #
     97       1.1      uch 
     98       1.1      uch include "dev/scsipi/files.scsipi"
     99       1.1      uch 
    100       1.1      uch #
    101       1.1      uch # Machine-independent ATA drivers
    102       1.1      uch #
    103       1.1      uch 
    104       1.1      uch include "dev/ata/files.ata"
    105       1.9  gehenna 
    106       1.9  gehenna include "arch/playstation2/conf/majors.playstation2"
    107