20 lines
591 B
Plaintext
20 lines
591 B
Plaintext
# $NetBSD: files.pci,v 1.5 1995/06/18 01:23:11 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.
|
|
|
|
# ports should define their own "device pci" line (like the one below,
|
|
# but with the correct bus attachment).
|
|
|
|
#device pci at mainbus {[bus = -1], [dev = -1]}
|
|
file dev/pci/pci_subr.c pci
|
|
|
|
# NCR 53C8{10,15,25} SCSI chips
|
|
device ncr at pci: scsi
|
|
file dev/pci/ncr.c ncr
|
|
|
|
# Ethernet driver for DC21040-based boards
|
|
device de at pci: ether, ifnet
|
|
file dev/pci/if_de.c de
|