2008-02-21 00:43:33 +03:00
|
|
|
# $NetBSD: files.cats,v 1.35 2008/02/20 21:43:33 drochner Exp $
|
2001-05-23 00:59:25 +04:00
|
|
|
#
|
2002-02-10 13:37:52 +03:00
|
|
|
# CATS-specific configuration info
|
2001-05-23 00:59:25 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
maxpartitions 8
|
|
|
|
maxusers 2 8 64
|
|
|
|
|
|
|
|
# Maintain Interrupt statistics
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag IRQSTATS
|
2001-05-23 00:59:25 +04:00
|
|
|
|
|
|
|
# X server support in console drivers
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag XSERVER
|
2001-05-23 00:59:25 +04:00
|
|
|
|
2003-10-04 19:43:05 +04:00
|
|
|
# ABLE booting ELF kernels
|
|
|
|
defflag ABLEELF
|
|
|
|
|
2001-05-23 00:59:25 +04:00
|
|
|
#
|
|
|
|
# ISA and mixed ISA+EISA or ISA+PCI drivers
|
|
|
|
#
|
|
|
|
include "dev/isa/files.isa"
|
|
|
|
|
2001-05-24 01:21:42 +04:00
|
|
|
# Include arm32 footbridge
|
|
|
|
include "arch/arm/conf/files.footbridge"
|
|
|
|
|
2001-05-23 00:59:25 +04:00
|
|
|
#
|
|
|
|
# Machine-independent ATA drivers
|
|
|
|
#
|
|
|
|
include "dev/ata/files.ata"
|
|
|
|
|
|
|
|
# ISA DMA glue
|
2002-02-10 15:26:00 +03:00
|
|
|
file arch/arm/footbridge/isa/isadma_machdep.c isadma
|
2001-05-23 00:59:25 +04:00
|
|
|
|
|
|
|
# Memory disk driver
|
2002-02-10 13:41:34 +03:00
|
|
|
file dev/md_root.c md & memory_disk_hooks
|
2001-05-23 00:59:25 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Machine-independent SCSI/ATAPI drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
include "dev/scsipi/files.scsipi"
|
|
|
|
|
|
|
|
# Generic MD files
|
2001-06-12 12:30:47 +04:00
|
|
|
file arch/cats/cats/autoconf.c
|
2001-06-21 02:14:32 +04:00
|
|
|
file arch/cats/cats/cats_machdep.c
|
2001-05-23 00:59:25 +04:00
|
|
|
|
|
|
|
# library functions
|
|
|
|
|
|
|
|
file arch/arm/arm/disksubr.c disk
|
|
|
|
file arch/arm/arm/disksubr_acorn.c disk
|
|
|
|
file arch/arm/arm/disksubr_mbr.c disk
|
|
|
|
|
|
|
|
# ISA Plug 'n Play autoconfiguration glue.
|
2002-02-10 15:26:00 +03:00
|
|
|
file arch/arm/footbridge/isa/isapnp_machdep.c isapnp
|
2001-05-23 00:59:25 +04:00
|
|
|
|
2001-06-09 02:22:59 +04:00
|
|
|
# ISA support.
|
2002-02-10 15:26:00 +03:00
|
|
|
file arch/arm/footbridge/isa/isa_io.c isa
|
|
|
|
file arch/arm/footbridge/isa/isa_io_asm.S isa
|
2001-06-09 02:22:59 +04:00
|
|
|
|
2001-05-23 00:59:25 +04:00
|
|
|
# CATS boards have an EBSA285 based core with an ISA bus
|
2002-10-12 15:53:38 +04:00
|
|
|
file arch/arm/footbridge/isa/isa_machdep.c isa
|
2001-05-23 00:59:25 +04:00
|
|
|
|
|
|
|
device sysbeep
|
|
|
|
attach sysbeep at pcppi with sysbeep_isa
|
2002-02-10 15:26:00 +03:00
|
|
|
file arch/arm/footbridge/isa/sysbeep_isa.c sysbeep_isa
|
2001-05-23 00:59:25 +04:00
|
|
|
|
2006-09-19 14:05:32 +04:00
|
|
|
device ds1687rtc
|
2003-10-21 12:15:39 +04:00
|
|
|
attach ds1687rtc at isa
|
|
|
|
file arch/arm/footbridge/isa/dsrtc.c ds1687rtc
|
|
|
|
|
2001-05-23 00:59:25 +04:00
|
|
|
# Machine-independent I2O drivers.
|
|
|
|
include "dev/i2o/files.i2o"
|
|
|
|
|
|
|
|
# PCI devices
|
|
|
|
|
|
|
|
#
|
|
|
|
# Include PCI config
|
|
|
|
#
|
|
|
|
include "dev/pci/files.pci"
|
|
|
|
|
|
|
|
device pcib: isabus
|
|
|
|
attach pcib at pci
|
2002-02-09 15:14:01 +03:00
|
|
|
file arch/cats/pci/pcib.c pcib
|
2001-05-23 00:59:25 +04:00
|
|
|
|
2003-10-08 21:29:59 +04:00
|
|
|
file arch/cats/pci/pciide_machdep.c pciide_common
|
2001-05-23 00:59:25 +04:00
|
|
|
|
2004-03-13 20:31:33 +03:00
|
|
|
include "dev/pckbport/files.pckbport"
|
2002-09-06 17:18:43 +04:00
|
|
|
|
2004-06-16 16:15:00 +04:00
|
|
|
# Include USB stuff
|
|
|
|
include "dev/usb/files.usb"
|
|
|
|
|
2002-09-06 17:18:43 +04:00
|
|
|
include "arch/arm/conf/majors.arm32"
|