2000-03-26 12:34:20 +04:00
|
|
|
# $NetBSD: files.macppc,v 1.31 2000/03/26 08:34:20 tsubai 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/dev/dbdma.c
|
|
|
|
file dev/cons.c
|
|
|
|
|
1998-06-24 19:13:42 +04:00
|
|
|
#
|
|
|
|
# Memory Disk for install floppy
|
|
|
|
#
|
|
|
|
file arch/macppc/macppc/md_root.c memory_disk_hooks
|
|
|
|
major {md = 9}
|
|
|
|
|
2000-03-14 18:56:51 +03:00
|
|
|
#
|
|
|
|
# RAIDframe
|
|
|
|
#
|
|
|
|
major {raid = 12}
|
2000-03-26 12:34:20 +04:00
|
|
|
|
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}
|
|
|
|
|
|
|
|
#
|
|
|
|
# System bus types
|
|
|
|
#
|
|
|
|
define mainbus {}
|
2000-02-03 22:27:43 +03:00
|
|
|
device mainbus: mainbus
|
1998-05-15 14:15:45 +04:00
|
|
|
attach mainbus at root
|
|
|
|
file arch/macppc/macppc/mainbus.c mainbus
|
|
|
|
|
|
|
|
device cpu
|
|
|
|
attach cpu at mainbus
|
|
|
|
file arch/macppc/macppc/cpu.c
|
|
|
|
|
2000-02-03 22:27:43 +03:00
|
|
|
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
|
|
|
|
|
1999-04-17 01:15:29 +04:00
|
|
|
# PCI bus support
|
1998-05-15 14:15:45 +04:00
|
|
|
include "dev/pci/files.pci"
|
|
|
|
|
1999-07-21 23:20:04 +04:00
|
|
|
file arch/macppc/pci/pciide_machdep.c pciide
|
1999-04-17 01:15:29 +04:00
|
|
|
|
1998-08-16 05:40:29 +04:00
|
|
|
# network devices MII bus
|
|
|
|
include "dev/mii/files.mii"
|
|
|
|
|
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
|
|
|
|
|
2000-01-25 17:38:39 +03:00
|
|
|
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
|
|
|
|
|
|
|
|
device zstty: tty
|
|
|
|
attach zstty at zsc
|
|
|
|
file arch/macppc/dev/z8530tty.c zstty needs-flag
|
|
|
|
|
1998-10-13 15:21:20 +04:00
|
|
|
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
|
1998-10-13 15:21:20 +04:00
|
|
|
|
|
|
|
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
|
1998-10-13 15:21:20 +04:00
|
|
|
attach akbd at adb
|
1998-12-29 07:40:19 +03:00
|
|
|
file arch/macppc/dev/akbd.c akbd needs-flag
|
1998-10-13 15:21:20 +04:00
|
|
|
|
1998-10-18 13:31:40 +04:00
|
|
|
device ams: wsmousedev
|
1998-10-13 15:21:20 +04:00
|
|
|
attach ams at adb
|
|
|
|
file arch/macppc/dev/ams.c ams
|
1998-05-15 14:15:45 +04:00
|
|
|
|
1999-07-12 21:48:26 +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
|
|
|
|
|
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
|
1998-07-29 03:43:33 +04:00
|
|
|
|
|
|
|
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"
|
1999-10-15 10:07:17 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Machine-independent CardBus drivers
|
|
|
|
#
|
1999-10-15 10:43:05 +04:00
|
|
|
|
|
|
|
# XXX dev/pcmcia needs fdc
|
|
|
|
device fdc {drive = -1}
|
|
|
|
|
1999-10-15 11:16:16 +04:00
|
|
|
include "dev/cardbus/files.cardbus"
|
1999-10-15 10:07:17 +04:00
|
|
|
include "dev/pcmcia/files.pcmcia"
|
1999-10-15 10:43:05 +04:00
|
|
|
|
1999-10-15 10:07:17 +04:00
|
|
|
file arch/macppc/macppc/rbus_machdep.c cardbus
|