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