You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
730 B

# $Id: files.Bonito
#
# Bonito Target specific files
#
file Targets/Bonito2elm/pci/pci_machdep.c
file Targets/Bonito2elm/Bonito/tgt_machdep.c
define localbus { [base = -1 ] }
device localbus
attach localbus at mainbus
file Targets/Bonito2elm/dev/localbus.c localbus
# Ethernet driver for Discovery ethernet
device gt: ether, ifnet, ifmedia
attach gt at localbus
file sys/dev/ic/if_gt.c gt
#
# Media Indepedent Interface (mii)
#
include "sys/dev/mii/files.mii"
# Various PCI bridges
include "sys/dev/pci/files.pci"
#
# Machine-independent ATAPI drivers
#
include "sys/dev/ata/files.ata"
#
# SCSI framework
#
include "sys/scsi/files.scsi"
#
# Custom application files
#
include "pmon/custom/files.custom"