Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/shark/conf Add OFW PCI subroutines if PCI support i...



details:   https://anonhg.NetBSD.org/src/rev/5a1daaef1da2
branches:  trunk
changeset: 1021156:5a1daaef1da2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed May 12 23:48:41 2021 +0000

description:
Add OFW PCI subroutines if PCI support is included in the kernel.

diffstat:

 sys/arch/shark/conf/files.shark |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6cb32aeca9dc -r 5a1daaef1da2 sys/arch/shark/conf/files.shark
--- a/sys/arch/shark/conf/files.shark   Wed May 12 23:22:32 2021 +0000
+++ b/sys/arch/shark/conf/files.shark   Wed May 12 23:48:41 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.shark,v 1.24 2021/04/30 02:24:05 thorpej Exp $
+#      $NetBSD: files.shark,v 1.25 2021/05/12 23:48:41 thorpej Exp $
 #
 # First try for arm-specific configuration info
 #
@@ -136,6 +136,7 @@
 device vlpci: pcibus
 file   arch/shark/ofw/vlpci.c                  vlpci needs-flag
 attach vlpci at ofbus
+file   dev/ofw/ofw_pci_subr.c                  pci
 
 # Smart Card Reader
 device scr: tty



Home | Main Index | Thread Index | Old Index