2014-07-30 01:21:43 +04:00
|
|
|
# $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
|
|
|
|
|
2006-09-07 07:38:54 +04:00
|
|
|
file arch/mips/mips/mips3_clock.c
|
2006-09-09 03:39:27 +04:00
|
|
|
file arch/mips/mips/mips3_clockintr.c
|
2006-09-07 07:38:54 +04:00
|
|
|
|
2008-03-27 18:21:46 +03:00
|
|
|
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
|
2004-08-29 20:14:15 +04:00
|
|
|
file arch/cobalt/dev/com_mainbus.c com_mainbus needs-flag
|
2000-03-20 02:07:43 +03:00
|
|
|
|
2008-03-27 18:21:46 +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
|
|
|
|
|
2006-04-15 17:33:04 +04:00
|
|
|
device mcclock: mc146818
|
|
|
|
attach mcclock at mainbus
|
|
|
|
file arch/cobalt/dev/mcclock.c mcclock needs-flag
|
|
|
|
|
2003-01-20 04:26:12 +03:00
|
|
|
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
|
2008-03-22 21:32:20 +03:00
|
|
|
file arch/cobalt/cobalt/interrupt.c
|
2000-03-20 02:07:43 +03:00
|
|
|
file arch/cobalt/cobalt/machdep.c
|
|
|
|
|
2014-07-30 01:21:43 +04:00
|
|
|
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
|
2003-10-17 22:20:10 +04:00
|
|
|
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
|
2003-10-08 21:29:59 +04:00
|
|
|
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"
|