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