1996-02-01 02:14:53 +03:00
|
|
|
#
|
|
|
|
# First try for arm-specific configuration info
|
|
|
|
#
|
|
|
|
|
|
|
|
maxpartitions 8
|
|
|
|
maxusers 2 8 64
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device mainbus { [base = -1], [dack = -1], [irq = -1] }
|
|
|
|
attach mainbus at root
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/mainbus/mainbus.c mainbus
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device hydrabus { [slot = -1] }
|
|
|
|
attach hydrabus at mainbus
|
1996-05-09 18:03:18 +04:00
|
|
|
file arch/arm32/mainbus/exp/hydra.c hydrabus needs-flag
|
|
|
|
file arch/arm32/mainbus/exp/hydraboot.S hydrabus
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device cpu
|
|
|
|
attach cpu at mainbus, hydrabus
|
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}
|
|
|
|
|
1996-08-21 23:56:00 +04:00
|
|
|
device iomd
|
|
|
|
attach iomd at mainbus
|
|
|
|
file arch/arm32/mainbus/iomd.c iomd needs-flag
|
|
|
|
|
1996-05-09 18:03:18 +04:00
|
|
|
# Standard NetBSD wd driver
|
1996-03-17 04:16:48 +03:00
|
|
|
device wdc {drive = -1}
|
|
|
|
attach wdc at mainbus
|
|
|
|
device wd: disk
|
|
|
|
attach wd at wdc
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/mainbus/wd.c wdc needs-flag
|
|
|
|
major {wd = 16}
|
|
|
|
|
1996-05-09 18:03:18 +04:00
|
|
|
# Standard NetBSD fd driver
|
1996-03-17 04:16:48 +03:00
|
|
|
device fdc {drive = -1}
|
|
|
|
attach fdc at mainbus
|
|
|
|
device fd: disk
|
|
|
|
attach fd at fdc
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/mainbus/fd.c fdc needs-flag
|
|
|
|
major {fd = 17}
|
|
|
|
|
1997-01-02 02:21:54 +03:00
|
|
|
# Memory disk driver
|
|
|
|
pseudo-device md
|
|
|
|
file dev/md.c md needs-count
|
|
|
|
file arch/arm32/dev/md_hooks.c md | memory_disk_hooks
|
|
|
|
major {md = 18}
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-05-09 18:03:18 +04:00
|
|
|
# Standard parallal driver
|
1996-03-17 04:16:48 +03:00
|
|
|
device lpt: tty, ether, ifnet
|
|
|
|
attach lpt at mainbus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/mainbus/lpt.c lpt needs-flag
|
|
|
|
major {lpt = 8}
|
|
|
|
|
1996-05-09 18:03:18 +04:00
|
|
|
# Standard serial driver
|
1996-03-17 04:16:48 +03:00
|
|
|
device com: tty
|
|
|
|
attach com at mainbus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/mainbus/com.c com needs-flag
|
|
|
|
major {com = 12}
|
|
|
|
|
1996-04-19 23:57:49 +04:00
|
|
|
# Mouse devices
|
1996-03-17 04:16:48 +03:00
|
|
|
device quadmouse: tty
|
|
|
|
attach quadmouse at mainbus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/mainbus/qmouse.c quadmouse needs-flag
|
|
|
|
major {quadmouse = 9}
|
|
|
|
|
1996-03-29 00:42:00 +03:00
|
|
|
device pms: tty
|
|
|
|
attach pms at mainbus
|
|
|
|
file arch/arm32/mainbus/pms.c pms needs-flag
|
|
|
|
major {pms = 40}
|
|
|
|
|
1996-04-19 23:57:49 +04:00
|
|
|
# Audio devices
|
1996-03-17 04:16:48 +03:00
|
|
|
device beep
|
|
|
|
attach beep at mainbus
|
1996-05-09 18:03:18 +04:00
|
|
|
file arch/arm32/mainbus/beep.c beep needs-flag
|
1996-02-01 02:14:53 +03:00
|
|
|
major {beep = 10}
|
|
|
|
|
1996-10-16 01:53:21 +04:00
|
|
|
device vidcaudio: audio
|
|
|
|
attach vidcaudio at mainbus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/mainbus/vidcaudio.c vidcaudio needs-flag
|
1996-10-16 01:53:21 +04:00
|
|
|
major {vidcaudio = 36}
|
|
|
|
|
|
|
|
device lmcaudio: audio
|
|
|
|
attach lmcaudio at mainbus
|
|
|
|
file arch/arm32/mainbus/lmcaudio.c lmcaudio needs-flag
|
|
|
|
file arch/arm32/mainbus/lmc1982.S lmcaudio
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-05-09 18:03:18 +04:00
|
|
|
# Standard keyboard driver
|
1996-03-17 04:16:48 +03:00
|
|
|
device kbd
|
|
|
|
attach kbd at mainbus
|
1996-05-09 18:03:18 +04:00
|
|
|
file arch/arm32/mainbus/kbd.c kbd needs-flag
|
1996-02-01 02:14:53 +03:00
|
|
|
major {kbd = 11}
|
|
|
|
|
1996-04-19 23:57:49 +04:00
|
|
|
# Podule bus device
|
1996-03-17 04:16:48 +03:00
|
|
|
device podulebus { [slot = -1] }
|
|
|
|
attach podulebus at root
|
1996-05-09 18:03:18 +04:00
|
|
|
file arch/arm32/podulebus/podulebus.c podulebus needs-flag
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-04-19 23:57:49 +04:00
|
|
|
# Ethernet devices
|
1996-03-17 04:16:48 +03:00
|
|
|
device ea: ether, ifnet
|
|
|
|
attach ea at podulebus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/podulebus/if_ea.c ea
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device eb: ether, ifnet
|
|
|
|
attach eb at podulebus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/podulebus/if_eb.c eb
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device eh: ether, ifnet
|
|
|
|
attach eh at podulebus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/podulebus/if_eh.c eh
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device ie: ether, ifnet
|
|
|
|
attach ie at podulebus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/podulebus/if_ie.c ie
|
|
|
|
|
1996-05-13 01:37:47 +04:00
|
|
|
device es: ether, ifnet
|
|
|
|
attach es at mainbus
|
|
|
|
file arch/arm32/mainbus/if_es.c es
|
|
|
|
|
1996-04-19 23:57:49 +04:00
|
|
|
# IIC/RTC files
|
|
|
|
device iic { addr = -1 }
|
|
|
|
attach iic at mainbus
|
|
|
|
file arch/arm32/mainbus/iic_asm.S iic
|
|
|
|
file arch/arm32/mainbus/iic.c iic needs-flag
|
|
|
|
|
|
|
|
device rtc
|
|
|
|
attach rtc at iic
|
|
|
|
file arch/arm32/mainbus/rtc.c rtc needs-count
|
|
|
|
|
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
|
|
|
|
#
|
|
|
|
|
|
|
|
include "../../../scsi/files.scsi"
|
|
|
|
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
|
1996-03-17 04:16:48 +03:00
|
|
|
device asc: scsi, sbic
|
|
|
|
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
|
|
|
|
device cosc: scsi, esc
|
|
|
|
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
|
|
|
|
|
|
|
# Cumana specific layer for sfas
|
1996-03-17 04:16:48 +03:00
|
|
|
device csc: scsi, sfas
|
|
|
|
attach csc at podulebus
|
1996-05-09 18:03:18 +04:00
|
|
|
file arch/arm32/podulebus/exp/csc.c csc
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device ptsc: scsi, sfas
|
|
|
|
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
|
|
|
|
|
|
|
# Generic NCR driver
|
|
|
|
define ncr
|
|
|
|
file arch/arm32/podulebus/ncr5380sbc.c ncr
|
|
|
|
|
|
|
|
# Oak specific layer for ncr
|
1996-03-17 04:16:48 +03:00
|
|
|
device oak: scsi, ncr
|
|
|
|
attach oak at podulebus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/podulebus/oak.c oak
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device vidcvideo
|
|
|
|
attach vidcvideo at mainbus
|
1996-02-01 02:14:53 +03:00
|
|
|
major {vidcvideo = 37}
|
1996-03-17 04:16:48 +03:00
|
|
|
device vt: tty
|
|
|
|
attach vt at mainbus
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/dev/console/console.c vt needs-count
|
|
|
|
file arch/arm32/dev/console/vidcconsole.c vt needs-count
|
|
|
|
file arch/arm32/dev/console/vidc_mc.S vt needs-count
|
|
|
|
file arch/arm32/dev/console/vidc.c vt needs-count
|
|
|
|
file arch/arm32/dev/console/vt220.c vt needs-count
|
|
|
|
file arch/arm32/dev/console/debugconsole.c vt needs-count
|
|
|
|
file arch/arm32/dev/console/dumb.c vt needs-count
|
|
|
|
|
|
|
|
file arch/arm32/arm32/autoconf.c
|
|
|
|
file arch/arm32/arm32/blockio.S
|
|
|
|
file arch/arm32/arm32/clock.c
|
|
|
|
file arch/arm32/arm32/conf.c
|
|
|
|
file arch/arm32/arm32/cpuswitch.S
|
|
|
|
file arch/arm32/arm32/disksubr.c disk
|
|
|
|
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
|
1996-02-01 02:14:53 +03:00
|
|
|
|
1996-05-09 18:03:18 +04:00
|
|
|
file netinet/in_cksum.c inet
|
|
|
|
file netns/ns_cksum.c ns
|
1996-02-01 02:14:53 +03:00
|
|
|
|
|
|
|
# IRQ/FIQ files
|
1996-03-08 21:02:23 +03:00
|
|
|
file arch/arm32/arm32/spl.S
|
1996-02-01 02:14:53 +03:00
|
|
|
file arch/arm32/arm32/irq.S
|
|
|
|
file arch/arm32/arm32/irqhandler.c
|
|
|
|
file arch/arm32/arm32/fiq.S
|
|
|
|
|
|
|
|
# library functions
|
|
|
|
file arch/arm32/arm32/strstr.c
|
|
|
|
file arch/arm32/arm32/strtoul.c
|
|
|
|
file arch/arm32/arm32/memset.S
|
|
|
|
file arch/arm32/arm32/bcopy_page.S
|
|
|
|
file arch/arm32/arm32/bcopy.S
|
|
|
|
file arch/arm32/arm32/bcopyinout.S
|
|
|
|
file arch/arm32/arm32/copystr.S
|
|
|
|
file arch/arm32/arm32/coproc15.S
|
|
|
|
file arch/arm32/arm32/setcpsr.S
|
|
|
|
file arch/arm32/arm32/setstack.S
|
|
|
|
|
|
|
|
# files related to the shell
|
|
|
|
file arch/arm32/kshell/shell_input.c kshell
|
|
|
|
file arch/arm32/kshell/shell_shell.c kshell
|
|
|
|
file arch/arm32/kshell/shell_disassem.c kshell
|
|
|
|
file arch/arm32/kshell/strchr.c kshell
|
|
|
|
file arch/arm32/kshell/dumphex.c kshell
|
|
|
|
|
|
|
|
# files related to debugging
|
|
|
|
file arch/arm32/arm32/debug.c
|
|
|
|
file arch/arm32/arm32/disassem.c
|
|
|
|
file arch/arm32/arm32/postmortem.c
|
|
|
|
|
|
|
|
file dev/cons.c
|
|
|
|
file dev/cninit.c
|
|
|
|
|
|
|
|
# Signal precision FPE
|
|
|
|
file arch/arm32/fpe-sp/fpe.c fpe
|
|
|
|
file arch/arm32/fpe-sp/fpeadd.S fpe
|
|
|
|
file arch/arm32/fpe-sp/fpesub.S fpe
|
|
|
|
file arch/arm32/fpe-sp/fpemul.S fpe
|
|
|
|
file arch/arm32/fpe-sp/fpediv.S fpe
|
|
|
|
file arch/arm32/fpe-sp/fpefix.S fpe
|
|
|
|
file arch/arm32/fpe-sp/fpecmf.S fpe
|
|
|
|
file arch/arm32/fpe-sp/fpetoe.S fpe
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
# RC7500 prom related files
|
|
|
|
file arch/arm32/dev/rc7500_prom.c prom_debug
|
|
|
|
file arch/arm32/dev/rc7500_promsys.s prom_debug
|
|
|
|
|