Module Name:    src
Committed By:   thorpej
Date:           Wed May 12 23:48:41 UTC 2021

Modified Files:
        src/sys/arch/shark/conf: files.shark

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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/shark/conf/files.shark

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/shark/conf/files.shark
diff -u src/sys/arch/shark/conf/files.shark:1.24 src/sys/arch/shark/conf/files.shark:1.25
--- src/sys/arch/shark/conf/files.shark:1.24	Fri Apr 30 02:24:05 2021
+++ src/sys/arch/shark/conf/files.shark	Wed May 12 23:48:41 2021
@@ -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 @@ file	arch/shark/ofw/chipsfb_ofbus.c		chi
 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

Reply via email to