summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/conf
diff options
context:
space:
mode:
authorGordon Willem Klok <gwk@cvs.openbsd.org>2006-12-06 23:09:30 +0000
committerGordon Willem Klok <gwk@cvs.openbsd.org>2006-12-06 23:09:30 +0000
commita00f964bb0548c03ef9a902ee64eb1cd90758328 (patch)
treefdf7f5343207c35cb005f579c2c09af18209b043 /sys/arch/macppc/conf
parent2a24301162ce5f806499191ff90272c1508cb9ad (diff)
Enable mc and mesh in RAMDISK as well, as pointed out by brad@ its pretty
useless to not do so.
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r--sys/arch/macppc/conf/RAMDISK8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK
index b53b38621be..2b8292c0c02 100644
--- a/sys/arch/macppc/conf/RAMDISK
+++ b/sys/arch/macppc/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.71 2006/11/07 20:53:35 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.72 2006/12/06 23:09:29 gwk Exp $
#
# PPC GENERIC config file
#
@@ -121,9 +121,9 @@ ukphy* at mii? # generic unknown PHYs
macintr0 at macobio? # old interrupt controller
openpic* at macobio? # openpic interrupt controller
bm* at macobio? # bmac ethernet
-#mc* at macobio? # MACE ethernet
+mc* at macobio? # MACE ethernet
#esp* at macobio? flags 0x0000ffff# 53c9x SCSI
-#mesh* at macobio? flags 0xffff# MESH SCSI
+mesh* at macobio? flags 0xffff# MESH SCSI
#nvram* at macobio? # nvram
adb* at macobio? # Apple Desktop Bus
wi* at macobio? # Apple Airport 802.11DS
@@ -142,7 +142,7 @@ scsibus* at siop?
scsibus* at ahc?
#scsibus* at bha?
#scsibus* at esp?
-#scsibus* at mesh?
+scsibus* at mesh?
scsibus* at ioprbs?
scsibus* at iopsp?
scsibus* at pcscp?