Home | History | Annotate | Line # | Download | only in conf
files.playstation2 revision 1.14.12.2
      1  1.14.12.2     yamt #	$NetBSD: files.playstation2,v 1.14.12.2 2008/02/27 08:36:23 yamt Exp $
      2        1.1      uch 
      3       1.13      wiz 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.14      uch 					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.14.12.1     yamt file arch/mips/mips/mips3_clock.c
     27        1.6   simonb 
     28       1.14      uch 
     29       1.14      uch file dev/kloader.c					kloader
     30       1.14      uch file arch/playstation2/playstation2/kloader_machdep.c	kloader
     31        1.4      uch defparam opt_kloader_kernel_path.h	KLOADER_KERNEL_PATH
     32       1.14      uch defflag	opt_kloader.h			KLOADER
     33       1.14      uch defflag	debug_kloader.h			KLOADER_DEBUG
     34       1.14      uch 
     35        1.1      uch 
     36        1.1      uch #
     37        1.2     shin #	PlayStation 2 internal devices (not optional)
     38        1.1      uch #
     39        1.1      uch file	arch/playstation2/ee/intc.c
     40        1.1      uch file	arch/playstation2/ee/dmac.c
     41        1.1      uch file	arch/playstation2/ee/timer.c
     42        1.1      uch file	arch/playstation2/ee/gs.c
     43        1.1      uch file	arch/playstation2/ee/sif.c
     44        1.1      uch 
     45        1.1      uch #
     46        1.2     shin #	PlayStation 2 internal devices (optional)
     47        1.1      uch #
     48        1.1      uch device	gsfb: wsemuldisplaydev
     49        1.1      uch attach	gsfb at mainbus
     50        1.1      uch file	arch/playstation2/ee/gsfb.c			gsfb
     51        1.1      uch 
     52        1.1      uch define	sbus {}
     53        1.1      uch device	sbus: sbus
     54        1.1      uch attach	sbus at mainbus
     55        1.1      uch file	arch/playstation2/dev/sbus.c			sbus
     56        1.1      uch 
     57        1.1      uch attach	ohci at sbus with ohci_sbus
     58        1.1      uch file	arch/playstation2/dev/ohci_sbus.c		ohci_sbus
     59        1.1      uch 
     60        1.1      uch #
     61        1.1      uch #	HardDisk Unit (for SCPH-18000) SCPH-10190 + SCPH-200400
     62        1.1      uch #
     63        1.1      uch define	spd {}
     64        1.1      uch device	spd: spd
     65        1.1      uch attach	spd at sbus
     66        1.1      uch file	arch/playstation2/dev/spd.c
     67        1.1      uch 
     68        1.1      uch define	emac3
     69        1.1      uch file	arch/playstation2/dev/emac3.c			emac3
     70        1.1      uch 
     71        1.1      uch attach	wdc at spd with wdc_spd
     72        1.1      uch file	arch/playstation2/dev/wdc_spd.c			wdc_spd
     73        1.1      uch 
     74        1.1      uch device	smap: emac3, ether, ifnet, arp, mii
     75        1.1      uch attach	smap at spd
     76        1.1      uch file	arch/playstation2/dev/if_smap.c			smap
     77        1.1      uch 
     78        1.1      uch # Console autoconfiguration code: selects between a framebuffers
     79        1.1      uch file	arch/playstation2/playstation2/console.c
     80        1.1      uch file	dev/cons.c
     81        1.1      uch file	dev/cninit.c
     82        1.1      uch 
     83        1.1      uch 
     84        1.1      uch # Memory Disk for boot tape
     85        1.1      uch file dev/md_root.c				memory_disk_hooks
     86        1.1      uch 
     87        1.1      uch include "dev/usb/files.usb"
     88        1.1      uch 
     89        1.1      uch #
     90        1.1      uch # Machine-independent SCSI drivers
     91        1.1      uch #
     92        1.1      uch 
     93        1.1      uch include "dev/scsipi/files.scsipi"
     94        1.1      uch 
     95        1.1      uch #
     96        1.1      uch # Machine-independent ATA drivers
     97        1.1      uch #
     98        1.1      uch 
     99        1.1      uch include "dev/ata/files.ata"
    100        1.9  gehenna 
    101        1.9  gehenna include "arch/playstation2/conf/majors.playstation2"
    102