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