Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga Fixed dependencies for some new PCI and clock...
details: https://anonhg.NetBSD.org/src/rev/bc58614ecb79
branches: trunk
changeset: 782306:bc58614ecb79
user: phx <phx%NetBSD.org@localhost>
date: Sat Oct 27 11:54:21 2012 +0000
description:
Fixed dependencies for some new PCI and clockport devices, to make a
kernel compile without them.
diffstat:
sys/arch/amiga/clockport/files.clockport | 6 ++----
sys/arch/amiga/conf/files.amiga | 10 +++++-----
2 files changed, 7 insertions(+), 9 deletions(-)
diffs (50 lines):
diff -r f9a337c5f20b -r bc58614ecb79 sys/arch/amiga/clockport/files.clockport
--- a/sys/arch/amiga/clockport/files.clockport Sat Oct 27 07:19:45 2012 +0000
+++ b/sys/arch/amiga/clockport/files.clockport Sat Oct 27 11:54:21 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.clockport,v 1.2 2012/05/15 17:35:43 rkujawa Exp $
+# $NetBSD: files.clockport,v 1.3 2012/10/27 11:54:21 phx Exp $
define clockportbus {}
@@ -36,6 +36,4 @@
# Individual Computers SilverSurfer serial
attach com at clockport with com_ss
-file arch/amiga/clockport/com_ss.c
-
-
+file arch/amiga/clockport/com_ss.c com_ss
diff -r f9a337c5f20b -r bc58614ecb79 sys/arch/amiga/conf/files.amiga
--- a/sys/arch/amiga/conf/files.amiga Sat Oct 27 07:19:45 2012 +0000
+++ b/sys/arch/amiga/conf/files.amiga Sat Oct 27 11:54:21 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.amiga,v 1.162 2012/10/14 20:33:17 phx Exp $
+# $NetBSD: files.amiga,v 1.163 2012/10/27 11:54:21 phx Exp $
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
@@ -527,19 +527,19 @@
device p5pb: pcibus
attach p5pb at p5bus
-file arch/amiga/pci/p5pb.c pci
+file arch/amiga/pci/p5pb.c p5pb & pci
device mppb: pcibus
attach mppb at zbus
-file arch/amiga/pci/mppb.c pci
+file arch/amiga/pci/mppb.c mppb & pci
device cv3dpb: pcibus
attach cv3dpb at zbus
-file arch/amiga/pci/cv3dpb.c pci
+file arch/amiga/pci/cv3dpb.c cv3dpb & pci
device empb: pcibus, amibus_empb
attach empb at zbus
-file arch/amiga/pci/empb.c pci
+file arch/amiga/pci/empb.c empb & pci
device emmem {}
attach emmem at zbus
Home |
Main Index |
Thread Index |
Old Index