xref: /netbsd-src/sys/arch/hpcsh/conf/files.hpcsh (revision 1ca5c1b28139779176bd5c13ad7c5f25c0bcd5f8)
1#	$NetBSD: files.hpcsh,v 1.14 2001/07/02 17:19:09 uch Exp $
2#
3maxpartitions 8
4
5maxusers 2 16 64
6
7file	arch/hpcsh/hpcsh/conf.c
8file	arch/hpcsh/hpcsh/machdep.c
9file	arch/hpcsh/hpcsh/clock.c
10file	arch/hpcsh/hpcsh/console.c
11file	arch/hpcsh/hpcsh/autoconf.c
12file	arch/hpcsh/hpcsh/bus_space.c
13file	arch/hpcsh/hpcsh/procfs_machdep.c	procfs
14file	arch/hpcsh/hpcsh/debug.c
15
16device mainbus { [id = -1] }
17
18#
19# H/PC Platform common files.
20#
21include "arch/hpc/conf/files.hpc"
22file	arch/hpc/hpc/disksubr.c			disk
23include "dev/hpc/files.bicons"
24include "dev/hpc/files.hpckbd"
25include "dev/hpc/files.hpcfb"
26
27#
28# Machine-independent SCSI drivers
29#
30include "dev/scsipi/files.scsipi"
31major	{sd = 3}
32major	{st = 4}
33major	{cd = 5}
34
35#
36# Machine-independent ATA drivers
37#
38include "dev/ata/files.ata"
39major	{wd = 1}
40
41# Memory Disk for install floppy
42file dev/md_root.c				memory_disk_hooks
43major	{md = 6}
44
45#
46# System bus types
47#
48attach	mainbus at root
49file	arch/hpcsh/hpcsh/mainbus.c		mainbus
50
51#
52# SH3 bus
53#
54include	"arch/hpcsh/conf/files.shbus"
55
56device	pfckbd: hpckbdif
57attach	pfckbd at mainbus
58file	arch/hpcsh/dev/pfckbd.c			pfckbd	needs-flag
59
60#
61# HD64461
62#
63define	hd64461if {}
64device	hd64461if: hd64461if
65attach	hd64461if at shb
66file	arch/hpcsh/dev/hd64461/hd64461.c	hd64461if
67
68device	hd64461pcmcia: pcmciabus
69attach	hd64461pcmcia at hd64461if
70file	arch/hpcsh/dev/hd64461/hd64461pcmcia.c	hd64461pcmcia
71
72attach	com at hd64461if with hd64461uart
73file	arch/hpcsh/dev/hd64461/hd64461uart.c	hd64461uart
74
75device	hd64461video: hpcfbif
76attach	hd64461video at hd64461if
77file	arch/hpcsh/dev/hd64461/hd64461video.c	hd64461video	needs-flag
78file	dev/hpc/video_subr.c			hd64461video
79
80# network devices MII bus
81include	"dev/mii/files.mii"
82
83#
84# Workstation Console
85#
86include	"dev/wscons/files.wscons"
87
88