config.new files description for PCI mi files.

This commit is contained in:
cgd 1995-04-17 07:46:10 +00:00
parent 236ef3f326
commit 5f252bb8ea
1 changed files with 17 additions and 0 deletions

17
sys/dev/pci/files.pci Normal file
View File

@ -0,0 +1,17 @@
# $NetBSD: files.pci,v 1.1 1995/04/17 07:46:10 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 root {[bus = -1], [dev = -1]}
file dev/pci/pci.c pci
device ncr at pci: scsi
file dev/pci/ncr.c ncr
device de at pci: ether, ifnet
file dev/pci/if_de.c de