NetBSD/sys/arch/macppc/conf/files.macppc

227 lines
4.6 KiB
Plaintext
Raw Normal View History

# $NetBSD: files.macppc,v 1.49 2002/04/16 20:50:21 thorpej Exp $
1998-05-15 14:15:45 +04:00
#
1998-11-28 23:59:26 +03:00
# macppc-specific configuration info
# maxpartitions must be first item in files.${ARCH}.newconf
1998-05-15 14:15:45 +04:00
maxpartitions 16
maxusers 2 8 64
1998-05-29 14:32:49 +04:00
include "arch/powerpc/conf/files.ofw"
1998-05-15 14:15:45 +04:00
file arch/macppc/macppc/autoconf.c
1998-07-17 22:38:10 +04:00
file arch/macppc/macppc/bus_dma.c
1998-05-15 14:15:45 +04:00
file arch/macppc/macppc/clock.c
file arch/macppc/macppc/conf.c
file arch/macppc/macppc/disksubr.c disk
file arch/macppc/macppc/extintr.c
file arch/macppc/macppc/machdep.c
file arch/macppc/macppc/procfs_machdep.c procfs
1998-05-15 14:15:45 +04:00
file arch/macppc/dev/dbdma.c
file dev/cons.c
1998-06-24 19:13:42 +04:00
#
# Memory Disk for install floppy
#
file dev/md_root.c memory_disk_hooks
1998-06-24 19:13:42 +04:00
major {md = 9}
#
# Compatibility modules
#
# OSS audio driver compatibility
include "compat/ossaudio/files.ossaudio"
# Linux binary compatibility (COMPAT_LINUX)
include "compat/linux/files.linux"
include "compat/linux/arch/powerpc/files.linux_powerpc"
2001-08-03 16:58:38 +04:00
file arch/powerpc/powerpc/linux_sigcode.S compat_linux
file arch/powerpc/powerpc/linux_trap.c compat_linux
#
# RAIDframe
#
major {raid = 12}
1998-05-15 14:15:45 +04:00
#
# Machine-independent SCSI drivers
#
include "dev/scsipi/files.scsipi"
major {sd = 4}
major {cd = 6}
1998-12-10 23:10:03 +03:00
#
# Machine-independent ATA drivers
#
include "dev/ata/files.ata"
major {wd = 10}
1998-05-15 14:15:45 +04:00
#
1998-05-21 00:42:08 +04:00
# Generic OpenFirmware device support
1998-05-15 14:15:45 +04:00
#
include "dev/ofw/files.ofw"
major {ofdisk = 0}
1998-05-15 14:15:45 +04:00
2000-11-10 20:09:15 +03:00
#
# Machine-independent I2O drivers
#
include "dev/i2o/files.i2o"
major {ld = 13}
2000-11-10 20:09:15 +03:00
1998-05-15 14:15:45 +04:00
#
# System bus types
#
define mainbus {}
device mainbus: mainbus
1998-05-15 14:15:45 +04:00
attach mainbus at root
file arch/macppc/macppc/mainbus.c mainbus
device cpu: sysmon_envsys
1998-05-15 14:15:45 +04:00
attach cpu at mainbus
file arch/macppc/macppc/cpu.c
file arch/macppc/pci/pci_machdep.c pci
device bandit: pcibus
attach bandit at mainbus
file arch/macppc/pci/bandit.c bandit
device grackle: pcibus
attach grackle at mainbus
file arch/macppc/pci/grackle.c grackle
device uninorth: pcibus
attach uninorth at mainbus
file arch/macppc/pci/uninorth.c uninorth
# PCI bus support
1998-05-15 14:15:45 +04:00
include "dev/pci/files.pci"
1998-10-14 16:27:03 +04:00
include "dev/wscons/files.wscons"
2000-02-09 16:08:35 +03:00
include "dev/wsfont/files.wsfont"
include "dev/rasops/files.rasops"
1998-10-14 16:27:03 +04:00
2000-02-09 16:08:35 +03:00
device ofb: wsemuldisplaydev, rasops8
1998-10-14 16:27:03 +04:00
attach ofb at pci
file arch/macppc/dev/ofb.c ofb needs-flag
1998-05-15 14:15:45 +04:00
# PCI-Host bridge chipsets
device pchb
attach pchb at pci
file arch/macppc/pci/pchb.c pchb
2000-02-27 21:06:43 +03:00
device gm: ifnet, ether, arp, mii
attach gm at pci
file arch/macppc/dev/if_gm.c gm
1999-07-21 23:20:04 +04:00
define obio {}
device obio: obio
1998-05-15 14:15:45 +04:00
attach obio at pci
file arch/macppc/dev/obio.c obio
1999-07-21 23:20:04 +04:00
device mediabay: obio
attach mediabay at obio
file arch/macppc/dev/mediabay.c mediabay
1998-05-15 14:15:45 +04:00
attach esp at obio
file arch/macppc/dev/esp.c esp
1998-12-10 23:10:03 +03:00
device mesh: scsi
attach mesh at obio
file arch/macppc/dev/mesh.c mesh
1998-05-15 14:15:45 +04:00
device mc: ifnet, ether, arp
attach mc at obio
file arch/macppc/dev/if_mc.c mc
file arch/macppc/dev/am79c950.c mc
device bm: ifnet, ether, arp, mii, mii_bitbang
1998-12-29 07:40:19 +03:00
attach bm at obio
file arch/macppc/dev/if_bm.c bm
1998-05-15 14:15:45 +04:00
device zsc {channel = -1}
attach zsc at obio
file arch/macppc/dev/zs.c zsc needs-flag
file dev/ic/z8530sc.c zsc
2002-01-06 03:35:10 +03:00
file arch/macppc/dev/zs_kgdb.c zsc & kgdb
1998-05-15 14:15:45 +04:00
device zstty: tty
attach zstty at zsc
file arch/macppc/dev/z8530tty.c zstty needs-flag
device adb {}
1998-05-15 14:15:45 +04:00
attach adb at obio
file arch/macppc/dev/adb.c adb needs-flag
file arch/macppc/dev/adb_direct.c adb
1998-10-20 19:13:14 +04:00
file arch/macppc/dev/pm_direct.c adb
device aed
attach aed at adb
file arch/macppc/dev/aed.c aed needs-flag
1998-10-14 16:27:03 +04:00
device akbd: wskbddev
attach akbd at adb
1998-12-29 07:40:19 +03:00
file arch/macppc/dev/akbd.c akbd needs-flag
1998-10-18 13:31:40 +04:00
device ams: wsmousedev
attach ams at adb
file arch/macppc/dev/ams.c ams
1998-05-15 14:15:45 +04:00
device abtn
attach abtn at adb
file arch/macppc/dev/abtn.c abtn
1998-07-03 15:50:32 +04:00
device nvram
attach nvram at obio
file arch/macppc/dev/nvram.c nvram needs-flag
1998-12-10 23:10:03 +03:00
attach wdc at obio with wdc_obio
file arch/macppc/dev/wdc_obio.c wdc_obio
2001-05-16 14:56:42 +04:00
attach wi at obio with wi_obio
file arch/macppc/dev/if_wi_obio.c wi_obio
device awacs: audio, auconv, mulaw
attach awacs at obio
file arch/macppc/dev/awacs.c awacs
device gpio {}
attach gpio at obio with gpio_obio
attach gpio at gpio with gpio_gpio
file arch/macppc/dev/gpio.c gpio
1998-05-15 14:15:45 +04:00
define grfdev {}
device grfati: grfdev
attach grfati at pci
file arch/macppc/dev/grf_ati.c grfati needs-flag
device grf {}
attach grf at grfdev
file arch/macppc/dev/grf.c grf needs-flag
file arch/macppc/dev/grf_subr.c grf
device ite: tty
attach ite at grf
file arch/macppc/dev/ite.c ite needs-flag
device macofcons: tty
attach macofcons at pci
file arch/macppc/dev/ofcons.c macofcons needs-flag
1998-12-29 07:40:19 +03:00
include "dev/usb/files.usb"
2000-11-06 02:19:41 +03:00
include "dev/ieee1394/files.ieee1394"
#
# Machine-independent CardBus drivers
#
# XXX dev/pcmcia needs fdc
device fdc {drive = -1}
1999-10-15 11:16:16 +04:00
include "dev/cardbus/files.cardbus"
include "dev/pcmcia/files.pcmcia"
file arch/macppc/macppc/rbus_machdep.c cardbus