summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-19 17:12:26 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-19 17:12:26 +0000
commitca597fff3d881e3a9b40b28415b35aceb766e1bb (patch)
treee858171998e588273cdbc51cfcff12a5d210446c /sys/arch/sparc64
parent72ad6d8e5a97e90f33b4ed558b363b8ff533d1aa (diff)
A first shot at a GENERIC.
Contains the clocks, pcons and Lance.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/conf/GENERIC40
1 files changed, 40 insertions, 0 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
new file mode 100644
index 00000000000..ca04c71676b
--- /dev/null
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -0,0 +1,40 @@
+# $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $
+
+machine sparc64
+
+include "../../../conf/GENERIC"
+
+option SUN4U
+option _LP64
+
+option DDB_SAFE_CONSOLE # XXX - remove later
+
+maxusers 64
+
+config bsd swap generic
+
+# Main bus and CPU .. all systems.
+mainbus0 at root
+cpu0 at mainbus0
+
+# Bus types found on SPARC systems.
+
+sbus0 at mainbus0 # Ultra 1
+
+#### Standard system devices -- all required for a given architecture
+
+## PROM console driver -- if all else fails
+pcons0 at mainbus0 # PROM console
+
+## Mostek clock
+## The Mostek clock NVRAM is the "eeprom" on sun4/300 systems.
+clock* at sbus? slot ? offset ?
+
+## Timer chip found on (some) sun4u systems.
+timer* at mainbus0
+
+## Lance Ethernet - AMD7990
+le* at sbus? slot ? offset ?
+ledma* at sbus? slot ? offset ?
+le* at ledma?
+