summaryrefslogtreecommitdiff
path: root/sys/arch/aviion/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-09-24 20:14:37 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-09-24 20:14:37 +0000
commitb8b6be6b8ca0b1b99c05c4c56a9030efb861a669 (patch)
treefd01be5bfd8e870e77ecfc3533566e6b3d5c8d13 /sys/arch/aviion/include
parent8462f305c90bf8f0be07bebe2ba800fef136fa7f (diff)
Extend le@syscon to support the ILACC chips found on-board the AV530 family.
GENERIC.MP on a 2x88100(6:1)@33 4605 can now make build on local disk and local net; but it still needs to boot its kernel off the network at the moment.
Diffstat (limited to 'sys/arch/aviion/include')
-rw-r--r--sys/arch/aviion/include/av400.h8
-rw-r--r--sys/arch/aviion/include/av530.h4
2 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/aviion/include/av400.h b/sys/arch/aviion/include/av400.h
index f3ff49e3769..e95c8a7fe4e 100644
--- a/sys/arch/aviion/include/av400.h
+++ b/sys/arch/aviion/include/av400.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: av400.h,v 1.8 2011/03/23 16:54:34 pirofti Exp $ */
+/* $OpenBSD: av400.h,v 1.9 2013/09/24 20:14:35 miod Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* All rights reserved.
@@ -127,6 +127,12 @@
"\7IRQ2\6SCI\5IRQ1\2SWI1\1SWI0"
/*
+ * Onboard device addresses
+ */
+
+#define AV400_LAN 0xfff8c000
+
+/*
* CMMU addresses
*/
diff --git a/sys/arch/aviion/include/av530.h b/sys/arch/aviion/include/av530.h
index a601d1bea33..ebe2bf710b4 100644
--- a/sys/arch/aviion/include/av530.h
+++ b/sys/arch/aviion/include/av530.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: av530.h,v 1.4 2011/03/23 16:54:34 pirofti Exp $ */
+/* $OpenBSD: av530.h,v 1.5 2013/09/24 20:14:35 miod Exp $ */
/*
* Copyright (c) 2006, 2010 Miodrag Vallat
*
@@ -217,7 +217,7 @@
#define AV530_SCSI1 0xfffb0000
#define AV530_SCSI2 0xfffb0080
-#define AV530_LAN1 0xfffb00c0
+#define AV530_LAN1 0xfffb0100
#define AV530_LAN2 0xfffb0140
/*