summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/sparc64/conf/GENERIC4
-rw-r--r--sys/arch/sparc64/conf/RAMDISK4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index 120f34778dd..de8b22911ab 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.227 2009/01/06 23:03:16 jasper Exp $
+# $OpenBSD: GENERIC,v 1.228 2009/01/10 19:04:57 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -59,6 +59,7 @@ ebus* at mainbus0
ebus* at pci?
vbus0 at mainbus0
sbbc* at pci?
+cbus* at vbus?
# PCI Ethernet
lmc* at pci? # Lan Media Corp SSI/T3/HSSI
@@ -333,6 +334,7 @@ timer* at mainbus0
# Virtual devices for sun4v systems.
vcons0 at vbus?
vrtc0 at vbus?
+vnet* at cbus?
## Lance Ethernet - AMD7990
le* at sbus?
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK
index d38752566cf..38750b3f201 100644
--- a/sys/arch/sparc64/conf/RAMDISK
+++ b/sys/arch/sparc64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.81 2009/01/06 23:03:16 jasper Exp $
+# $OpenBSD: RAMDISK,v 1.82 2009/01/10 19:04:58 kettenis Exp $
# Machine architecture; required by config(8)
machine sparc64
@@ -69,6 +69,7 @@ ebus* at mainbus0
ebus* at pci?
vbus0 at mainbus0
sbbc* at pci?
+cbus* at vbus?
# CardBus bus support
cardbus* at cardslot?
@@ -124,6 +125,7 @@ timer* at mainbus0 # Timer chip
# Virtual devices for sun4v systems.
vcons0 at vbus?
vrtc0 at vbus?
+vnet* at cbus?
## Lance Ethernet - AMD7990
le* at sbus?