files.playstation2 revision 1.13
11.13Swiz#	$NetBSD: files.playstation2,v 1.13 2004/03/25 15:26:35 wiz 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.5Slukem					SMAP_DEBUG EMAC3_DEBUG KLOADER_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.6Ssimonb
271.4Suchdefparam opt_kloader_kernel_path.h	KLOADER_KERNEL_PATH
281.4Suchfile arch/playstation2/playstation2/kloader.c		kloader_kernel_path
291.1Such
301.1Such#
311.2Sshin#	PlayStation 2 internal devices (not optional)
321.1Such#
331.1Suchfile	arch/playstation2/ee/intc.c
341.1Suchfile	arch/playstation2/ee/dmac.c
351.1Suchfile	arch/playstation2/ee/timer.c
361.1Suchfile	arch/playstation2/ee/gs.c
371.1Suchfile	arch/playstation2/ee/sif.c
381.1Such
391.1Such#
401.2Sshin#	PlayStation 2 internal devices (optional)
411.1Such#
421.1Suchdevice	gsfb: wsemuldisplaydev
431.1Suchattach	gsfb at mainbus
441.1Suchfile	arch/playstation2/ee/gsfb.c			gsfb
451.1Such
461.1Suchdefine	sbus {}
471.1Suchdevice	sbus: sbus
481.1Suchattach	sbus at mainbus
491.1Suchfile	arch/playstation2/dev/sbus.c			sbus
501.1Such
511.1Suchattach	ohci at sbus with ohci_sbus
521.1Suchfile	arch/playstation2/dev/ohci_sbus.c		ohci_sbus
531.1Such
541.1Such#
551.1Such#	HardDisk Unit (for SCPH-18000) SCPH-10190 + SCPH-200400
561.1Such#
571.1Suchdefine	spd {}
581.1Suchdevice	spd: spd
591.1Suchattach	spd at sbus
601.1Suchfile	arch/playstation2/dev/spd.c
611.1Such
621.1Suchdefine	emac3
631.1Suchfile	arch/playstation2/dev/emac3.c			emac3
641.1Such
651.1Suchattach	wdc at spd with wdc_spd
661.1Suchfile	arch/playstation2/dev/wdc_spd.c			wdc_spd
671.1Such
681.1Suchdevice	smap: emac3, ether, ifnet, arp, mii
691.1Suchattach	smap at spd
701.1Suchfile	arch/playstation2/dev/if_smap.c			smap
711.1Such
721.1Such# Console autoconfiguration code: selects between a framebuffers
731.1Suchfile	arch/playstation2/playstation2/console.c
741.1Suchfile	dev/cons.c
751.1Suchfile	dev/cninit.c
761.1Such
771.1Such
781.1Such# Memory Disk for boot tape
791.1Suchfile dev/md_root.c				memory_disk_hooks
801.1Such
811.1Such#
821.1Such# Workstation Console
831.1Such#
841.1Suchinclude "dev/wscons/files.wscons"
851.1Suchinclude "dev/wsfont/files.wsfont"
861.1Such
871.1Suchinclude "dev/usb/files.usb"
881.1Such
891.1Such#
901.1Such# Machine-independent SCSI drivers
911.1Such#
921.1Such
931.1Suchinclude "dev/scsipi/files.scsipi"
941.1Such
951.1Such#
961.1Such# Machine-independent ATA drivers
971.1Such#
981.1Such
991.1Suchinclude "dev/ata/files.ata"
1001.9Sgehenna
1011.9Sgehennainclude "arch/playstation2/conf/majors.playstation2"
102