summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2013-11-10 12:10:43 +0000
committermpi <mpi@openbsd.org>2013-11-10 12:10:43 +0000
commit610fe3154d26fcad17131ded62ca2a5881e70024 (patch)
treec3ca83a155eddda0dea9af38be81bbe423f92176
parentReplace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). (diff)
downloadwireguard-openbsd-610fe3154d26fcad17131ded62ca2a5881e70024.tar.xz
wireguard-openbsd-610fe3154d26fcad17131ded62ca2a5881e70024.zip
Add fcu(4) to avoid playing a fan symphony when installing/upgrading some
PowerMac G5. ok miod@, krw@, deraadt@
-rw-r--r--sys/arch/macppc/conf/RAMDISK22
1 files changed, 21 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK
index 8403781f7a6..eded4557a7f 100644
--- a/sys/arch/macppc/conf/RAMDISK
+++ b/sys/arch/macppc/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.97 2013/11/04 14:07:16 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.98 2013/11/10 12:10:43 mpi Exp $
#
# PPC GENERIC config file
#
@@ -183,6 +183,26 @@ wi* at uhub? # WaveLAN IEEE 802.11DS
#ugen* at uhub? # USB Generic driver
umass* at uhub? # USB Mass Storage devices
+# I2C bus support
+iic* at kiic?
+#iic* at piic?
+#iic* at smu?
+
+# I2C devices
+#lmtemp* at iic?
+#lmenv* at iic?
+#maxtmp* at iic?
+#adc* at iic?
+#tsl* at iic?
+#admtmp* at iic?
+#pcagpio* at iic?
+#gpio* at pcagpio?
+#maxds* at iic?
+fcu* at iic?
+#adt* at iic?
+#asms* at iic?
+#spdmem* at mem?
+
# CardBus bus support
cardbus* at cardslot?
pcmcia* at cardslot?