Add fcu(4/macppc) to RAMDISK

2013-11-09 Thread Martin Pieuchot
Without this driver, it's impossible to upgrade my PowerMac7,3 without
hearing a fan symphony.  

ok?

Index: conf/RAMDISK
===
RCS file: /cvs/src/sys/arch/macppc/conf/RAMDISK,v
retrieving revision 1.97
diff -u -p -r1.97 RAMDISK
--- conf/RAMDISK4 Nov 2013 14:07:16 -   1.97
+++ conf/RAMDISK9 Nov 2013 18:51:13 -
@@ -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?



Re: Add fcu(4/macppc) to RAMDISK

2013-11-09 Thread Kenneth R Westerback
On Sat, Nov 09, 2013 at 08:36:23PM +0100, Martin Pieuchot wrote:
 Without this driver, it's impossible to upgrade my PowerMac7,3 without
 hearing a fan symphony.  
 
 ok?

As long as all the media still fit this is ok krw@. I don't think
there are many in macppc.

 Ken

 
 Index: conf/RAMDISK
 ===
 RCS file: /cvs/src/sys/arch/macppc/conf/RAMDISK,v
 retrieving revision 1.97
 diff -u -p -r1.97 RAMDISK
 --- conf/RAMDISK  4 Nov 2013 14:07:16 -   1.97
 +++ conf/RAMDISK  9 Nov 2013 18:51:13 -
 @@ -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?