Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules Update the ioconf files to reflect the move of t...
details: https://anonhg.NetBSD.org/src/rev/c714d68a478e
branches: trunk
changeset: 320852:c714d68a478e
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Mar 03 07:26:37 2018 +0000
description:
Update the ioconf files to reflect the move of the device source code
into arch/x86/pci/
Without this the devices don't attach.
diffstat:
sys/modules/imc/imc.ioconf | 3 ++-
sys/modules/imcsmb/imcsmb.ioconf | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r b65f0e7fb1f7 -r c714d68a478e sys/modules/imc/imc.ioconf
--- a/sys/modules/imc/imc.ioconf Sat Mar 03 05:27:02 2018 +0000
+++ b/sys/modules/imc/imc.ioconf Sat Mar 03 07:26:37 2018 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: imc.ioconf,v 1.1 2018/02/25 08:20:28 pgoyette Exp $
+# $NetBSD: imc.ioconf,v 1.2 2018/03/03 07:26:37 pgoyette Exp $
ioconf imc
include "conf/files"
include "dev/pci/files.pci"
+include "arch/x86/pci/files.pci"
pseudo-root pci*
diff -r b65f0e7fb1f7 -r c714d68a478e sys/modules/imcsmb/imcsmb.ioconf
--- a/sys/modules/imcsmb/imcsmb.ioconf Sat Mar 03 05:27:02 2018 +0000
+++ b/sys/modules/imcsmb/imcsmb.ioconf Sat Mar 03 07:26:37 2018 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: imcsmb.ioconf,v 1.1 2018/02/25 08:20:29 pgoyette Exp $
+# $NetBSD: imcsmb.ioconf,v 1.2 2018/03/03 07:26:37 pgoyette Exp $
ioconf imcsmb
include "conf/files"
include "dev/pci/files.pci"
+include "arch/x86/pci/files.pci"
pseudo-root imc*
Home |
Main Index |
Thread Index |
Old Index