2001-11-20 15:56:17 +03:00
|
|
|
# $NetBSD: files.arm32,v 1.126 2001/11/20 12:56:22 lukem 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
|
|
|
|
defopt COMPAT_OLD_OFW
|
|
|
|
|
1998-07-06 04:41:17 +04:00
|
|
|
# Maintain Interrupt statistics
|
|
|
|
defopt IRQSTATS
|
|
|
|
|
|
|
|
# X server support in console drivers
|
|
|
|
defopt XSERVER
|
|
|
|
|
2001-02-18 03:54:02 +03:00
|
|
|
# Bootloader options (COMPAT... to be dropped ASAP)
|
|
|
|
defopt COMPAT_OLD_BOOTLOADER
|
|
|
|
|
2000-03-06 06:15:46 +03:00
|
|
|
# Architectures and core logic
|
2001-04-19 11:14:52 +04:00
|
|
|
defopt 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
|
|
|
|
|
|
|
# PIOC (Peripheral IO Controller) device
|
|
|
|
# parent to wdc, fdc, com and lpt
|
|
|
|
device pioc { [offset = -1], [dack = -1], [irq = -1] }
|
|
|
|
attach pioc at mainbus
|
|
|
|
file arch/arm32/mainbus/pioc.c pioc
|
|
|
|
|
|
|
|
# Standard NetBSD wdc driver
|
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
|
2001-11-20 15:56:17 +03:00
|
|
|
attach lpt at pioc with lpt_pioc
|
|
|
|
file arch/arm32/mainbus/lpt_pioc.c lpt_pioc
|
1998-06-13 03:21:53 +04:00
|
|
|
|
|
|
|
# Common OFW files
|
1998-07-31 01:58:48 +04:00
|
|
|
include "dev/ofw/files.ofw"
|
1998-06-13 03:21:53 +04:00
|
|
|
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)
|
|
|
|
|
2001-06-11 15:56:57 +04:00
|
|
|
# OFW console initialization
|
|
|
|
file arch/arm32/ofw/consinit.c ofw
|
2001-06-23 20:47:41 +04:00
|
|
|
file dev/cninit.c ofw |
|
|
|
|
(vidc & (!rpckbd | !vidcvideo))
|
2001-06-11 15:56:57 +04:00
|
|
|
|
1998-09-22 05:45:47 +04:00
|
|
|
# ISA DMA glue
|
1998-07-08 08:51:12 +04:00
|
|
|
file arch/arm32/isa/isadma_machdep.c isadma
|
|
|
|
|
1998-08-20 10:28:18 +04:00
|
|
|
# XXX ISA joystick driver
|
|
|
|
device joy
|
|
|
|
file arch/arm32/isa/joy.c joy needs-flag
|
1998-10-05 04:39:44 +04:00
|
|
|
attach joy at isa with joy_isa
|
|
|
|
file arch/arm32/isa/joy_isa.c joy_isa
|
|
|
|
attach joy at isapnp with joy_isapnp
|
|
|
|
file arch/arm32/isa/joy_isapnp.c joy_isapnp
|
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"
|
1998-06-13 03:21:53 +04:00
|
|
|
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
|
1998-08-15 06:59:01 +04:00
|
|
|
file arch/arm32/ofw/if_cs_ofisa_machdep.c cs_ofisa
|
1998-06-13 03:21:53 +04:00
|
|
|
file arch/arm32/ofw/lpt_ofisa_machdep.c lpt_ofisa
|
|
|
|
file arch/arm32/ofw/wdc_ofisa_machdep.c wdc_ofisa
|
|
|
|
|
|
|
|
# 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
|
2001-11-20 15:56:17 +03:00
|
|
|
device fdc {drive = -1}
|
1997-10-15 01:59:28 +04:00
|
|
|
attach fdc at pioc
|
2001-11-20 15:56:17 +03:00
|
|
|
device fd: disk
|
1996-03-17 04:16:48 +03:00
|
|
|
attach fd at fdc
|
2001-11-20 15:56:17 +03:00
|
|
|
file arch/arm32/mainbus/fd.c fdc needs-flag
|
|
|
|
major {fd = 17}
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-05-09 18:03:18 +04:00
|
|
|
# Standard serial driver
|
1997-10-15 01:59:28 +04:00
|
|
|
attach com at pioc with com_pioc
|
2001-11-20 15:56:17 +03:00
|
|
|
file arch/arm32/mainbus/com_pioc.c com_pioc
|
1997-10-15 01:59:28 +04:00
|
|
|
|
|
|
|
# Memory disk driver
|
|
|
|
file arch/arm32/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}
|
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
# 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
|
2001-11-20 15:56:17 +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
|
2001-11-20 15:56:17 +03:00
|
|
|
device qms
|
|
|
|
file arch/arm32/dev/qms.c qms needs-flag
|
1997-10-15 01:59:28 +04:00
|
|
|
|
|
|
|
attach qms at iomd with qms_iomd
|
2001-11-20 15:56:17 +03:00
|
|
|
file arch/arm32/iomd/qms_iomd.c qms_iomd
|
1997-10-15 01:59:28 +04:00
|
|
|
|
2001-04-14 23:22:43 +04:00
|
|
|
# wscons quadmouse device
|
|
|
|
device wsqms : wsmousedev
|
|
|
|
file arch/arm32/dev/wsqms.c wsqms needs-flag
|
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
attach wsqms at iomd with wsqms_iomd
|
2001-04-14 23:22:43 +04:00
|
|
|
file arch/arm32/iomd/wsqms_iomd.c wsqms_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
|
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
|
|
|
|
file arch/arm32/dev/pms.c opms & opms_iomd needs-flag
|
|
|
|
file arch/arm32/shark/pms.c opms & ofw needs-flag
|
|
|
|
|
|
|
|
attach opms at spckbd with opms
|
|
|
|
attach opms at iomd with opms_iomd
|
|
|
|
file arch/arm32/iomd/pms_iomd.c opms_iomd
|
1997-10-15 01:59:28 +04:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
attach kbd at iomd with kbd_iomd
|
|
|
|
file arch/arm32/iomd/kbd_iomd.c kbd_iomd
|
|
|
|
|
2001-03-20 21:20:53 +03:00
|
|
|
# RPC wscons keyboard driver
|
|
|
|
device rpckbd : wskbddev
|
2001-11-20 15:56:17 +03:00
|
|
|
file arch/arm32/dev/rpckbd.c rpckbd needs-flag
|
|
|
|
file arch/arm32/dev/wskbdmap_mfii.c rpckbd
|
2001-03-20 21:20:53 +03:00
|
|
|
|
|
|
|
attach rpckbd at iomd with rpckbd_iomd
|
2001-11-20 15:56:17 +03:00
|
|
|
file arch/arm32/iomd/rpckbd_iomd.c rpckbd_iomd
|
2001-03-20 21:20:53 +03:00
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
# 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-09-06 06:28:58 +04:00
|
|
|
device rtc : todservice
|
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
|
1998-09-06 06:28:58 +04:00
|
|
|
attach todclock at todservice
|
1997-10-15 01:59:28 +04:00
|
|
|
file arch/arm32/dev/todclock.c todclock needs-count
|
|
|
|
|
|
|
|
# VIDC device
|
2001-02-21 01:49:55 +03:00
|
|
|
# parent to vidcconsole, 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
|
|
|
|
2001-03-20 21:20:53 +03:00
|
|
|
# VIDC video wscons device
|
|
|
|
device vidcvideo: rasops4, rasops8, rasops16, rasops32, wsemuldisplaydev
|
|
|
|
attach vidcvideo at vidc
|
|
|
|
file arch/arm32/vidc/vidc20config.c vidcvideo needs-flag
|
|
|
|
file arch/arm32/vidc/vidcvideo.c vidcvideo needs-flag
|
|
|
|
|
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
|
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
|
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
|
2001-07-04 17:49:24 +04:00
|
|
|
include "dev/podulebus/files.podulebus"
|
|
|
|
|
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
|
2001-07-03 03:18:34 +04:00
|
|
|
file arch/arm32/podulebus/netslot.c podulebus
|
1996-02-01 02:14:53 +03:00
|
|
|
|
2001-03-20 03:01:37 +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 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
|
|
|
|
#
|
|
|
|
|
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
|
|
|
|
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
|
2001-11-20 15:56:17 +03:00
|
|
|
device asc: scsi, sbic, podloader
|
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
|
|
|
|
2001-07-04 21:54:18 +04:00
|
|
|
device ptsc: scsi, sfas, podloader
|
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
|
|
|
|
2001-07-04 21:54:18 +04:00
|
|
|
device csc: scsi, sfas, podloader
|
1998-09-01 06:28:04 +04:00
|
|
|
attach csc at podulebus
|
|
|
|
file arch/arm32/podulebus/csc.c csc
|
|
|
|
|
1998-03-14 20:10:13 +03:00
|
|
|
# Cumana SCSI1 specific layer for ncr5380
|
2001-07-04 21:54:18 +04:00
|
|
|
device csa: scsi, ncr5380sbc, podloader
|
1998-03-14 20:10:13 +03:00
|
|
|
attach csa at podulebus
|
|
|
|
file arch/arm32/podulebus/csa.c csa
|
|
|
|
|
1997-02-23 07:08:49 +03:00
|
|
|
# ICS IDE driver
|
1998-10-12 20:13:03 +04:00
|
|
|
device icside {[channel = -1]}: wdc_base, ata, atapi
|
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_asm.S icside
|
|
|
|
|
|
|
|
# Yellowstone RapIDE driver
|
1998-10-12 20:13:03 +04:00
|
|
|
device rapide {[channel = -1]}: wdc_base, ata, atapi
|
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
|
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
# Simtec IDE driver
|
1998-10-12 20:13:03 +04:00
|
|
|
device simide {[channel = -1]}: wdc_base, ata, atapi
|
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
|
|
|
|
|
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
|
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
device vidcconsole
|
|
|
|
attach vidcconsole at vidc
|
2001-06-11 15:56:57 +04:00
|
|
|
file arch/arm32/vidc/console/vidcconsole.c vidcconsole needs-count
|
|
|
|
file arch/arm32/vidc/console/consinit.c vidc needs-count
|
2001-11-20 15:56:17 +03:00
|
|
|
device vt: tty
|
|
|
|
attach vt at vidc
|
1997-02-04 08:58:55 +03:00
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
file arch/arm32/vidc/console/console.c vt needs-count
|
|
|
|
file arch/arm32/vidc/console/vidcrender.c vt
|
1997-10-15 01:59:28 +04:00
|
|
|
file arch/arm32/vidc/console/vidc_mc.S vt
|
2001-11-20 15:56:17 +03:00
|
|
|
file arch/arm32/vidc/console/vidc.c vt
|
|
|
|
file arch/arm32/vidc/console/vt220.c vt
|
1997-10-15 01:59:28 +04:00
|
|
|
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/conf.c
|
|
|
|
|
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
|
|
|
|
|
1996-02-01 02:14:53 +03:00
|
|
|
# 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
|
|
|
|
|
1997-10-15 01:59:28 +04:00
|
|
|
# RiscPC specific files
|
|
|
|
file arch/arm32/riscpc/rpc_machdep.c riscpc
|
2001-11-20 15:56:17 +03:00
|
|
|
file arch/arm32/riscpc/rpc_kbd_map.c riscpc & kbd
|
1997-10-15 01:59:28 +04:00
|
|
|
|
|
|
|
# RC7500 specific files
|
|
|
|
file arch/arm32/rc7500/rc7500_machdep.c rc7500
|
2001-11-20 15:56:17 +03:00
|
|
|
file arch/arm32/rc7500/rc7500_kbd_map.c rc7500 & kbd
|
1997-10-15 01:59:28 +04:00
|
|
|
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
|
2001-11-20 15:56:17 +03:00
|
|
|
file arch/arm32/shark/sequoia.c shark
|
|
|
|
file arch/arm32/shark/fiq.S shark
|
|
|
|
file arch/arm32/shark/hat.c shark
|
1998-06-13 03:21:53 +04:00
|
|
|
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
|
1998-10-05 05:01:43 +04:00
|
|
|
file arch/arm32/isa/isa_io.c shark | isa
|
|
|
|
file arch/arm32/isa/isa_io_asm.S shark | isa
|
1998-06-13 03:21:53 +04:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
1999-07-07 04:05:28 +04:00
|
|
|
defpseudo profiler: disk
|
1998-06-13 03:21:53 +04:00
|
|
|
file arch/arm32/shark/profile.c profiler needs-flag
|
|
|
|
|
|
|
|
# SHARK pc console
|
2001-11-20 15:56:17 +03:00
|
|
|
device pc: tty, spckbd, i8042
|
|
|
|
attach pc at ofisapc
|
1998-06-13 03:21:53 +04:00
|
|
|
file arch/arm32/shark/pccons.c pc & ofw needs-flag
|
|
|
|
|
|
|
|
# Smart Card Reader
|
2001-11-20 15:56:17 +03:00
|
|
|
device scr: tty
|
1998-06-13 03:21:53 +04:00
|
|
|
file arch/arm32/shark/scr.c scr needs-flag
|
2001-11-20 15:56:17 +03:00
|
|
|
attach scr at ofisascr
|
1998-07-31 08:50:01 +04:00
|
|
|
|
1998-09-22 05:45:47 +04:00
|
|
|
# ISA Plug 'n Play autoconfiguration glue.
|
|
|
|
file arch/arm32/isa/isapnp_machdep.c isapnp
|
|
|
|
|
1998-09-06 06:28:58 +04:00
|
|
|
# EBSA285/CATS class board
|
|
|
|
|
1998-10-05 04:44:45 +04:00
|
|
|
device sysbeep
|
|
|
|
attach sysbeep at pcppi with sysbeep_isa
|
|
|
|
attach sysbeep at vidc with sysbeep_vidc
|
|
|
|
file arch/arm32/vidc/sysbeep_vidc.c sysbeep_vidc
|
|
|
|
file arch/arm32/isa/sysbeep_isa.c sysbeep_isa
|
|
|
|
|
1998-10-05 05:21:39 +04:00
|
|
|
device dsrtc: todservice
|
|
|
|
attach dsrtc at isa
|
|
|
|
file arch/arm32/isa/dsrtc.c dsrtc
|
|
|
|
|
2000-11-08 22:48:51 +03:00
|
|
|
# Machine-independent I2O drivers.
|
|
|
|
include "dev/i2o/files.i2o"
|
|
|
|
|
1998-09-06 06:28:58 +04:00
|
|
|
# PCI devices
|
|
|
|
|
2001-06-09 14:29:11 +04:00
|
|
|
include "arch/arm/conf/files.footbridge"
|
|
|
|
|
1998-09-06 06:28:58 +04:00
|
|
|
#
|
|
|
|
# Include PCI config
|
|
|
|
#
|
|
|
|
include "dev/pci/files.pci"
|
|
|
|
|
|
|
|
# network devices MII bus
|
|
|
|
include "dev/mii/files.mii"
|
|
|
|
|
|
|
|
device pcib: isabus
|
|
|
|
attach pcib at pci
|
|
|
|
file arch/arm32/pci/pcib.c pcib
|
|
|
|
|
|
|
|
# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
|
|
|
|
# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
|
|
|
|
# XXX (when the conf/files and files.isa bogons are fixed, this can
|
|
|
|
# XXX be fixed as well.)
|
|
|
|
|
|
|
|
attach lpt at puc with lpt_puc
|
|
|
|
file dev/pci/lpt_puc.c lpt_puc
|
|
|
|
|
|
|
|
file arch/arm32/pci/pciide_machdep.c pciide
|
|
|
|
|
|
|
|
# Include USB stuff
|
|
|
|
include "dev/usb/files.usb"
|
|
|
|
|
1998-10-08 05:50:28 +04:00
|
|
|
include "dev/pckbc/files.pckbc"
|