Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/conf Add em4k(4).
details: https://anonhg.NetBSD.org/src/rev/26ed62fb2b3b
branches: trunk
changeset: 784466:26ed62fb2b3b
user: rkujawa <rkujawa%NetBSD.org@localhost>
date: Tue Jan 29 00:52:50 2013 +0000
description:
Add em4k(4).
diffstat:
sys/arch/amiga/conf/GENERIC.in | 6 ++++--
sys/arch/amiga/conf/files.amiga | 6 +++++-
2 files changed, 9 insertions(+), 3 deletions(-)
diffs (50 lines):
diff -r f62f7ff7f6d7 -r 26ed62fb2b3b sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in Tue Jan 29 00:49:42 2013 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in Tue Jan 29 00:52:50 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.108 2013/01/28 14:54:51 rkujawa Exp $
+# $NetBSD: GENERIC.in,v 1.109 2013/01/29 00:52:50 rkujawa Exp $
#
##
# GENERIC machine description file
@@ -52,7 +52,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.108 $"
+#ident "GENERIC-$Revision: 1.109 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@@ -584,9 +584,11 @@
pci* at mppb?
empb0 at zbus0 # ELBOX Mediator PCI 1200
+em4k0 at zbus0 # ELBOX Mediator PCI 4000
emmem0 at zbus0 # ELBOX Mediator PCI memory space
empm0 at empb0 # ELBOX Mediator PCI Power Management
pci* at empb0
+pci* at em4k0
#cv3dpb* at zbus0 # CyberVision 64/3D PCI bridge
diff -r f62f7ff7f6d7 -r 26ed62fb2b3b sys/arch/amiga/conf/files.amiga
--- a/sys/arch/amiga/conf/files.amiga Tue Jan 29 00:49:42 2013 +0000
+++ b/sys/arch/amiga/conf/files.amiga Tue Jan 29 00:52:50 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.amiga,v 1.168 2013/01/28 14:54:51 rkujawa Exp $
+# $NetBSD: files.amiga,v 1.169 2013/01/29 00:52:50 rkujawa Exp $
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
@@ -552,6 +552,10 @@
attach empb at zbus
file arch/amiga/pci/empb.c empb & pci & empm
+device em4k: pcibus
+attach em4k at zbus
+file arch/amiga/pci/em4k.c em4k & pci
+
device emmem {}
attach emmem at zbus
file arch/amiga/pci/emmem.c emmem
Home |
Main Index |
Thread Index |
Old Index