Home | History | Annotate | Line # | Download | only in conf
files.algor revision 1.24.28.1
      1 #	$NetBSD: files.algor,v 1.24.28.1 2010/02/05 07:39:52 matt 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/mips3_clock.c
     45 file	arch/mips/mips/mips3_clockintr.c
     46 
     47 #
     48 # The autoconfiguration root.
     49 #
     50 device	mainbus { [addr = -1] }
     51 attach	mainbus at root
     52 file	arch/algor/dev/mainbus.c		mainbus
     53 
     54 device	cpu
     55 attach	cpu at mainbus
     56 file	arch/algor/algor/cpu.c			cpu
     57 
     58 device	mcclock: mc146818
     59 
     60 #
     61 # Machine-independent I2O drivers.
     62 #
     63 include "dev/i2o/files.i2o"
     64 
     65 #
     66 # Machine-independent SCSI drivers
     67 #
     68 include "dev/scsipi/files.scsipi"
     69 
     70 #
     71 # Machine-independent ATA drivers
     72 #
     73 include "dev/ata/files.ata"
     74 
     75 #
     76 # Machine-independent PC-style keyboard controller drivers
     77 #
     78 include "dev/pckbport/files.pckbport"
     79 
     80 #
     81 # Machine-independent USB device support
     82 #
     83 include "dev/usb/files.usb"
     84 
     85 # Memory Disk
     86 file	dev/md_root.c				memory_disk_hooks
     87 
     88 # Console glue.
     89 file	dev/cons.c
     90 
     91 include "dev/pci/files.pci"
     92 include "dev/isa/files.isa"
     93 
     94 #
     95 # PCI bus support.
     96 #
     97 device	vtpbc: pcibus
     98 file	arch/algor/pci/vtpbc.c			vtpbc
     99 
    100 attach	vtpbc at mainbus with vtpbc_mainbus
    101 file	arch/algor/dev/vtpbc_mainbus.c		vtpbc_mainbus
    102 
    103 device	bonito: pcibus
    104 file	arch/mips/bonito/bonito_pci.c		bonito
    105 file	arch/mips/bonito/bonito_iobc.c		bonito
    106 
    107 attach	bonito at mainbus with bonito_mainbus
    108 file	arch/algor/dev/bonito_mainbus.c		bonito_mainbus
    109 
    110 device	pcib: isabus
    111 attach	pcib at pci
    112 file	arch/algor/pci/pcib.c			pcib & (algor_p5064 |
    113 							algor_p6032)
    114 
    115 file	arch/algor/pci/pciide_machdep.c		pciide_common
    116 
    117 #
    118 # ISA bus support.
    119 #
    120 attach	mcclock at isa with mcclock_isa
    121 file	arch/algor/isa/mcclock_isa.c		mcclock_isa
    122 
    123 file	arch/algor/isa/isadma_bounce.c		isa & (algor_p5064 |
    124 							algor_p6032)
    125 
    126 # ISA speaker generates keyboard beep
    127 #device	isabeep
    128 #attach	isabeep at pcppi
    129 
    130 # Floppy disk controller
    131 device	fdc { drive = -1 }: isadma
    132 file	dev/isa/fd.c				fdc needs-flag
    133 
    134 attach	fdc at isa with fdc_isa
    135 file	dev/isa/fdc_isa.c			fdc_isa
    136 
    137 device	fd: disk
    138 attach	fd at fdc
    139 
    140 # ISA Plug and Play devices
    141 file	arch/algor/isa/isapnp_machdep.c		isapnp
    142 
    143 # PCIC pcmcia controller
    144 defparam	PCIC_ISA_ALLOC_IOBASE
    145 defparam	PCIC_ISA_ALLOC_IOSIZE
    146 defparam	PCIC_ISA_INTR_ALLOC_MASK
    147 
    148 device	pcic: pcmciabus
    149 file	dev/ic/i82365.c				pcic
    150 
    151 # PCIC pcmcia controller on ISA bus.
    152 attach	pcic at isa with pcic_isa
    153 file	dev/isa/i82365_isa.c			pcic_isa
    154 
    155 # PCIC pcmcia controller on PnP board
    156 attach	pcic at isapnp with pcic_isapnp
    157 file	dev/isapnp/i82365_isapnp.c		pcic_isapnp
    158 
    159 # Code common to ISA and ISAPnP attachments
    160 file	dev/isa/i82365_isasubr.c		pcic_isa | pcic_isapnp
    161 
    162 # Machine-independent PCMCIA drivers
    163 include "dev/pcmcia/files.pcmcia"
    164 
    165 #
    166 # Devices on the P-4032 local I/O bus.
    167 #
    168 attach	mcclock at mainbus with mcclock_mainbus
    169 file	arch/algor/dev/mcclock_mainbus.c	mcclock_mainbus & algor_p4032
    170 
    171 attach	com at mainbus with com_mainbus
    172 file	arch/algor/dev/com_mainbus.c		com_mainbus & algor_p4032
    173 
    174 attach	lpt at mainbus with lpt_mainbus
    175 file	arch/algor/dev/lpt_mainbus.c		lpt_mainbus & algor_p4032
    176 
    177 include	"arch/algor/conf/majors.algor"
    178