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

69 lines
1.4 KiB
Plaintext
Raw Normal View History

# $NetBSD: files.cobalt,v 1.10 2001/01/17 00:07:23 fvdl 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
device mainbus {[addr = -1], [level = -1]}: pcibus
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
2000-06-06 22:00:57 +04:00
#device zsc {[channel = -1]}
2000-03-20 02:07:43 +03:00
#attach zsc at mainbus with zs_mainbus
#file arch/cobalt/dev/zs_mainbus.c zsc_mainbus needs-flag
#device panel
#attach panel at mainbus
#file arch/cobalt/dev/panel.c panel
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/clock.c
file arch/cobalt/cobalt/conf.c
file arch/cobalt/cobalt/console.c
file arch/cobalt/cobalt/disksubr.c
file arch/cobalt/cobalt/machdep.c
file arch/cobalt/cobalt/procfs_machdep.c procfs
2000-03-20 02:07:43 +03: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
major {md = 2}
file dev/clock_subr.c
file dev/cons.c
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
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/mii/files.mii"
include "dev/scsipi/files.scsipi"
2000-05-27 07:53:11 +04:00
major {sd = 7}
major {cd = 8}
2000-03-20 02:07:43 +03:00
include "dev/ata/files.ata"
major {wd = 6}
major {raid = 5}
2000-11-26 20:44:02 +03:00
major {ld = 10}