2002-02-21 05:43:57 +03:00
|
|
|
# $NetBSD: files.netwinder,v 1.21 2002/02/21 02:43:57 thorpej Exp $
|
2001-04-19 11:01:11 +04:00
|
|
|
#
|
|
|
|
# First try for arm-specific configuration info
|
|
|
|
#
|
|
|
|
|
|
|
|
maxpartitions 8
|
|
|
|
maxusers 2 8 64
|
|
|
|
|
|
|
|
# COMPAT_OLD_OFW for SHARKs
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag COMPAT_OLD_OFW
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
# Maintain Interrupt statistics
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag IRQSTATS
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
# X server support in console drivers
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag XSERVER
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
# Bootloader options (COMPAT... to be dropped ASAP)
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag COMPAT_OLD_BOOTLOADER
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
# Architectures and core logic
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag NETWINDER
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
define todservice {}
|
|
|
|
|
|
|
|
#
|
|
|
|
# ISA and mixed ISA+EISA or ISA+PCI drivers
|
|
|
|
#
|
|
|
|
include "dev/isa/files.isa"
|
|
|
|
|
|
|
|
# Include WSCONS stuff
|
|
|
|
include "dev/wscons/files.wscons"
|
|
|
|
include "dev/rasops/files.rasops"
|
|
|
|
include "dev/wsfont/files.wsfont"
|
|
|
|
|
2001-05-24 01:21:42 +04:00
|
|
|
# Include arm32 footbridge
|
|
|
|
include "arch/arm/conf/files.footbridge"
|
|
|
|
|
2001-04-19 11:01:11 +04:00
|
|
|
#
|
|
|
|
# Machine-independent ATA drivers
|
|
|
|
#
|
|
|
|
include "dev/ata/files.ata"
|
|
|
|
major {wd = 16}
|
|
|
|
|
|
|
|
# ISA DMA glue
|
2002-02-21 05:43:57 +03:00
|
|
|
file arch/arm/footbridge/isa/isadma_machdep.c isadma
|
2001-04-19 11:01:11 +04:00
|
|
|
|
2002-02-02 21:37:38 +03:00
|
|
|
# Game adapter (joystick)
|
2002-02-21 05:43:57 +03:00
|
|
|
file arch/arm/footbridge/isa/joy_timer.c joy
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
# Memory disk driver
|
2002-02-21 05:43:57 +03:00
|
|
|
file dev/md_root.c md & memory_disk_hooks
|
2001-11-20 15:56:17 +03:00
|
|
|
major {md = 18}
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
# RAIDframe
|
|
|
|
major {raid = 71}
|
|
|
|
|
|
|
|
device todclock
|
|
|
|
attach todclock at todservice
|
2002-02-21 05:43:57 +03:00
|
|
|
file arch/arm/footbridge/todclock.c todclock needs-count
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Machine-independent SCSI drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
include "dev/scsipi/files.scsipi"
|
2001-11-20 15:56:17 +03:00
|
|
|
major {sd = 24}
|
|
|
|
major {cd = 26}
|
2001-04-19 11:01:11 +04:00
|
|
|
|
2001-07-28 17:28:03 +04:00
|
|
|
# Generic MD files
|
2001-06-09 09:38:23 +04:00
|
|
|
file arch/netwinder/netwinder/autoconf.c
|
2001-06-12 21:10:25 +04:00
|
|
|
file arch/netwinder/netwinder/netwinder_machdep.c
|
|
|
|
|
2001-04-19 11:01:11 +04: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
|
|
|
|
|
2001-09-03 05:50:00 +04:00
|
|
|
file arch/arm/arm32/conf.c
|
2001-04-19 11:01:11 +04:00
|
|
|
file dev/cninit.c !footbridge
|
|
|
|
|
2001-04-20 20:09:48 +04:00
|
|
|
# ISA support.
|
2001-09-03 05:50:00 +04:00
|
|
|
file arch/netwinder/isa/isa_machdep.c isa & netwinder
|
2002-02-21 05:43:57 +03:00
|
|
|
file arch/arm/footbridge/isa/isa_io.c isa
|
|
|
|
file arch/arm/footbridge/isa/isa_io_asm.S isa
|
2001-04-20 20:09:48 +04:00
|
|
|
|
|
|
|
# ISA Plug 'n Play autoconfiguration glue.
|
2002-02-21 05:43:57 +03:00
|
|
|
file arch/arm/footbridge/isa/isapnp_machdep.c isapnp
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
device sysbeep
|
|
|
|
attach sysbeep at pcppi with sysbeep_isa
|
2002-02-21 05:43:57 +03:00
|
|
|
file arch/arm/footbridge/isa/sysbeep_isa.c sysbeep_isa
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
device dsrtc: todservice
|
|
|
|
attach dsrtc at isa
|
2002-02-21 05:43:57 +03:00
|
|
|
file arch/arm/footbridge/isa/dsrtc.c dsrtc
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
# Machine-independent I2O drivers.
|
|
|
|
include "dev/i2o/files.i2o"
|
|
|
|
|
|
|
|
# PCI devices
|
|
|
|
|
|
|
|
#
|
|
|
|
# Include PCI config
|
|
|
|
#
|
2001-04-20 20:09:48 +04:00
|
|
|
file arch/netwinder/pci/pci_machdep.c pci
|
|
|
|
|
2001-04-19 11:01:11 +04:00
|
|
|
include "dev/pci/files.pci"
|
|
|
|
|
|
|
|
# network devices MII bus
|
|
|
|
include "dev/mii/files.mii"
|
|
|
|
|
|
|
|
device pcib: isabus
|
|
|
|
attach pcib at pci
|
2001-04-20 20:09:48 +04:00
|
|
|
file arch/netwinder/pci/pcib.c pcib
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
# 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.)
|
|
|
|
|
2001-04-20 20:09:48 +04:00
|
|
|
file arch/netwinder/pci/pciide_machdep.c pciide
|
2001-04-19 11:01:11 +04:00
|
|
|
|
|
|
|
include "dev/pckbc/files.pckbc"
|