files.playstation2 revision 1.16
11.16Sgdamore#	$NetBSD: files.playstation2,v 1.16 2006/09/14 16:07:00 gdamore Exp $
21.1Such
31.13Swizmaxpartitions 8
41.1Such
51.1Suchmaxusers 2 8 64
61.1Such
71.5Slukemdefflag	debug_playstation2.h		GSFB_DEBUG_MONITOR INTR_DEBUG SIF_DEBUG
81.14Such					SMAP_DEBUG EMAC3_DEBUG
91.1Such
101.1Suchdevice mainbus {}
111.1Suchattach mainbus at root
121.1Suchfile arch/playstation2/playstation2/mainbus.c		mainbus
131.1Such
141.1Suchdevice cpu
151.1Suchattach cpu at mainbus
161.1Suchfile arch/playstation2/playstation2/cpu.c		cpu
171.1Such
181.1Suchfile arch/playstation2/playstation2/autoconf.c
191.1Suchfile arch/playstation2/playstation2/interrupt.c
201.1Suchfile arch/playstation2/playstation2/bus_space.c
211.1Suchfile arch/playstation2/playstation2/bus_dma.c
221.1Suchfile arch/playstation2/playstation2/clock.c
231.1Suchfile arch/playstation2/playstation2/disksubr.c		disk
241.1Suchfile arch/playstation2/playstation2/machdep.c
251.1Suchfile arch/playstation2/playstation2/sifbios.c
261.16Sgdamorefile arch/mips/mips/mips3_clock.c
271.6Ssimonb
281.14Such
291.14Suchfile dev/kloader.c					kloader
301.14Suchfile arch/playstation2/playstation2/kloader_machdep.c	kloader
311.4Suchdefparam opt_kloader_kernel_path.h	KLOADER_KERNEL_PATH
321.14Suchdefflag	opt_kloader.h			KLOADER
331.14Suchdefflag	debug_kloader.h			KLOADER_DEBUG
341.14Such
351.1Such
361.1Such#
371.2Sshin#	PlayStation 2 internal devices (not optional)
381.1Such#
391.1Suchfile	arch/playstation2/ee/intc.c
401.1Suchfile	arch/playstation2/ee/dmac.c
411.1Suchfile	arch/playstation2/ee/timer.c
421.1Suchfile	arch/playstation2/ee/gs.c
431.1Suchfile	arch/playstation2/ee/sif.c
441.1Such
451.1Such#
461.2Sshin#	PlayStation 2 internal devices (optional)
471.1Such#
481.1Suchdevice	gsfb: wsemuldisplaydev
491.1Suchattach	gsfb at mainbus
501.1Suchfile	arch/playstation2/ee/gsfb.c			gsfb
511.1Such
521.1Suchdefine	sbus {}
531.1Suchdevice	sbus: sbus
541.1Suchattach	sbus at mainbus
551.1Suchfile	arch/playstation2/dev/sbus.c			sbus
561.1Such
571.1Suchattach	ohci at sbus with ohci_sbus
581.1Suchfile	arch/playstation2/dev/ohci_sbus.c		ohci_sbus
591.1Such
601.1Such#
611.1Such#	HardDisk Unit (for SCPH-18000) SCPH-10190 + SCPH-200400
621.1Such#
631.1Suchdefine	spd {}
641.1Suchdevice	spd: spd
651.1Suchattach	spd at sbus
661.1Suchfile	arch/playstation2/dev/spd.c
671.1Such
681.1Suchdefine	emac3
691.1Suchfile	arch/playstation2/dev/emac3.c			emac3
701.1Such
711.1Suchattach	wdc at spd with wdc_spd
721.1Suchfile	arch/playstation2/dev/wdc_spd.c			wdc_spd
731.1Such
741.1Suchdevice	smap: emac3, ether, ifnet, arp, mii
751.1Suchattach	smap at spd
761.1Suchfile	arch/playstation2/dev/if_smap.c			smap
771.1Such
781.1Such# Console autoconfiguration code: selects between a framebuffers
791.1Suchfile	arch/playstation2/playstation2/console.c
801.1Suchfile	dev/cons.c
811.1Suchfile	dev/cninit.c
821.1Such
831.1Such
841.1Such# Memory Disk for boot tape
851.1Suchfile dev/md_root.c				memory_disk_hooks
861.1Such
871.1Such#
881.1Such# Workstation Console
891.1Such#
901.1Suchinclude "dev/wscons/files.wscons"
911.1Suchinclude "dev/wsfont/files.wsfont"
921.1Such
931.1Suchinclude "dev/usb/files.usb"
941.1Such
951.1Such#
961.1Such# Machine-independent SCSI drivers
971.1Such#
981.1Such
991.1Suchinclude "dev/scsipi/files.scsipi"
1001.1Such
1011.1Such#
1021.1Such# Machine-independent ATA drivers
1031.1Such#
1041.1Such
1051.1Suchinclude "dev/ata/files.ata"
1061.9Sgehenna
1071.9Sgehennainclude "arch/playstation2/conf/majors.playstation2"
108