2002-10-26 17:50:17 +04:00
|
|
|
# $NetBSD: files.sandpoint,v 1.13 2002/10/26 13:50:42 jdolecek Exp $
|
2001-02-04 21:32:10 +03:00
|
|
|
#
|
|
|
|
# Motorola's "SandPoint" evaluation board's specific configuration info
|
|
|
|
#
|
|
|
|
maxpartitions 16
|
|
|
|
|
|
|
|
maxusers 2 8 64
|
|
|
|
|
|
|
|
file arch/sandpoint/sandpoint/autoconf.c
|
2001-06-10 07:16:29 +04:00
|
|
|
file arch/sandpoint/sandpoint/bus_space.c
|
2001-02-04 21:32:10 +03:00
|
|
|
file arch/sandpoint/sandpoint/clock.c
|
|
|
|
file arch/sandpoint/sandpoint/disksubr.c disk
|
|
|
|
file arch/sandpoint/sandpoint/extintr.c
|
|
|
|
file arch/sandpoint/sandpoint/machdep.c
|
|
|
|
file arch/sandpoint/sandpoint/procfs_machdep.c procfs
|
2001-06-12 21:13:34 +04:00
|
|
|
file arch/powerpc/powerpc/bus_dma.c
|
2001-02-04 21:32:10 +03:00
|
|
|
|
|
|
|
# General files
|
|
|
|
file dev/cons.c
|
|
|
|
|
|
|
|
#
|
|
|
|
# Machine-independent SCSI drivers
|
|
|
|
#
|
|
|
|
include "dev/scsipi/files.scsipi"
|
|
|
|
|
|
|
|
#
|
|
|
|
# Machine-independent ATA drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
include "dev/ata/files.ata"
|
|
|
|
|
|
|
|
#
|
|
|
|
# Memory Disk for install floppy
|
|
|
|
#
|
2001-11-20 15:56:17 +03:00
|
|
|
file dev/md_root.c memory_disk_hooks
|
2001-02-04 21:32:10 +03:00
|
|
|
|
2001-03-12 23:10:06 +03:00
|
|
|
#
|
|
|
|
# Compatibility modules
|
|
|
|
#
|
|
|
|
|
|
|
|
# OSS audio driver compatibility
|
|
|
|
include "compat/ossaudio/files.ossaudio"
|
|
|
|
|
|
|
|
# Linux binary compatibility (COMPAT_LINUX)
|
|
|
|
include "compat/linux/files.linux"
|
|
|
|
include "compat/linux/arch/powerpc/files.linux_powerpc"
|
2001-06-18 06:00:48 +04:00
|
|
|
file arch/powerpc/powerpc/linux_sigcode.S compat_linux
|
|
|
|
file arch/powerpc/powerpc/linux_trap.c compat_linux
|
2001-03-12 23:10:06 +03:00
|
|
|
|
2001-02-04 21:32:10 +03:00
|
|
|
#
|
|
|
|
# System bus types
|
|
|
|
#
|
|
|
|
define mainbus { }
|
|
|
|
device mainbus: isabus, pcibus, mainbus
|
|
|
|
attach mainbus at root
|
2001-08-26 06:47:33 +04:00
|
|
|
device cpu
|
|
|
|
attach cpu at mainbus
|
|
|
|
file arch/sandpoint/sandpoint/mainbus.c mainbus|cpu needs-flag
|
2001-02-04 21:32:10 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# PCI-only drivers
|
|
|
|
# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
|
|
|
|
# XXX devices to 'pci'.
|
|
|
|
#
|
|
|
|
include "dev/i2o/files.i2o"
|
|
|
|
include "dev/pci/files.pci"
|
|
|
|
file arch/sandpoint/pci/pci_machdep.c pci
|
|
|
|
|
|
|
|
# PCI-Host bridge chipsets
|
|
|
|
device pchb: pcibus
|
|
|
|
attach pchb at pci
|
|
|
|
file arch/sandpoint/pci/pchb.c pchb
|
|
|
|
|
|
|
|
# PCI-ISA bridges
|
|
|
|
device pcib: isabus
|
|
|
|
attach pcib at pci
|
|
|
|
file arch/sandpoint/pci/pcib.c pcib
|
|
|
|
|
|
|
|
#
|
|
|
|
# ISA and mixed ISA+PCI drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
include "dev/isa/files.isa"
|
|
|
|
|
|
|
|
file arch/sandpoint/isa/isa_machdep.c isa
|
|
|
|
file arch/sandpoint/isa/isadma_machdep.c isa
|
|
|
|
|
|
|
|
# PC clock
|
|
|
|
file arch/sandpoint/isa/isaclock.c isa
|
|
|
|
|
|
|
|
include "dev/wscons/files.wscons"
|
2001-10-11 07:52:13 +04:00
|
|
|
include "dev/wsfont/files.wsfont"
|
2001-02-04 21:32:10 +03:00
|
|
|
|
2001-02-08 23:27:24 +03:00
|
|
|
include "dev/pckbc/files.pckbc"
|
|
|
|
|
2001-02-04 21:32:10 +03:00
|
|
|
# Floppy disk controller
|
2001-02-08 21:33:03 +03:00
|
|
|
device fdc {drive = -1}: isadma
|
|
|
|
file dev/isa/fd.c fdc needs-flag
|
|
|
|
|
|
|
|
attach fdc at isa with fdc_isa
|
|
|
|
file dev/isa/fdc_isa.c fdc_isa
|
2001-02-04 21:32:10 +03:00
|
|
|
|
2001-02-08 21:33:03 +03:00
|
|
|
device fd: disk
|
|
|
|
attach fd at fdc
|
2002-09-06 17:18:43 +04:00
|
|
|
|
|
|
|
include "arch/sandpoint/conf/majors.sandpoint"
|