NetBSD/sys/arch/cobalt/conf/files.cobalt

86 lines
1.8 KiB
Plaintext
Raw Normal View History

# $NetBSD: files.cobalt,v 1.38 2014/07/29 21:21:44 skrll Exp $
2000-03-20 02:07:43 +03:00
2000-05-27 07:52:26 +04:00
maxpartitions 16
2000-03-20 02:07:43 +03:00
maxusers 2 8 64
file arch/mips/mips/mips3_clock.c
file arch/mips/mips/mips3_clockintr.c
device mainbus {[addr = -1], [level = -1], [irq = -1]}: pcibus
2000-03-20 02:07:43 +03:00
attach mainbus at root
file arch/cobalt/cobalt/mainbus.c mainbus
device cpu
attach cpu at mainbus
file arch/cobalt/cobalt/cpu.c cpu
attach com at mainbus with com_mainbus
file arch/cobalt/dev/com_mainbus.c com_mainbus needs-flag
2000-03-20 02:07:43 +03:00
device zsc { [channel = -1] }
attach zsc at mainbus
file arch/cobalt/dev/zs.c zsc needs-flag
file dev/ic/z8530sc.c zsc
device zstty: tty
attach zstty at zsc
file dev/ic/z8530tty.c zstty needs-count
device mcclock: mc146818
attach mcclock at mainbus
file arch/cobalt/dev/mcclock.c mcclock needs-flag
device panel: hd44780
attach panel at mainbus
file arch/cobalt/dev/panel.c panel
2000-03-20 02:07:43 +03:00
device gt: pcibus
attach gt at mainbus
file arch/cobalt/dev/gt.c gt
file arch/cobalt/cobalt/autoconf.c
file arch/cobalt/cobalt/bus.c
file arch/cobalt/cobalt/console.c
file arch/cobalt/cobalt/disksubr.c
file arch/cobalt/cobalt/interrupt.c
2000-03-20 02:07:43 +03:00
file arch/cobalt/cobalt/machdep.c
file arch/mips/mips/bus_dma.c
2012-10-03 03:54:51 +04:00
file dev/bus_dma/bus_dmamem_common.c
2009-08-21 07:45:10 +04:00
2000-11-21 03:16:33 +03:00
file dev/md_root.c memory_disk_hooks
2000-03-20 02:07:43 +03:00
file dev/cons.c
file dev/cninit.c
2000-03-20 02:07:43 +03:00
2014-07-20 14:22:54 +04:00
# Stack-less Just-In-Time compiler
include "external/bsd/sljit/conf/files.sljit"
2000-11-08 22:48:51 +03:00
include "dev/i2o/files.i2o"
2000-03-20 02:07:43 +03:00
include "dev/pci/files.pci"
file arch/cobalt/pci/pci_machdep.c pci
file arch/cobalt/pci/pciide_machdep.c pciide_common
2000-03-20 02:07:43 +03:00
device pchb
attach pchb at pci
file arch/cobalt/pci/pchb.c pchb
device pcib
attach pcib at pci
file arch/cobalt/pci/pcib.c pcib
include "dev/scsipi/files.scsipi"
include "dev/ata/files.ata"
2006-04-07 22:55:58 +04:00
include "dev/usb/files.usb"
2005-07-11 19:29:05 +04:00
include "dev/ieee1394/files.ieee1394"
2008-05-28 18:05:14 +04:00
include "dev/bluetooth/files.bluetooth"
include "arch/cobalt/conf/majors.cobalt"