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 include files.usb, vlpci needs-flag



details:   https://anonhg.NetBSD.org/src/rev/cac575cfc89c
branches:  trunk
changeset: 822251:cac575cfc89c
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Mar 10 00:09:13 2017 +0000

description:
include files.usb, vlpci needs-flag

diffstat:

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

diffs (26 lines):

diff -r 0e22d6e97c87 -r cac575cfc89c sys/arch/shark/conf/files.shark
--- a/sys/arch/shark/conf/files.shark   Thu Mar 09 14:05:58 2017 +0000
+++ b/sys/arch/shark/conf/files.shark   Fri Mar 10 00:09:13 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.shark,v 1.19 2017/02/17 18:07:51 jakllsch Exp $
+#      $NetBSD: files.shark,v 1.20 2017/03/10 00:09:13 macallan Exp $
 #
 # First try for arm-specific configuration info
 #
@@ -22,6 +22,7 @@
 #
 include "dev/i2o/files.i2o"
 include "dev/pci/files.pci"
+include "dev/usb/files.usb"
 
 #
 # ISA and mixed ISA+EISA or ISA+PCI drivers
@@ -138,7 +139,7 @@
 
 # ofbus VLB Host to PCI Bridge (VIA VT82C505)
 device vlpci: pcibus
-file   arch/shark/ofw/vlpci.c                  vlpci
+file   arch/shark/ofw/vlpci.c                  vlpci needs-flag
 attach vlpci at ofbus
 
 # Smart Card Reader



Home | Main Index | Thread Index | Old Index