Home | History | Annotate | Line # | Download | only in conf
files.sandpoint revision 1.9.4.5
      1 #	$NetBSD: files.sandpoint,v 1.9.4.5 2002/11/11 22:03:08 nathanw Exp $
      2 #
      3 # Motorola's "SandPoint" evaluation board's specific configuration info
      4 #
      5 maxpartitions 16
      6 
      7 maxusers 2 8 64
      8 
      9 file	arch/sandpoint/sandpoint/autoconf.c
     10 file	arch/sandpoint/sandpoint/bus_space.c
     11 file	arch/sandpoint/sandpoint/clock.c
     12 file	arch/sandpoint/sandpoint/disksubr.c		disk
     13 file	arch/sandpoint/sandpoint/extintr.c
     14 file	arch/sandpoint/sandpoint/machdep.c
     15 file	arch/sandpoint/sandpoint/procfs_machdep.c	procfs
     16 file	arch/powerpc/powerpc/bus_dma.c
     17 
     18 # General files
     19 file	dev/cons.c
     20 
     21 #
     22 # Machine-independent SCSI drivers
     23 #
     24 include "dev/scsipi/files.scsipi"
     25 
     26 #
     27 # Machine-independent ATA drivers
     28 #
     29 
     30 include "dev/ata/files.ata"
     31 
     32 #
     33 # Memory Disk for install floppy
     34 #
     35 file dev/md_root.c	memory_disk_hooks
     36 
     37 #
     38 # System bus types
     39 #
     40 define mainbus { }
     41 device	mainbus: isabus, pcibus, mainbus
     42 attach	mainbus at root
     43 device	cpu
     44 attach	cpu at mainbus
     45 file	arch/sandpoint/sandpoint/mainbus.c	mainbus|cpu needs-flag
     46 
     47 #
     48 # PCI-only drivers
     49 # XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
     50 # XXX devices to 'pci'.
     51 #
     52 include "dev/i2o/files.i2o"
     53 include "dev/pci/files.pci"
     54 file	arch/sandpoint/pci/pci_machdep.c	pci
     55 
     56 # PCI-Host bridge chipsets
     57 device	pchb: pcibus
     58 attach	pchb at pci
     59 file	arch/sandpoint/pci/pchb.c		pchb
     60 
     61 # PCI-ISA bridges
     62 device	pcib: isabus
     63 attach	pcib at pci
     64 file	arch/sandpoint/pci/pcib.c		pcib
     65 
     66 #
     67 # ISA and mixed ISA+PCI drivers
     68 #
     69 
     70 include "dev/isa/files.isa"
     71 
     72 file	arch/sandpoint/isa/isa_machdep.c	isa
     73 file	arch/sandpoint/isa/isadma_machdep.c	isa
     74 
     75 # PC clock
     76 file	arch/sandpoint/isa/isaclock.c		isa
     77 
     78 include	"dev/wscons/files.wscons"
     79 include	"dev/wsfont/files.wsfont"
     80 
     81 include "dev/pckbc/files.pckbc"
     82 
     83 # Floppy disk controller
     84 device	fdc {drive = -1}: isadma
     85 file	dev/isa/fd.c			fdc needs-flag
     86 
     87 attach	fdc at isa with fdc_isa
     88 file	dev/isa/fdc_isa.c		fdc_isa
     89 
     90 device	fd: disk
     91 attach	fd at fdc
     92 
     93 include "arch/sandpoint/conf/majors.sandpoint"
     94