1995-10-10 15:16:54 +03:00
|
|
|
# $NetBSD: files.pci,v 1.8 1995/10/10 12:16:54 mycroft Exp $
|
1995-04-17 11:46:10 +04:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
# ports should define their own "device pci" line (like the one below,
|
|
|
|
# but with the correct bus attachment).
|
|
|
|
|
1995-06-18 05:23:11 +04:00
|
|
|
#device pci at mainbus {[bus = -1], [dev = -1]}
|
1995-07-27 08:43:19 +04:00
|
|
|
file dev/pci/pci_subr.c pci needs-flag
|
1995-04-17 11:46:10 +04:00
|
|
|
|
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
|
1995-08-19 04:44:48 +04:00
|
|
|
|
|
|
|
# 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
|
1995-10-10 15:16:54 +03:00
|
|
|
|
|
|
|
# Adaptec 7870 chips
|
|
|
|
device ahc at pci: scsi
|
|
|
|
file dev/pci/aic7870.c ahc
|
|
|
|
file dev/ic/aic7xxx.c ahc
|