NetBSD/sys/arch/hpcsh/conf/files.hpcsh

128 lines
2.9 KiB
Plaintext
Raw Normal View History

# $NetBSD: files.hpcsh,v 1.26 2002/03/28 15:26:58 uch Exp $
#
maxpartitions 8
maxusers 2 16 64
2002-01-27 08:14:33 +03:00
defflag debug_hpcsh.h BUS_SPACE_DEBUG
PFCKBD_DEBUG
HD64461VIDEO_DEBUG
HD64461PCMCIA_DEBUG
defparam opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
file arch/hpcsh/hpcsh/conf.c
file arch/hpcsh/hpcsh/machdep.c
2001-03-15 20:30:55 +03:00
file arch/hpcsh/hpcsh/console.c
file arch/hpcsh/hpcsh/autoconf.c
file arch/hpcsh/hpcsh/bus_space.c
#file arch/hpcsh/hpcsh/bus_dma.c
file arch/hpcsh/hpcsh/clock_machdep.c
2002-01-27 08:14:33 +03:00
file arch/hpc/hpc/kloader.c
file arch/hpcsh/hpcsh/kloader_machdep.c
defflag debug_kloader.h KLOADER_DEBUG
2002-01-27 08:14:33 +03:00
defparam opt_kloader_kernel_path.h KLOADER_KERNEL_PATH
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
2002-02-13 19:25:32 +03:00
include "arch/hpc/conf/files.debug"
file arch/hpcsh/hpcsh/debug.c
#
# Machine-independent SCSI drivers
#
include "dev/scsipi/files.scsipi"
major {sd = 3}
major {st = 4}
major {cd = 5}
#
# Machine-independent ATA drivers
#
include "dev/ata/files.ata"
major {wd = 1}
# Memory Disk for install floppy
2001-07-02 21:19:09 +04:00
file dev/md_root.c memory_disk_hooks
major {md = 6}
#
# System bus types
#
attach mainbus at root
2001-02-24 23:17:45 +03:00
file arch/hpcsh/hpcsh/mainbus.c mainbus
2002-03-24 21:14:27 +03:00
device cpu
attach cpu at mainbus
file arch/sh3/sh3/cpu.c cpu
include "arch/sh3/conf/files.shb"
2001-02-24 23:17:45 +03:00
device pfckbd: hpckbdif
attach pfckbd at mainbus
file arch/hpcsh/dev/pfckbd.c pfckbd needs-flag
2001-02-21 19:28:02 +03:00
#
# HD64461
#
define hd64461if {}
device hd64461if: hd64461if
attach hd64461if at shb
file arch/hpcsh/dev/hd64461/hd64461.c hd64461if
file arch/hpcsh/dev/hd64461/hd64461_machdep.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
2002-03-03 01:26:25 +03:00
file arch/hpcsh/dev/hd64461/hd64461uart.c hd64461uart needs-flag
2001-03-15 20:30:55 +03:00
2001-06-04 21:08:36 +04:00
device hd64461video: hpcfbif
attach hd64461video at hd64461if
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-01-21 21:33:53 +03:00
#
# HD64465
2001-01-21 21:33:53 +03:00
#
define hd64465if {}
device hd64465if: hd64465if
attach hd64465if at shb
2002-02-18 00:01:15 +03:00
file arch/hpcsh/dev/hd64465/hd64465.c hd64465if needs-flag
attach com at hd64465if with hd64465uart
2002-03-03 01:26:25 +03:00
file arch/hpcsh/dev/hd64465/hd64465uart.c hd64465uart needs-flag
device hd64465pcmcia: pcmciabus
attach hd64465pcmcia at hd64465if
file arch/hpcsh/dev/hd64465/hd64465pcmcia.c hd64465pcmcia
#attach ohci at hd64465if with hd64465ohci
#file arch/hpcsh/dev/hd64465/hd64465ohci.c hd64465ohci
#
# HD64461/HD64465 common
#
file arch/hpcsh/dev/hd6446x/hd6446x_subr.S hd64461if | hd64465if
file arch/hpcsh/dev/hd6446x/hd6446xintc.c hd64461if | hd64465if
include "dev/mii/files.mii"
#include "dev/usb/files.usb"
2001-02-24 23:17:45 +03:00
include "dev/wscons/files.wscons"
#
# Machine-independent PCMCIA drivers
#
device fdc {drive = -1} # files.pcmcia requires.
include "dev/pcmcia/files.pcmcia"