NetBSD/sys/dev/pci/files.pci

30 lines
769 B
Plaintext
Raw Normal View History

# $NetBSD: files.pci,v 1.12 1996/03/04 03:29:19 cgd Exp $
#
# Config.new file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
# defined first.
device pci at pcibus {[dev = -1], [function = -1]}
file dev/pci/pci.c pci needs-flag
file dev/pci/pci_subr.c pci
1996-02-27 04:31:33 +03:00
# Adaptec 7870 chips
device ahc at pci: scsi, aic7xxx
file dev/pci/aic7870.c ahc
1995-06-05 05:03:45 +04:00
# Ethernet driver for DC21040-based boards
device de at pci: ether, ifnet
file dev/pci/if_de.c de
# Digital DEFPA PCI FDDI Controller
device fpa at pci: pdq, fddi, ifnet
file dev/pci/if_fpa.c fpa
# NCR 53c8xx SCSI chips
device ncr at pci: scsi
file dev/pci/ncr.c ncr
# PCI-PCI bridge chips
device ppb at pci: pcibus
file dev/pci/ppb.c ppb