d17ca6042b
out into its own driver. (NB: mcclock should really, really be an MI driver to avoid this kind of pasteware, but it is "nontrivial" to cope with the fact that some machines have different ideas of mcclock.)
100 lines
2.0 KiB
Plaintext
100 lines
2.0 KiB
Plaintext
# $NetBSD: files.sandpoint,v 1.19 2006/09/15 16:03:14 gdamore Exp $
|
|
#
|
|
# Motorola's "SandPoint" evaluation board's specific configuration info
|
|
#
|
|
maxpartitions 16
|
|
|
|
maxusers 2 8 64
|
|
|
|
file arch/sandpoint/sandpoint/autoconf.c
|
|
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/powerpc/powerpc/bus_dma.c
|
|
file arch/powerpc/powerpc/bus_space.c
|
|
file arch/powerpc/powerpc/procfs_machdep.c procfs
|
|
|
|
# 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
|
|
#
|
|
file dev/md_root.c memory_disk_hooks
|
|
|
|
#
|
|
# System bus types
|
|
#
|
|
define mainbus { }
|
|
device mainbus: isabus, pcibus, mainbus
|
|
attach mainbus at root
|
|
device cpu
|
|
attach cpu at mainbus
|
|
file arch/sandpoint/sandpoint/mainbus.c mainbus|cpu needs-flag
|
|
|
|
#
|
|
# 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"
|
|
include "dev/wsfont/files.wsfont"
|
|
|
|
include "dev/pckbport/files.pckbport"
|
|
|
|
# PC clock
|
|
device mcclock: mc146818
|
|
attach mcclock at isa with mcclock_isa
|
|
file arch/sandpoint/isa/mcclock_isa.c mcclock_isa
|
|
|
|
# Floppy disk controller
|
|
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
|
|
|
|
device fd: disk
|
|
attach fd at fdc
|
|
|
|
include "arch/sandpoint/conf/majors.sandpoint"
|