summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-20 14:56:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-20 14:56:06 +0000
commitc87fea5081b5f3772a0f55c8eaaa047c8abc8954 (patch)
treef40c59c62fb67363abc7d1a30be4c0bcb09885ca
parent848e83352c3f521361a9e8acc0ad3c6a4b6b0a76 (diff)
add support for the lebuffer sbus le units
-rw-r--r--sys/arch/sparc64/conf/RAMDISK10
-rw-r--r--sys/arch/sparc64/conf/RAMDISKU110
2 files changed, 12 insertions, 8 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK
index cb167c5cafc..06991a4a722 100644
--- a/sys/arch/sparc64/conf/RAMDISK
+++ b/sys/arch/sparc64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.26 2004/01/04 00:29:50 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.27 2004/03/20 14:56:05 deraadt Exp $
# Machine architecture; required by config(8)
machine sparc64
@@ -59,9 +59,11 @@ timer* at mainbus0 # Timer chip
pcons0 at mainbus0 # PROM console
## Lance Ethernet - AMD7990
-le* at sbus?
-ledma* at sbus?
-le* at ledma?
+le* at sbus?
+ledma* at sbus?
+le* at ledma?
+lebuffer* at sbus?
+le* at lebuffer?
# Quad-ethernet glue device, and sub-devices
qec* at sbus?
diff --git a/sys/arch/sparc64/conf/RAMDISKU1 b/sys/arch/sparc64/conf/RAMDISKU1
index 8f41efc035b..cb892e0c883 100644
--- a/sys/arch/sparc64/conf/RAMDISKU1
+++ b/sys/arch/sparc64/conf/RAMDISKU1
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKU1,v 1.6 2003/06/13 20:27:50 brad Exp $
+# $OpenBSD: RAMDISKU1,v 1.7 2004/03/20 14:56:05 deraadt Exp $
# Machine architecture; required by config(8)
machine sparc64
@@ -41,9 +41,11 @@ timer* at mainbus0 # Timer chip
## PROM console driver -- if all else fails
pcons0 at mainbus0 # PROM console
-le* at sbus? # Lance Ethernet - AMD7990
-ledma* at sbus?
-le* at ledma?
+le* at sbus? # Lance Ethernet - AMD7990
+ledma* at sbus?
+le* at ledma?
+lebuffer* at sbus?
+le* at lebuffer?
#qec* at sbus? # Quad-ethernet
#qe* at qec?