Home | History | Annotate | Line # | Download | only in conf
files.algor revision 1.26
      1 #	$NetBSD: files.algor,v 1.26 2009/08/21 03:45:10 thorpej Exp $
      2 
      3 # Algorithmics evaluation board specific configuration info.
      4 
      5 # maxpartitions must be the first item in files.${ARCH}
      6 maxpartitions 8
      7 
      8 maxusers 8 16 64
      9 
     10 # Platform support option headers.
     11 defflag		ALGOR_P4032	# Algorithmics P-4032
     12 defflag		ALGOR_P5064	# Algorithmics P-5064
     13 defflag		ALGOR_P6032	# Algorithmics P-6032
     14 
     15 # Various items that a buggy PMON might not provide us.
     16 defparam	MEMSIZE
     17 defparam	ETHADDR
     18 
     19 # Platform support files
     20 file	arch/algor/algor/algor_p4032_bus_io.c	algor_p4032
     21 file	arch/algor/algor/algor_p4032_bus_locio.c algor_p4032
     22 file	arch/algor/algor/algor_p4032_bus_mem.c	algor_p4032
     23 file	arch/algor/algor/algor_p4032_dma.c	algor_p4032
     24 file	arch/algor/algor/algor_p4032_intr.c	algor_p4032
     25 
     26 file	arch/algor/algor/algor_p5064_bus_io.c	algor_p5064
     27 file	arch/algor/algor/algor_p5064_bus_mem.c	algor_p5064
     28 file	arch/algor/algor/algor_p5064_dma.c	algor_p5064
     29 file	arch/algor/algor/algor_p5064_intr.c	algor_p5064
     30 
     31 file	arch/algor/algor/algor_p6032_bus_io.c	algor_p6032
     32 file	arch/algor/algor/algor_p6032_bus_mem.c	algor_p6032
     33 file	arch/algor/algor/algor_p6032_dma.c	algor_p6032
     34 file	arch/algor/algor/algor_p6032_intr.c	algor_p6032
     35 
     36 file	arch/algor/algor/autoconf.c
     37 file	arch/algor/algor/bus_dma.c
     38 file	arch/algor/algor/disksubr.c
     39 file	arch/algor/algor/interrupt.c
     40 file	arch/algor/algor/led.c
     41 file	arch/algor/algor/machdep.c
     42 file	arch/algor/algor/pmon.c
     43 
     44 file	arch/mips/mips/softintr.c
     45 file	arch/mips/mips/mips3_clock.c
     46 file	arch/mips/mips/mips3_clockintr.c
     47 
     48 file	common/bus_dma/bus_dmamem_common.c
     49 
     50 #
     51 # The autoconfiguration root.
     52 #
     53 device	mainbus { [addr = -1] }
     54 attach	mainbus at root
     55 file	arch/algor/dev/mainbus.c		mainbus
     56 
     57 device	cpu
     58 attach	cpu at mainbus
     59 file	arch/algor/algor/cpu.c			cpu
     60 
     61 device	mcclock: mc146818
     62 
     63 #
     64 # Machine-independent I2O drivers.
     65 #
     66 include "dev/i2o/files.i2o"
     67 
     68 #
     69 # Machine-independent SCSI drivers
     70 #
     71 include "dev/scsipi/files.scsipi"
     72 
     73 #
     74 # Machine-independent ATA drivers
     75 #
     76 include "dev/ata/files.ata"
     77 
     78 #
     79 # Machine-independent PC-style keyboard controller drivers
     80 #
     81 include "dev/pckbport/files.pckbport"
     82 
     83 #
     84 # Machine-independent USB device support
     85 #
     86 include "dev/usb/files.usb"
     87 
     88 # Memory Disk
     89 file	dev/md_root.c				memory_disk_hooks
     90 
     91 # Console glue.
     92 file	dev/cons.c
     93 
     94 include "dev/pci/files.pci"
     95 include "dev/isa/files.isa"
     96 
     97 #
     98 # PCI bus support.
     99 #
    100 device	vtpbc: pcibus
    101 file	arch/algor/pci/vtpbc.c			vtpbc
    102 
    103 attach	vtpbc at mainbus with vtpbc_mainbus
    104 file	arch/algor/dev/vtpbc_mainbus.c		vtpbc_mainbus
    105 
    106 include "arch/mips/conf/files.bonito"
    107 file	arch/algor/dev/bonito_mainbus.c		bonito_mainbus
    108 
    109 device	pcib: isabus
    110 attach	pcib at pci
    111 file	arch/algor/pci/pcib.c			pcib & (algor_p5064 |
    112 							algor_p6032)
    113 
    114 file	arch/algor/pci/pciide_machdep.c		pciide_common
    115 
    116 #
    117 # ISA bus support.
    118 #
    119 attach	mcclock at isa with mcclock_isa
    120 file	arch/algor/isa/mcclock_isa.c		mcclock_isa
    121 
    122 file	arch/algor/isa/isadma_bounce.c		isa & (algor_p5064 |
    123 							algor_p6032)
    124 
    125 # ISA speaker generates keyboard beep
    126 #device	isabeep
    127 #attach	isabeep at pcppi
    128 
    129 # Floppy disk controller
    130 device	fdc { drive = -1 }: isadma
    131 file	dev/isa/fd.c				fdc needs-flag
    132 
    133 attach	fdc at isa with fdc_isa
    134 file	dev/isa/fdc_isa.c			fdc_isa
    135 
    136 device	fd: disk
    137 attach	fd at fdc
    138 
    139 # ISA Plug and Play devices
    140 file	arch/algor/isa/isapnp_machdep.c		isapnp
    141 
    142 # PCIC pcmcia controller
    143 defparam	PCIC_ISA_ALLOC_IOBASE
    144 defparam	PCIC_ISA_ALLOC_IOSIZE
    145 defparam	PCIC_ISA_INTR_ALLOC_MASK
    146 
    147 device	pcic: pcmciabus
    148 file	dev/ic/i82365.c				pcic
    149 
    150 # PCIC pcmcia controller on ISA bus.
    151 attach	pcic at isa with pcic_isa
    152 file	dev/isa/i82365_isa.c			pcic_isa
    153 
    154 # PCIC pcmcia controller on PnP board
    155 attach	pcic at isapnp with pcic_isapnp
    156 file	dev/isapnp/i82365_isapnp.c		pcic_isapnp
    157 
    158 # Code common to ISA and ISAPnP attachments
    159 file	dev/isa/i82365_isasubr.c		pcic_isa | pcic_isapnp
    160 
    161 # Machine-independent PCMCIA drivers
    162 include "dev/pcmcia/files.pcmcia"
    163 
    164 #
    165 # Devices on the P-4032 local I/O bus.
    166 #
    167 attach	mcclock at mainbus with mcclock_mainbus
    168 file	arch/algor/dev/mcclock_mainbus.c	mcclock_mainbus & algor_p4032
    169 
    170 attach	com at mainbus with com_mainbus
    171 file	arch/algor/dev/com_mainbus.c		com_mainbus & algor_p4032
    172 
    173 attach	lpt at mainbus with lpt_mainbus
    174 file	arch/algor/dev/lpt_mainbus.c		lpt_mainbus & algor_p4032
    175 
    176 include	"arch/algor/conf/majors.algor"
    177