2002-01-27 08:14:33 +03:00
|
|
|
# $NetBSD: files.hpcsh,v 1.15 2002/01/27 05:14:33 uch Exp $
|
2001-01-17 08:21:47 +03:00
|
|
|
#
|
2001-02-06 19:45:19 +03:00
|
|
|
maxpartitions 8
|
2001-01-17 08:21:47 +03:00
|
|
|
|
2001-02-06 19:45:19 +03:00
|
|
|
maxusers 2 16 64
|
2001-01-17 08:21:47 +03:00
|
|
|
|
2002-01-27 08:14:33 +03:00
|
|
|
defflag debug_hpcsh.h BUS_SPACE_DEBUG
|
|
|
|
KLOADER_DEBUG
|
|
|
|
PFCKBD_DEBUG
|
|
|
|
HD64461VIDEO_DEBUG
|
|
|
|
HD64461PCMCIA_DEBUG
|
|
|
|
|
2001-01-17 08:21:47 +03:00
|
|
|
file arch/hpcsh/hpcsh/conf.c
|
|
|
|
file arch/hpcsh/hpcsh/machdep.c
|
2001-04-23 15:22:19 +04:00
|
|
|
file arch/hpcsh/hpcsh/clock.c
|
2001-03-15 20:30:55 +03:00
|
|
|
file arch/hpcsh/hpcsh/console.c
|
2001-02-06 19:45:19 +03:00
|
|
|
file arch/hpcsh/hpcsh/autoconf.c
|
2001-02-07 18:29:21 +03:00
|
|
|
file arch/hpcsh/hpcsh/bus_space.c
|
2001-01-17 08:21:47 +03:00
|
|
|
file arch/hpcsh/hpcsh/procfs_machdep.c procfs
|
2002-01-27 08:14:33 +03:00
|
|
|
|
2001-02-21 19:28:02 +03:00
|
|
|
file arch/hpcsh/hpcsh/debug.c
|
2002-01-27 08:14:33 +03:00
|
|
|
defflag opt_interrupt_monitor.h INTERRUPT_MONITOR
|
|
|
|
|
|
|
|
file arch/hpcsh/hpcsh/kloader.c
|
|
|
|
defparam opt_kloader_kernel_path.h KLOADER_KERNEL_PATH
|
|
|
|
|
2001-01-17 08:21:47 +03:00
|
|
|
|
2001-03-20 19:05:42 +03:00
|
|
|
device mainbus { [id = -1] }
|
2001-02-24 23:17:45 +03:00
|
|
|
|
2001-02-05 20:39:45 +03:00
|
|
|
#
|
|
|
|
# H/PC Platform common files.
|
|
|
|
#
|
|
|
|
include "arch/hpc/conf/files.hpc"
|
2001-02-21 19:28:02 +03:00
|
|
|
file arch/hpc/hpc/disksubr.c disk
|
2001-02-24 23:17:45 +03:00
|
|
|
include "dev/hpc/files.bicons"
|
|
|
|
include "dev/hpc/files.hpckbd"
|
|
|
|
include "dev/hpc/files.hpcfb"
|
2001-02-05 20:39:45 +03:00
|
|
|
|
2001-02-06 19:45:19 +03:00
|
|
|
#
|
|
|
|
# Machine-independent SCSI drivers
|
|
|
|
#
|
|
|
|
include "dev/scsipi/files.scsipi"
|
2001-02-07 18:29:21 +03:00
|
|
|
major {sd = 3}
|
|
|
|
major {st = 4}
|
|
|
|
major {cd = 5}
|
2001-02-06 19:45:19 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# Machine-independent ATA drivers
|
|
|
|
#
|
|
|
|
include "dev/ata/files.ata"
|
2001-02-07 18:29:21 +03:00
|
|
|
major {wd = 1}
|
2001-02-06 19:45:19 +03:00
|
|
|
|
|
|
|
# Memory Disk for install floppy
|
2001-07-02 21:19:09 +04:00
|
|
|
file dev/md_root.c memory_disk_hooks
|
2001-02-07 18:29:21 +03:00
|
|
|
major {md = 6}
|
2001-02-06 19:45:19 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# System bus types
|
|
|
|
#
|
|
|
|
attach mainbus at root
|
2001-02-24 23:17:45 +03:00
|
|
|
file arch/hpcsh/hpcsh/mainbus.c mainbus
|
2001-02-06 19:45:19 +03:00
|
|
|
|
2001-02-21 19:28:02 +03:00
|
|
|
#
|
|
|
|
# SH3 bus
|
|
|
|
#
|
2001-02-24 23:17:45 +03:00
|
|
|
include "arch/hpcsh/conf/files.shbus"
|
|
|
|
|
|
|
|
device pfckbd: hpckbdif
|
|
|
|
attach pfckbd at mainbus
|
|
|
|
file arch/hpcsh/dev/pfckbd.c pfckbd needs-flag
|
2001-02-06 19:45:19 +03:00
|
|
|
|
2001-02-21 19:28:02 +03:00
|
|
|
#
|
|
|
|
# HD64461
|
|
|
|
#
|
|
|
|
define hd64461if {}
|
|
|
|
device hd64461if: hd64461if
|
|
|
|
attach hd64461if at shb
|
2001-06-28 21:03:47 +04:00
|
|
|
file arch/hpcsh/dev/hd64461/hd64461.c hd64461if
|
2001-02-21 19:28:02 +03:00
|
|
|
|
|
|
|
device hd64461pcmcia: pcmciabus
|
|
|
|
attach hd64461pcmcia at hd64461if
|
|
|
|
file arch/hpcsh/dev/hd64461/hd64461pcmcia.c hd64461pcmcia
|
|
|
|
|
2001-03-15 20:30:55 +03:00
|
|
|
attach com at hd64461if with hd64461uart
|
|
|
|
file arch/hpcsh/dev/hd64461/hd64461uart.c hd64461uart
|
|
|
|
|
2001-06-04 21:08:36 +04:00
|
|
|
device hd64461video: hpcfbif
|
|
|
|
attach hd64461video at hd64461if
|
2001-06-28 21:03:47 +04:00
|
|
|
file arch/hpcsh/dev/hd64461/hd64461video.c hd64461video needs-flag
|
2001-06-04 21:08:36 +04:00
|
|
|
file dev/hpc/video_subr.c hd64461video
|
|
|
|
|
2001-02-06 19:45:19 +03:00
|
|
|
# network devices MII bus
|
2001-02-24 23:17:45 +03:00
|
|
|
include "dev/mii/files.mii"
|
2001-01-21 21:33:53 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# Workstation Console
|
|
|
|
#
|
2001-02-24 23:17:45 +03:00
|
|
|
include "dev/wscons/files.wscons"
|
|
|
|
|