2002-02-10 04:53:06 +03:00
|
|
|
# $NetBSD: files.shark,v 1.1 2002/02/10 01:57:03 thorpej Exp $
|
1996-02-01 02:14:53 +03:00
|
|
|
#
|
|
|
|
# First try for arm-specific configuration info
|
|
|
|
#
|
|
|
|
|
|
|
|
maxpartitions 8
|
|
|
|
maxusers 2 8 64
|
|
|
|
|
1998-07-06 06:35:34 +04:00
|
|
|
# COMPAT_OLD_OFW for SHARKs
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag COMPAT_OLD_OFW
|
1998-07-06 06:35:34 +04:00
|
|
|
|
1998-07-06 04:41:17 +04:00
|
|
|
# Maintain Interrupt statistics
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag IRQSTATS
|
1998-07-06 04:41:17 +04:00
|
|
|
|
|
|
|
# X server support in console drivers
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag XSERVER
|
1998-07-06 04:41:17 +04:00
|
|
|
|
2001-02-18 03:54:02 +03:00
|
|
|
# Bootloader options (COMPAT... to be dropped ASAP)
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag COMPAT_OLD_BOOTLOADER
|
2001-02-18 03:54:02 +03:00
|
|
|
|
2000-03-06 06:15:46 +03:00
|
|
|
# Architectures and core logic
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag NETWINDER
|
2000-03-06 06:15:46 +03:00
|
|
|
|
1998-09-06 06:28:58 +04:00
|
|
|
define todservice {}
|
|
|
|
|
1998-09-22 05:45:47 +04:00
|
|
|
#
|
|
|
|
# ISA and mixed ISA+EISA or ISA+PCI drivers
|
|
|
|
#
|
|
|
|
include "dev/isa/files.isa"
|
1996-08-21 23:56:00 +04:00
|
|
|
|
2001-03-20 21:20:53 +03:00
|
|
|
# Include WSCONS stuff
|
|
|
|
include "dev/wscons/files.wscons"
|
|
|
|
include "dev/rasops/files.rasops"
|
|
|
|
include "dev/wsfont/files.wsfont"
|
|
|
|
|
1998-09-22 04:37:51 +04:00
|
|
|
#
|
|
|
|
# Machine-independent ATA drivers
|
|
|
|
#
|
|
|
|
include "dev/ata/files.ata"
|
1998-06-13 03:21:53 +04:00
|
|
|
major {wd = 16}
|
1998-09-22 05:45:47 +04:00
|
|
|
|
1998-06-13 03:21:53 +04:00
|
|
|
# Common OFW files
|
1998-07-31 01:58:48 +04:00
|
|
|
include "dev/ofw/files.ofw"
|
2002-02-07 00:30:25 +03:00
|
|
|
include "arch/arm/ofw/files.ofw"
|
1998-06-13 03:21:53 +04:00
|
|
|
attach ofbus at root with ofbus_root
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/ofw/ofw.c
|
|
|
|
file arch/shark/ofw/oftodclock.c
|
1998-06-13 03:21:53 +04:00
|
|
|
|
2001-06-11 15:56:57 +04:00
|
|
|
# OFW console initialization
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/ofw/consinit.c
|
2002-02-07 00:30:25 +03:00
|
|
|
file dev/cninit.c
|
2001-06-11 15:56:57 +04:00
|
|
|
|
1998-09-22 05:45:47 +04:00
|
|
|
# ISA DMA glue
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/isa/isadma_machdep.c isadma
|
1998-07-08 08:51:12 +04:00
|
|
|
|
2002-02-02 21:37:38 +03:00
|
|
|
# Game adapter (joystick)
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/isa/joy_timer.c joy
|
1998-08-20 10:28:18 +04:00
|
|
|
|
1998-06-13 03:21:53 +04:00
|
|
|
# OFW ISA bus driver.
|
1998-07-31 01:58:48 +04:00
|
|
|
include "dev/ofisa/files.ofisa"
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/ofw/ofisa_machdep.c ofisa
|
|
|
|
file arch/shark/ofw/com_ofisa_machdep.c com_ofisa
|
|
|
|
file arch/shark/ofw/com_ofisa_consolehack.c com_ofisa # XXX
|
|
|
|
file arch/shark/ofw/if_cs_ofisa_machdep.c cs_ofisa
|
|
|
|
file arch/shark/ofw/lpt_ofisa_machdep.c lpt_ofisa
|
|
|
|
file arch/shark/ofw/wdc_ofisa_machdep.c wdc_ofisa
|
1998-06-13 03:21:53 +04:00
|
|
|
|
|
|
|
# Glue for OFW ISA device attachment
|
|
|
|
device ofisapc {}
|
|
|
|
attach ofisapc at ofbus
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/ofw/ofisapc.c pc
|
1998-06-13 03:21:53 +04:00
|
|
|
device ofisascr {}
|
|
|
|
attach ofisascr at ofisa
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/ofw/ofisascr.c scr
|
1998-06-13 03:21:53 +04:00
|
|
|
|
|
|
|
device ofrom
|
|
|
|
attach ofrom at ofbus
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/ofw/ofrom.c ofrom needs-flag
|
1997-10-15 01:59:28 +04:00
|
|
|
|
|
|
|
# Memory disk driver
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/dev/md_hooks.c md & memory_disk_hooks
|
2001-11-20 15:56:17 +03:00
|
|
|
major {md = 18}
|
1997-10-15 01:59:28 +04:00
|
|
|
|
2000-03-14 18:56:51 +03:00
|
|
|
# RAIDframe
|
|
|
|
major {raid = 71}
|
|
|
|
|
1998-06-13 03:21:53 +04:00
|
|
|
# attribute used to represent the "keyboard controller" on the shark
|
|
|
|
# XXX should be a real device
|
1998-10-08 05:50:28 +04:00
|
|
|
define spckbd { [irq = -1], [port = -1] }
|
1998-06-13 03:21:53 +04:00
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
# PS/2 mouse device
|
1999-01-24 01:18:41 +03:00
|
|
|
device opms: tty
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/shark/pms.c opms needs-flag
|
1999-01-24 01:18:41 +03:00
|
|
|
|
|
|
|
attach opms at spckbd with opms
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device todclock
|
1998-09-06 06:28:58 +04:00
|
|
|
attach todclock at todservice
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/dev/todclock.c todclock needs-count
|
1997-10-15 01:59:28 +04:00
|
|
|
|
1996-02-01 02:14:53 +03:00
|
|
|
#
|
|
|
|
# Machine-independent SCSI drivers
|
|
|
|
#
|
|
|
|
|
1998-07-31 01:58:48 +04:00
|
|
|
include "dev/scsipi/files.scsipi"
|
2001-11-20 15:56:17 +03:00
|
|
|
major {sd = 24}
|
|
|
|
major {cd = 26}
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
# Generic MD files
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/shark/autoconf.c
|
|
|
|
file arch/shark/shark/conf.c
|
1996-02-01 02:14:53 +03:00
|
|
|
|
2001-03-14 17:39:45 +03:00
|
|
|
file arch/arm/arm/disksubr.c disk
|
|
|
|
file arch/arm/arm/disksubr_acorn.c disk
|
|
|
|
file arch/arm/arm/disksubr_mbr.c disk
|
|
|
|
|
2001-11-26 23:33:43 +03:00
|
|
|
file arch/arm/arm32/intr.c
|
|
|
|
file arch/arm/arm32/spl.S
|
|
|
|
|
1998-06-13 03:21:53 +04:00
|
|
|
# Shark specific files
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/shark/shark_machdep.c shark
|
|
|
|
file arch/shark/shark/sequoia.c shark
|
|
|
|
file arch/shark/shark/shark_fiq.S shark
|
|
|
|
file arch/shark/shark/hat.c shark
|
|
|
|
file arch/shark/isa/isa_irqhandler.c shark
|
|
|
|
file arch/shark/isa/clock.c shark
|
|
|
|
file arch/shark/isa/isa_irq.S shark
|
|
|
|
file arch/shark/isa/isa_shark_machdep.c shark
|
|
|
|
file arch/shark/isa/isa_io.c shark | isa
|
|
|
|
file arch/shark/isa/isa_io_asm.S shark | isa
|
1998-06-13 03:21:53 +04:00
|
|
|
|
|
|
|
# National Semiconductor PC97307VUL SuperIO chip configuration routines
|
|
|
|
define nsio
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/shark/ns87307.c nsio & shark
|
1998-06-13 03:21:53 +04:00
|
|
|
|
|
|
|
# 8042 microcontroller routines for keyboard and mouse
|
|
|
|
define i8042
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/shark/i8042.c i8042
|
1998-06-13 03:21:53 +04:00
|
|
|
|
1999-07-07 04:05:28 +04:00
|
|
|
defpseudo profiler: disk
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/shark/profile.c profiler needs-flag
|
1998-06-13 03:21:53 +04:00
|
|
|
|
|
|
|
# SHARK pc console
|
2001-11-20 15:56:17 +03:00
|
|
|
device pc: tty, spckbd, i8042
|
|
|
|
attach pc at ofisapc
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/shark/pccons.c pc needs-flag
|
1998-06-13 03:21:53 +04:00
|
|
|
|
|
|
|
# Smart Card Reader
|
2001-11-20 15:56:17 +03:00
|
|
|
device scr: tty
|
2002-02-10 04:53:06 +03:00
|
|
|
file arch/shark/shark/scr.c scr needs-flag
|
2001-11-20 15:56:17 +03:00
|
|
|
attach scr at ofisascr
|