Home | History | Annotate | Line # | Download | only in conf
files.sandpoint revision 1.1
      1 #	$NetBSD: files.sandpoint,v 1.1 2001/02/04 18:32:11 briggs 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_dma.c
     11 file	arch/sandpoint/sandpoint/clock.c
     12 file	arch/sandpoint/sandpoint/conf.c
     13 file	arch/sandpoint/sandpoint/disksubr.c		disk
     14 file	arch/sandpoint/sandpoint/extintr.c
     15 file	arch/sandpoint/sandpoint/machdep.c
     16 file	arch/sandpoint/sandpoint/procfs_machdep.c	procfs
     17 
     18 # General files
     19 file	dev/cons.c
     20 
     21 #
     22 # Machine-independent SCSI drivers
     23 #
     24 include "dev/scsipi/files.scsipi"
     25 major	{sd = 4}
     26 major	{cd = 6}
     27 
     28 #
     29 # Machine-independent ATA drivers
     30 #
     31 
     32 include "dev/ata/files.ata"
     33 major	{wd = 0}
     34 
     35 #
     36 # Memory Disk for install floppy
     37 #
     38 file dev/md_root.c   memory_disk_hooks 
     39 major   {md = 17}
     40 
     41 #
     42 # RAIDframe
     43 #
     44 major	{raid = 18}
     45 
     46 #
     47 # System bus types
     48 #
     49 define mainbus { }
     50 device	mainbus: isabus, pcibus, mainbus
     51 attach	mainbus at root
     52 file	arch/sandpoint/sandpoint/mainbus.c	mainbus
     53 
     54 #
     55 # PCI-only drivers
     56 # XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
     57 # XXX devices to 'pci'.
     58 #
     59 include "dev/i2o/files.i2o"
     60 include "dev/pci/files.pci"
     61 file	arch/sandpoint/pci/pci_machdep.c	pci
     62 
     63 # PCI-Host bridge chipsets
     64 device	pchb: pcibus
     65 attach	pchb at pci
     66 file	arch/sandpoint/pci/pchb.c		pchb
     67 
     68 # PCI-ISA bridges
     69 device	pcib: isabus
     70 attach	pcib at pci
     71 file	arch/sandpoint/pci/pcib.c		pcib
     72 
     73 # network devices MII bus
     74 include "dev/mii/files.mii"
     75 
     76 #
     77 # ISA and mixed ISA+PCI drivers
     78 #
     79 
     80 include "dev/isa/files.isa"
     81 major	{mcd = 7}
     82 #major	{scd = 15}
     83 
     84 file	arch/sandpoint/isa/isa_machdep.c	isa
     85 file	arch/sandpoint/isa/isadma_machdep.c	isa
     86 
     87 # PC clock
     88 file	arch/sandpoint/isa/isaclock.c		isa
     89 
     90 include	"dev/wscons/files.wscons"
     91 
     92 # Floppy disk controller
     93 #device	fdc {drive = -1}: isadma
     94 #file	dev/isa/fd.c			fdc needs-flag
     95 #
     96 #attach	fdc at isa with fdc_isa
     97 #file	dev/isa/fdc_isa.c		fdc_isa
     98 #
     99 #device	fd: disk
    100 #attach	fd at fdc
    101 #major	{fd = 2}
    102 
    103 # ISA Plug 'n Play support
    104 file	arch/sandpoint/isa/isapnp_machdep.c		isapnp
    105