1998-07-31 01:51:00 +04:00
|
|
|
# $NetBSD: files.arm32,v 1.53 1998/07/30 21:51:00 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 05:54:56 +04:00
|
|
|
# Floating point emulator
|
|
|
|
defopt ARMFPE
|
|
|
|
|
1998-07-07 07:05:15 +04:00
|
|
|
# CPU types
|
|
|
|
defopt opt_cputypes.h CPU_ARM6 CPU_ARM7 CPU_ARM7500 CPU_ARM8 CPU_SA110
|
|
|
|
|
1998-07-06 06:35:34 +04:00
|
|
|
# COMPAT_OLD_OFW for SHARKs
|
|
|
|
defopt COMPAT_OLD_OFW
|
|
|
|
|
1998-07-06 04:41:17 +04:00
|
|
|
# Maintain Interrupt statistics
|
|
|
|
defopt IRQSTATS
|
|
|
|
|
1998-07-06 06:35:34 +04:00
|
|
|
# PMAP_DEBUG (heavily abused option)
|
|
|
|
defopt PMAP_DEBUG
|
|
|
|
|
1998-07-06 04:41:17 +04:00
|
|
|
# X server support in console drivers
|
|
|
|
defopt XSERVER
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device mainbus { [base = -1], [dack = -1], [irq = -1] }
|
1997-10-15 01:59:28 +04:00
|
|
|
attach mainbus at root
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/mainbus/mainbus.c mainbus
|
1997-01-13 03:38:45 +03:00
|
|
|
file arch/arm32/mainbus/mainbus_io.c mainbus
|
|
|
|
file arch/arm32/mainbus/mainbus_io_asm.S mainbus
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device cpu
|
1997-10-15 01:59:28 +04:00
|
|
|
attach cpu at mainbus
|
1996-05-09 18:03:18 +04:00
|
|
|
file arch/arm32/mainbus/cpu.c cpu needs-flag
|
1996-02-01 02:14:53 +03:00
|
|
|
major {cpu = 38}
|
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
# PIOC (Peripheral IO Controller) device
|
|
|
|
# parent to wdc, fdc, com lpt
|
1998-02-17 01:12:45 +03:00
|
|
|
device pioc { [offset = -1], [dack = -1], [irq = -1] }
|
1997-10-15 01:59:28 +04:00
|
|
|
attach pioc at mainbus
|
|
|
|
file arch/arm32/mainbus/pioc.c pioc
|
1996-08-21 23:56:00 +04:00
|
|
|
|
1996-05-09 18:03:18 +04:00
|
|
|
# Standard NetBSD wd driver
|
1998-06-13 03:21:53 +04:00
|
|
|
device wdc: atapi, ata
|
|
|
|
device wd: disk
|
|
|
|
attach wd at ata
|
|
|
|
# XXX shouldn't have to have NWD in wdc.h
|
|
|
|
file dev/ic/wdc.c wdc & (wd | !wd) & shark needs-flag
|
|
|
|
file arch/arm32/dev/wdc.c wdc & (wd | !wd) & !shark needs-flag
|
|
|
|
file dev/ata/wd.c wd & shark needs-flag
|
|
|
|
file arch/arm32/dev/wd.c wd & !shark needs-flag
|
|
|
|
major {wd = 16}
|
1997-10-15 01:59:28 +04:00
|
|
|
attach wdc at pioc with wdc_pioc
|
1998-06-13 03:21:53 +04:00
|
|
|
file arch/arm32/mainbus/wdc_pioc.c wdc_pioc
|
|
|
|
|
|
|
|
# Standard parallel driver
|
|
|
|
device lpt
|
|
|
|
file dev/ic/lpt.c lpt needs-flag
|
|
|
|
major {lpt = 8}
|
|
|
|
attach lpt at pioc with lpt_pioc
|
|
|
|
file arch/arm32/mainbus/lpt_pioc.c lpt_pioc
|
|
|
|
|
|
|
|
# Common OFW files
|
|
|
|
include "../../../dev/ofw/files.ofw"
|
|
|
|
attach ofbus at root with ofbus_root
|
|
|
|
file arch/arm32/ofw/ofw.c ofw
|
|
|
|
file arch/arm32/ofw/openfirm.c ofw
|
|
|
|
file arch/arm32/ofw/oftodclock.c ofw & (shark | ofwgencfg)
|
|
|
|
|
1998-07-30 18:11:42 +04:00
|
|
|
# XXX ISA DMA controller (for ESS - should just pull in
|
1998-07-08 08:51:12 +04:00
|
|
|
# XXX files.isa)
|
|
|
|
define isadma
|
|
|
|
file dev/isa/isadma.c isadma needs-flag
|
|
|
|
file arch/arm32/isa/isadma_machdep.c isadma
|
|
|
|
|
1998-07-31 01:51:00 +04:00
|
|
|
# XXX SoundBlaster stuff (for files.ofisa - should just pull in
|
|
|
|
# XXX files.isa)
|
|
|
|
define sbdsp
|
|
|
|
file dev/isa/sbdsp.c sbdsp
|
|
|
|
|
|
|
|
device sb: audio, isadma, sbdsp, mulaw, auconv
|
|
|
|
file dev/isa/sb.c sb needs-flag
|
|
|
|
|
1998-07-30 18:11:42 +04:00
|
|
|
# XXX should pull in files.isa
|
|
|
|
# ESS Technology ES1887/ES888
|
|
|
|
device ess: audio, isadma, mulaw, auconv
|
|
|
|
file dev/isa/ess.c ess needs-flag
|
1998-07-08 08:51:12 +04:00
|
|
|
|
1998-07-27 05:44:20 +04:00
|
|
|
# cs8900 Crystal Ethernet Controller
|
|
|
|
device cs: arp, ether, ifnet, isadma
|
|
|
|
file dev/isa/cs89x0.c cs
|
|
|
|
|
1998-06-13 03:21:53 +04:00
|
|
|
# OFW ISA bus driver.
|
|
|
|
include "../../../dev/ofisa/files.ofisa"
|
|
|
|
file arch/arm32/ofw/ofisa_machdep.c ofisa
|
|
|
|
file arch/arm32/ofw/com_ofisa_machdep.c com_ofisa
|
|
|
|
file arch/arm32/ofw/com_ofisa_consolehack.c com_ofisa # XXX
|
|
|
|
file arch/arm32/ofw/lpt_ofisa_machdep.c lpt_ofisa
|
|
|
|
file arch/arm32/ofw/wdc_ofisa_machdep.c wdc_ofisa
|
|
|
|
|
|
|
|
# XXX So ISA locator names are present in locators.h.
|
|
|
|
device isa {[port = -1], [size = 0],
|
|
|
|
[iomem = -1], [iosiz = 0],
|
|
|
|
[irq = -1], [drq = -1], [drq2 = -1]}
|
|
|
|
|
|
|
|
# Glue for OFW ISA device attachment
|
|
|
|
device ofisapc {}
|
|
|
|
attach ofisapc at ofbus
|
|
|
|
file arch/arm32/ofw/ofisapc.c pc & ofw
|
|
|
|
device ofisascr {}
|
|
|
|
attach ofisascr at ofisa
|
|
|
|
file arch/arm32/ofw/ofisascr.c scr & ofw
|
|
|
|
|
|
|
|
device ofrom
|
|
|
|
attach ofrom at ofbus
|
|
|
|
file arch/arm32/ofw/ofrom.c ofrom needs-flag
|
1997-10-15 01:59:28 +04:00
|
|
|
|
1996-05-09 18:03:18 +04:00
|
|
|
# Standard NetBSD fd driver
|
1998-02-17 01:12:45 +03:00
|
|
|
device fdc {drive = -1}
|
1997-10-15 01:59:28 +04:00
|
|
|
attach fdc at pioc
|
1998-02-17 01:12:45 +03:00
|
|
|
device fd: disk
|
1996-03-17 04:16:48 +03:00
|
|
|
attach fd at fdc
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/mainbus/fd.c fdc needs-flag
|
|
|
|
major {fd = 17}
|
|
|
|
|
1996-05-09 18:03:18 +04:00
|
|
|
# Standard serial driver
|
1996-02-01 02:14:53 +03:00
|
|
|
major {com = 12}
|
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
attach com at pioc with com_pioc
|
|
|
|
file arch/arm32/mainbus/com_pioc.c com_pioc
|
|
|
|
|
|
|
|
# Memory disk driver
|
|
|
|
file arch/arm32/dev/md_hooks.c md & memory_disk_hooks
|
|
|
|
major {md = 18}
|
|
|
|
|
|
|
|
# IOMD device
|
|
|
|
# parent to kbd, qms, pms, iic
|
|
|
|
# also provides irq and timer services
|
1998-02-17 01:12:45 +03:00
|
|
|
device iomd {}
|
1997-10-15 01:59:28 +04:00
|
|
|
attach iomd at mainbus
|
|
|
|
file arch/arm32/iomd/iomd.c iomd needs-flag
|
|
|
|
file arch/arm32/iomd/iomd_io.c iomd
|
|
|
|
file arch/arm32/iomd/iomd_io_asm.S iomd
|
|
|
|
file arch/arm32/iomd/iomd_irq.S iomd
|
|
|
|
file arch/arm32/iomd/iomd_irqhandler.c iomd
|
|
|
|
file arch/arm32/iomd/iomd_fiq.S iomd
|
|
|
|
file arch/arm32/iomd/iomd_dma.c iomd
|
|
|
|
|
|
|
|
# IOMD mouse devices
|
|
|
|
# clock device
|
1998-02-17 01:12:45 +03:00
|
|
|
device clock
|
1997-10-15 01:59:28 +04:00
|
|
|
attach clock at iomd
|
|
|
|
file arch/arm32/iomd/iomd_clock.c iomd
|
|
|
|
|
|
|
|
# quadmouse device
|
1998-02-17 01:12:45 +03:00
|
|
|
device qms
|
1997-10-15 01:59:28 +04:00
|
|
|
file arch/arm32/dev/qms.c qms needs-flag
|
|
|
|
major {qms = 9}
|
|
|
|
|
|
|
|
attach qms at iomd with qms_iomd
|
|
|
|
file arch/arm32/iomd/qms_iomd.c qms_iomd
|
|
|
|
|
1998-06-13 03:21:53 +04:00
|
|
|
# attribute used to represent the "keyboard controller" on the shark
|
|
|
|
# XXX should be a real device
|
|
|
|
define pckbd { [irq = -1], [port = -1] }
|
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
# PS/2 mouse device
|
1998-06-13 03:21:53 +04:00
|
|
|
device pms: tty
|
|
|
|
file arch/arm32/dev/pms.c pms & pms_iomd needs-flag
|
|
|
|
file arch/arm32/shark/pms.c pms & ofw needs-flag
|
1997-10-15 01:59:28 +04:00
|
|
|
major {pms = 40}
|
|
|
|
|
1998-06-13 03:21:53 +04:00
|
|
|
attach pms at pckbd with pms
|
1997-10-15 01:59:28 +04:00
|
|
|
attach pms at iomd with pms_iomd
|
|
|
|
file arch/arm32/iomd/pms_iomd.c pms_iomd
|
|
|
|
|
|
|
|
# Standard keyboard driver
|
1998-02-17 01:12:45 +03:00
|
|
|
device kbd
|
1997-10-15 01:59:28 +04:00
|
|
|
file arch/arm32/dev/kbd.c kbd needs-flag
|
|
|
|
major {kbd = 11}
|
|
|
|
|
|
|
|
attach kbd at iomd with kbd_iomd
|
|
|
|
file arch/arm32/iomd/kbd_iomd.c kbd_iomd
|
|
|
|
|
|
|
|
# IIC device
|
1998-02-17 01:12:45 +03:00
|
|
|
device iic { addr = -1 }
|
1997-10-15 01:59:28 +04:00
|
|
|
file arch/arm32/dev/iic.c iic needs-flag
|
|
|
|
|
|
|
|
attach iic at iomd with iic_iomd
|
|
|
|
file arch/arm32/iomd/iic_iomd.c iic_iomd
|
|
|
|
file arch/arm32/iomd/iomd_iic.S iic_iomd
|
|
|
|
|
|
|
|
# IIC based RTC
|
1998-02-17 01:12:45 +03:00
|
|
|
device rtc {}
|
1997-10-15 01:59:28 +04:00
|
|
|
attach rtc at iic
|
|
|
|
file arch/arm32/dev/rtc.c rtc needs-flag
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device todclock
|
1997-10-15 01:59:28 +04:00
|
|
|
attach todclock at rtc
|
|
|
|
file arch/arm32/dev/todclock.c todclock needs-count
|
|
|
|
|
|
|
|
# VIDC device
|
|
|
|
# parent to vidcvideo, vidcaudio, beep
|
1998-02-17 01:12:45 +03:00
|
|
|
device vidc { [base = -1], [dack = -1], [irq = -1] }
|
1997-10-15 01:59:28 +04:00
|
|
|
attach vidc at mainbus
|
|
|
|
file arch/arm32/vidc/vidc20.c vidc needs-count
|
1996-03-29 00:42:00 +03:00
|
|
|
|
1996-04-19 23:57:49 +04:00
|
|
|
# Audio devices
|
1998-02-17 01:12:45 +03:00
|
|
|
device beep
|
1997-10-15 01:59:28 +04:00
|
|
|
attach beep at vidc
|
|
|
|
file arch/arm32/vidc/beep.c beep needs-flag
|
|
|
|
major {beep = 10}
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device vidcaudio: audio
|
1997-10-15 01:59:28 +04:00
|
|
|
attach vidcaudio at vidc
|
|
|
|
file arch/arm32/vidc/vidcaudio.c vidcaudio needs-flag
|
|
|
|
major {vidcaudio = 36}
|
1996-10-16 01:53:21 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device lmcaudio: audio
|
1997-10-15 01:59:28 +04:00
|
|
|
attach lmcaudio at vidc
|
|
|
|
file arch/arm32/vidc/lmcaudio.c lmcaudio needs-flag
|
|
|
|
file arch/arm32/vidc/lmc1982.S lmcaudio
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-04-19 23:57:49 +04:00
|
|
|
# Podule bus device
|
1998-02-17 01:12:45 +03:00
|
|
|
device podulebus { [slot = -1] }
|
1997-10-15 01:59:28 +04:00
|
|
|
attach podulebus at root
|
1996-05-09 18:03:18 +04:00
|
|
|
file arch/arm32/podulebus/podulebus.c podulebus needs-flag
|
1997-01-17 04:08:42 +03:00
|
|
|
file arch/arm32/podulebus/podulebus_io.c podulebus
|
|
|
|
file arch/arm32/podulebus/podulebus_io_asm.S podulebus
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-04-19 23:57:49 +04:00
|
|
|
# Ethernet devices
|
1997-10-15 01:59:28 +04:00
|
|
|
|
1998-03-22 00:39:16 +03:00
|
|
|
# Novell NE1000 and NE2000 clones (EtherM, EtherH)
|
|
|
|
attach ne at podulebus with ne_pbus
|
|
|
|
file arch/arm32/podulebus/if_ne_pbus.c ne_pbus
|
1997-10-15 01:59:28 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device ea: ether, ifnet, arp
|
1997-10-15 01:59:28 +04:00
|
|
|
attach ea at podulebus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/podulebus/if_ea.c ea
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device eb: ether, ifnet, arp
|
1997-10-15 01:59:28 +04:00
|
|
|
attach eb at podulebus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/podulebus/if_eb.c eb
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device ie: ether, ifnet, arp
|
1997-10-15 01:59:28 +04:00
|
|
|
attach ie at podulebus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/podulebus/if_ie.c ie
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device es: ether, ifnet, arp
|
1997-10-15 01:59:28 +04:00
|
|
|
attach es at mainbus
|
|
|
|
file arch/arm32/rc7500/if_es.c es & rc7500
|
1996-04-19 23:57:49 +04:00
|
|
|
|
1996-10-16 23:32:08 +04:00
|
|
|
#define ipkdb
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-10-16 23:32:08 +04:00
|
|
|
#device kie: ipkdb
|
1996-03-17 04:16:48 +03:00
|
|
|
#attach kie at podule
|
1996-10-16 23:32:08 +04:00
|
|
|
#file arch/arm32/podulebus/ipkdb_ie.c kie
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-10-16 23:32:08 +04:00
|
|
|
#file arch/arm32/arm32/ipkdb_glue.c ipkdb
|
|
|
|
#file arch/arm32/arm32/ipkdb_step.c ipkdb
|
1996-02-01 02:14:53 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# Machine-independent SCSI drivers
|
|
|
|
#
|
|
|
|
|
1997-08-27 15:22:52 +04:00
|
|
|
include "../../../dev/scsipi/files.scsipi"
|
1996-02-01 02:14:53 +03:00
|
|
|
major {sd = 24}
|
|
|
|
major {st = 25}
|
|
|
|
major {cd = 26}
|
|
|
|
major {ch = 27}
|
|
|
|
major {uk = 28}
|
1996-03-29 00:42:00 +03:00
|
|
|
major {ss = 29}
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-03-08 21:02:23 +03:00
|
|
|
# Generic sbic (WD3393) driver
|
|
|
|
define sbic
|
|
|
|
file arch/arm32/podulebus/sbic.c sbic
|
|
|
|
|
|
|
|
# Acorn SCSI I specific layer for sbic
|
1998-02-17 01:12:45 +03:00
|
|
|
device asc: scsi, sbic
|
1996-03-17 04:16:48 +03:00
|
|
|
attach asc at podulebus
|
1996-04-27 02:46:07 +04:00
|
|
|
file arch/arm32/podulebus/asc.c asc needs-flag
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-10-17 06:41:26 +04:00
|
|
|
# Generic AMD AM53C94 driver
|
|
|
|
define esc
|
|
|
|
file arch/arm32/podulebus/esc.c esc
|
|
|
|
|
|
|
|
# Connect32 specific layer for esc
|
1998-02-17 01:12:45 +03:00
|
|
|
device cosc: scsi, esc
|
1996-10-17 06:41:26 +04:00
|
|
|
attach cosc at podulebus
|
|
|
|
file arch/arm32/podulebus/cosc.c cosc
|
|
|
|
|
1996-02-01 02:14:53 +03:00
|
|
|
# Generic fas216 + esp216 driver
|
|
|
|
define sfas
|
1996-05-09 18:03:18 +04:00
|
|
|
file arch/arm32/podulebus/sfas.c sfas
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device ptsc: scsi, sfas
|
1996-03-17 04:16:48 +03:00
|
|
|
attach ptsc at podulebus
|
1996-05-09 18:03:18 +04:00
|
|
|
file arch/arm32/podulebus/ptsc.c ptsc
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1998-03-14 20:10:13 +03:00
|
|
|
# Oak specific layer for ncr5380
|
|
|
|
device oak: scsi, ncr5380sbc
|
1996-03-17 04:16:48 +03:00
|
|
|
attach oak at podulebus
|
1997-01-13 03:38:45 +03:00
|
|
|
file arch/arm32/podulebus/oak.c oak
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1998-03-14 20:10:13 +03:00
|
|
|
# Cumana SCSI1 specific layer for ncr5380
|
|
|
|
device csa: scsi, ncr5380sbc
|
|
|
|
attach csa at podulebus
|
|
|
|
file arch/arm32/podulebus/csa.c csa
|
|
|
|
|
1997-02-23 07:08:49 +03:00
|
|
|
# ICS IDE driver
|
1998-02-17 01:12:45 +03:00
|
|
|
device icside {}
|
1997-02-23 07:08:49 +03:00
|
|
|
attach icside at podulebus
|
|
|
|
file arch/arm32/podulebus/icside.c icside
|
|
|
|
file arch/arm32/podulebus/icside_io.c icside
|
|
|
|
file arch/arm32/podulebus/icside_io_asm.S icside
|
|
|
|
|
|
|
|
attach wdc at icside with wdc_ics
|
|
|
|
|
|
|
|
# Yellowstone RapIDE driver
|
1998-02-17 01:12:45 +03:00
|
|
|
device rapide {}
|
1997-02-23 07:08:49 +03:00
|
|
|
attach rapide at podulebus
|
|
|
|
file arch/arm32/podulebus/rapide.c rapide
|
|
|
|
file arch/arm32/podulebus/rapide_io_asm.S rapide
|
|
|
|
|
|
|
|
attach wdc at rapide with wdc_rapide
|
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
# Simtec IDE driver
|
1998-02-17 01:12:45 +03:00
|
|
|
device simide {}
|
1997-10-15 01:59:28 +04:00
|
|
|
attach simide at podulebus
|
|
|
|
file arch/arm32/podulebus/simide.c simide
|
|
|
|
file arch/arm32/podulebus/simide_io_asm.S simide
|
|
|
|
|
|
|
|
attach wdc at simide with wdc_sim
|
|
|
|
|
1997-11-06 05:12:27 +03:00
|
|
|
# Atomwide Multi-Port Serial driver
|
1998-02-17 01:12:45 +03:00
|
|
|
device amps {}
|
1997-11-06 05:12:27 +03:00
|
|
|
attach amps at podulebus
|
|
|
|
attach com at amps with com_amps
|
|
|
|
file arch/arm32/podulebus/amps.c amps
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device vidcvideo
|
1997-10-15 01:59:28 +04:00
|
|
|
attach vidcvideo at vidc
|
|
|
|
file arch/arm32/vidc/console/vidcvideo.c vidcvideo needs-count
|
1996-02-01 02:14:53 +03:00
|
|
|
major {vidcvideo = 37}
|
1998-02-17 01:12:45 +03:00
|
|
|
device vt: tty
|
1997-10-15 01:59:28 +04:00
|
|
|
attach vt at vidc
|
1997-02-04 08:58:55 +03:00
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
file arch/arm32/vidc/console/console.c vt needs-count
|
|
|
|
file arch/arm32/vidc/console/vidcconsole.c vt
|
|
|
|
file arch/arm32/vidc/console/vidc_mc.S vt
|
|
|
|
file arch/arm32/vidc/console/vidc.c vt
|
|
|
|
file arch/arm32/vidc/console/vt220.c vt
|
|
|
|
file arch/arm32/vidc/console/debugconsole.c vt
|
|
|
|
file arch/arm32/vidc/console/dumb.c vt
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
# Generic MD files
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/arm32/autoconf.c
|
|
|
|
file arch/arm32/arm32/blockio.S
|
1998-07-08 08:51:12 +04:00
|
|
|
file arch/arm32/arm32/bus_dma.c
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/arm32/conf.c
|
|
|
|
file arch/arm32/arm32/cpuswitch.S
|
|
|
|
file arch/arm32/arm32/disksubr.c disk
|
1998-06-09 04:39:47 +04:00
|
|
|
file arch/arm32/arm32/disksubr_acorn.c disk
|
1998-06-09 04:31:23 +04:00
|
|
|
file arch/arm32/arm32/disksubr_mbr.c disk
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/arm32/stubs.c
|
|
|
|
file arch/arm32/arm32/exception.S
|
|
|
|
file arch/arm32/arm32/syscall.c
|
|
|
|
file arch/arm32/arm32/ast.c
|
|
|
|
file arch/arm32/arm32/fault.c
|
|
|
|
file arch/arm32/arm32/undefined.c
|
|
|
|
file arch/arm32/arm32/mem.c
|
|
|
|
file arch/arm32/arm32/process_machdep.c
|
|
|
|
file arch/arm32/arm32/machdep.c
|
|
|
|
file arch/arm32/arm32/sys_machdep.c
|
|
|
|
file arch/arm32/arm32/vm_machdep.c
|
|
|
|
file arch/arm32/arm32/pmap.c
|
1996-08-21 23:56:00 +04:00
|
|
|
file arch/arm32/arm32/fusu.S
|
1997-02-04 08:58:55 +03:00
|
|
|
file arch/arm32/arm32/cpufunc.c
|
|
|
|
file arch/arm32/arm32/cpufunc_asm.S
|
|
|
|
file arch/arm32/arm32/setcpsr.S
|
|
|
|
file arch/arm32/arm32/setstack.S
|
1997-10-15 01:59:28 +04:00
|
|
|
file arch/arm32/arm32/spl.S
|
|
|
|
file arch/arm32/arm32/intr.c
|
|
|
|
file arch/arm32/dev/bus_space_notimpl.S
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
file arch/arm32/arm32/in_cksum_arm32.c inet
|
1996-05-09 18:03:18 +04:00
|
|
|
file netns/ns_cksum.c ns
|
1996-02-01 02:14:53 +03:00
|
|
|
|
|
|
|
# library functions
|
|
|
|
file arch/arm32/arm32/strstr.c
|
|
|
|
file arch/arm32/arm32/strtoul.c
|
|
|
|
file arch/arm32/arm32/bcopy_page.S
|
|
|
|
file arch/arm32/arm32/bcopyinout.S
|
|
|
|
file arch/arm32/arm32/copystr.S
|
|
|
|
|
|
|
|
# files related to the shell
|
1997-10-15 01:59:28 +04:00
|
|
|
file arch/arm32/kshell/kshell_input.c kshell
|
|
|
|
file arch/arm32/kshell/kshell_shell.c kshell
|
|
|
|
file arch/arm32/kshell/kshell_disassem.c kshell
|
|
|
|
file arch/arm32/kshell/kshell_dumphex.c kshell
|
|
|
|
file arch/arm32/kshell/kshell_debug.c kshell
|
1996-02-01 02:14:53 +03:00
|
|
|
|
|
|
|
# files related to debugging
|
|
|
|
file arch/arm32/arm32/disassem.c
|
1997-10-15 01:59:28 +04:00
|
|
|
file arch/arm32/arm32/postmortem.c postmortem
|
|
|
|
|
1996-02-01 02:14:53 +03:00
|
|
|
file dev/cons.c
|
|
|
|
file dev/cninit.c
|
|
|
|
|
|
|
|
# ARM FPE
|
|
|
|
file arch/arm32/fpe-arm/armfpe_glue.S armfpe
|
|
|
|
file arch/arm32/fpe-arm/armfpe_init.c armfpe
|
1996-02-16 01:40:08 +03:00
|
|
|
file arch/arm32/fpe-arm/armfpe.s armfpe
|
|
|
|
|
|
|
|
# DDB
|
|
|
|
file arch/arm32/arm32/db_disasm.c ddb
|
|
|
|
file arch/arm32/arm32/db_interface.c ddb
|
|
|
|
file arch/arm32/arm32/db_trace.c ddb
|
1996-03-08 21:02:23 +03:00
|
|
|
file arch/arm32/arm32/db_machdep.c ddb
|
1996-10-17 06:41:26 +04:00
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
# RiscPC specific files
|
|
|
|
file arch/arm32/riscpc/rpc_machdep.c riscpc
|
|
|
|
file arch/arm32/riscpc/rpc_kbd_map.c riscpc & kbd
|
|
|
|
|
|
|
|
# RC7500 specific files
|
|
|
|
file arch/arm32/rc7500/rc7500_machdep.c rc7500
|
|
|
|
file arch/arm32/rc7500/rc7500_kbd_map.c rc7500 & kbd
|
|
|
|
file arch/arm32/rc7500/rc7500_prom.c rc7500 & prom_debug
|
|
|
|
file arch/arm32/rc7500/rc7500_promsys.S rc7500 & prom_debug
|
1998-06-13 03:21:53 +04:00
|
|
|
|
|
|
|
# Shark specific files
|
|
|
|
file arch/arm32/shark/shark_machdep.c shark
|
|
|
|
file arch/arm32/shark/sequoia.c shark
|
|
|
|
file arch/arm32/shark/fiq.S shark
|
|
|
|
file arch/arm32/shark/hat.c shark
|
|
|
|
file arch/arm32/isa/isa_irqhandler.c shark
|
|
|
|
file arch/arm32/isa/clock.c shark
|
|
|
|
file arch/arm32/isa/isa_irq.S shark
|
|
|
|
file arch/arm32/isa/isa_shark_machdep.c shark
|
|
|
|
file arch/arm32/isa/isa_io.c shark
|
|
|
|
file arch/arm32/isa/isa_io_asm.S shark
|
|
|
|
|
|
|
|
# OFWGENCFG specific files
|
|
|
|
file arch/arm32/ofw/ofw_irq.S ofwgencfg
|
|
|
|
file arch/arm32/ofw/ofw_irqhandler.c ofwgencfg
|
|
|
|
file arch/arm32/ofw/ofwgencfg_clock.c ofwgencfg
|
|
|
|
file arch/arm32/ofw/ofwgencfg_machdep.c ofwgencfg
|
|
|
|
|
|
|
|
# National Semiconductor PC97307VUL SuperIO chip configuration routines
|
|
|
|
define nsio
|
|
|
|
file arch/arm32/shark/ns87307.c nsio & shark
|
|
|
|
|
|
|
|
# 8042 microcontroller routines for keyboard and mouse
|
|
|
|
define i8042
|
|
|
|
file arch/arm32/shark/i8042.c i8042
|
|
|
|
|
|
|
|
pseudo-device profiler: disk
|
|
|
|
file arch/arm32/shark/profile.c profiler needs-flag
|
|
|
|
|
|
|
|
# SHARK pc console
|
|
|
|
device pc: tty, pckbd, i8042
|
|
|
|
attach pc at ofisapc
|
|
|
|
file arch/arm32/shark/pccons.c pc & ofw needs-flag
|
|
|
|
|
|
|
|
# Smart Card Reader
|
|
|
|
device scr: tty
|
|
|
|
file arch/arm32/shark/scr.c scr needs-flag
|
|
|
|
attach scr at ofisascr
|