Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: files.cobalt,v 1.43 2021/09/04 02:24:27 tsutsui Exp $
      2 
      3 maxpartitions 16
      4 
      5 maxusers 2 8 64
      6 
      7 file arch/mips/mips/mips3_clock.c
      8 file arch/mips/mips/mips3_clockintr.c
      9 
     10 device mainbus {[addr = -1], [level = -1], [irq = -1]}
     11 attach mainbus at root
     12 file arch/cobalt/cobalt/mainbus.c	mainbus
     13 
     14 device cpu
     15 attach cpu at mainbus
     16 file arch/cobalt/cobalt/cpu.c		cpu
     17 
     18 attach com at mainbus with com_mainbus
     19 file arch/cobalt/dev/com_mainbus.c	com_mainbus	needs-flag
     20 
     21 device zsc { [channel = -1] }
     22 attach zsc at mainbus
     23 file arch/cobalt/dev/zs.c		zsc		needs-flag
     24 file dev/ic/z8530sc.c			zsc
     25 
     26 device zstty: tty
     27 attach zstty at zsc
     28 file dev/ic/z8530tty.c			zstty		needs-count
     29 
     30 device mcclock: mc146818
     31 attach mcclock at mainbus
     32 file arch/cobalt/dev/mcclock.c		mcclock		needs-flag
     33 
     34 device lcdpanel: hd44780
     35 attach lcdpanel at mainbus
     36 file arch/cobalt/dev/lcdpanel.c		lcdpanel
     37 
     38 device gt: pcibus
     39 attach gt at mainbus
     40 file arch/cobalt/dev/gt.c		gt
     41 file arch/cobalt/dev/gt_io_space.c	gt
     42 file arch/cobalt/dev/gt_mem_space.c	gt
     43 
     44 file kern/subr_disk_mbr.c
     45 
     46 file arch/cobalt/cobalt/autoconf.c
     47 file arch/cobalt/cobalt/bus.c
     48 file arch/cobalt/cobalt/console.c
     49 file arch/cobalt/cobalt/interrupt.c
     50 file arch/cobalt/cobalt/machdep.c
     51 
     52 file arch/mips/mips/bus_dma.c
     53 
     54 file dev/bus_dma/bus_dmamem_common.c
     55 
     56 file dev/md_root.c			memory_disk_hooks
     57 
     58 file dev/cons.c
     59 file dev/cninit.c
     60 
     61 # Stack-less Just-In-Time compiler
     62 include	"external/bsd/sljit/conf/files.sljit"
     63 
     64 include "dev/i2o/files.i2o"
     65 
     66 include "dev/pci/files.pci"
     67 file arch/cobalt/pci/pci_machdep.c	pci
     68 file arch/cobalt/pci/pciide_machdep.c	pciide_common
     69 
     70 device pchb
     71 attach pchb at pci
     72 file arch/cobalt/pci/pchb.c		pchb
     73 
     74 device pcib
     75 attach pcib at pci
     76 file arch/cobalt/pci/pcib.c		pcib
     77 
     78 include "dev/scsipi/files.scsipi"
     79 
     80 include "dev/ata/files.ata"
     81 
     82 include "dev/usb/files.usb"
     83 
     84 include "dev/ieee1394/files.ieee1394"
     85 
     86 include "dev/bluetooth/files.bluetooth"
     87 
     88 include "arch/cobalt/conf/majors.cobalt"
     89