xref: /netbsd-src/sys/arch/hpcsh/conf/files.hpcsh (revision 28c37e673e4d9b6cbdc7483062b915cc61d1ccf5)
1#	$NetBSD: files.hpcsh,v 1.28 2002/09/06 13:18:43 gehenna Exp $
2#
3maxpartitions 8
4
5maxusers 2 16 64
6
7defflag debug_hpcsh.h	BUS_SPACE_DEBUG
8			PFCKBD_DEBUG
9			HD64461VIDEO_DEBUG
10			HD64461PCMCIA_DEBUG
11
12defparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
13
14file	arch/hpcsh/hpcsh/conf.c
15file	arch/hpcsh/hpcsh/machdep.c
16file	arch/hpcsh/hpcsh/console.c
17file	arch/hpcsh/hpcsh/autoconf.c
18file	arch/hpcsh/hpcsh/bus_space.c
19#file	arch/hpcsh/hpcsh/bus_dma.c
20file	arch/hpcsh/hpcsh/clock_machdep.c
21
22file	arch/hpc/hpc/kloader.c
23file	arch/hpcsh/hpcsh/kloader_machdep.c
24defflag	debug_kloader.h			KLOADER_DEBUG
25defparam opt_kloader_kernel_path.h	KLOADER_KERNEL_PATH
26
27device mainbus { [id = -1] }
28
29#
30# H/PC Platform common files.
31#
32include "arch/hpc/conf/files.hpc"
33file	arch/hpc/hpc/disksubr.c			disk
34include "dev/hpc/files.bicons"
35include "dev/hpc/files.hpckbd"
36include "dev/hpc/files.hpcfb"
37
38include "arch/hpc/conf/files.debug"
39file	arch/hpcsh/hpcsh/debug.c
40
41#
42# Machine-independent SCSI drivers
43#
44include "dev/scsipi/files.scsipi"
45
46#
47# Machine-independent ATA drivers
48#
49include "dev/ata/files.ata"
50
51# Memory Disk for install floppy
52file dev/md_root.c				memory_disk_hooks
53
54#
55# System bus types
56#
57attach	mainbus at root
58file	arch/hpcsh/hpcsh/mainbus.c		mainbus
59
60device cpu
61attach cpu at mainbus
62file	arch/sh3/sh3/cpu.c			cpu
63
64include	"arch/sh3/conf/files.shb"
65
66device	pfckbd: hpckbdif
67attach	pfckbd at mainbus
68file	arch/hpcsh/dev/pfckbd.c			pfckbd	needs-flag
69
70#
71# HD64461
72#
73define	hd64461if {}
74device	hd64461if: hd64461if
75attach	hd64461if at shb
76file	arch/hpcsh/dev/hd64461/hd64461.c		hd64461if
77file	arch/hpcsh/dev/hd64461/hd64461_machdep.c	hd64461if
78
79device	hd64461pcmcia: pcmciabus
80attach	hd64461pcmcia at hd64461if
81file	arch/hpcsh/dev/hd64461/hd64461pcmcia.c	hd64461pcmcia
82
83attach	com at hd64461if with hd64461uart
84file	arch/hpcsh/dev/hd64461/hd64461uart.c	hd64461uart	needs-flag
85
86device	hd64461video: hpcfbif
87attach	hd64461video at hd64461if
88file	arch/hpcsh/dev/hd64461/hd64461video.c	hd64461video	needs-flag
89file	dev/hpc/video_subr.c			hd64461video
90
91#
92# HD64465
93#
94define	hd64465if {}
95device	hd64465if: hd64465if
96attach	hd64465if at shb
97file	arch/hpcsh/dev/hd64465/hd64465.c	hd64465if	needs-flag
98
99attach	com at hd64465if with hd64465uart
100file	arch/hpcsh/dev/hd64465/hd64465uart.c	hd64465uart	needs-flag
101
102device	hd64465pcmcia: pcmciabus
103attach	hd64465pcmcia at hd64465if
104file	arch/hpcsh/dev/hd64465/hd64465pcmcia.c	hd64465pcmcia
105
106#attach	ohci at hd64465if with hd64465ohci
107#file	arch/hpcsh/dev/hd64465/hd64465ohci.c	hd64465ohci
108
109#
110# HD64461/HD64465 common
111#
112file	arch/hpcsh/dev/hd6446x/hd6446x_subr.S	hd64461if | hd64465if
113file	arch/hpcsh/dev/hd6446x/hd6446xintc.c	hd64461if | hd64465if
114
115#include "dev/usb/files.usb"
116include	"dev/wscons/files.wscons"
117
118#
119# Machine-independent PCMCIA drivers
120#
121device	fdc {drive = -1}	# files.pcmcia requires.
122include "dev/pcmcia/files.pcmcia"
123
124include "arch/hpcsh/conf/majors.hpcsh"
125