From: "Nick Holland" <[EMAIL PROTECTED]>
There is an issue with RAMDISKC on -stable, it grew post-release.

Either: 1) Remove a couple non-critical drivers from RAMDISKC
 2) Tell the system not to bother building RAMDISKC as part of the
release. You can do this by removing references to ramdiskC from /usr/src/distrib/i386/Makefile.

I started with attack 1, but decided 2 was easier after the third time I
managed to miss one use of something, resulting in a bad build.

Proper solution is 1, but I haven't had a chance to sit down and figure
out what drivers are best to remove.

Removing axe worked for me. It was the first driver theo removed to
deal with this in -current:

Index: sys/arch/i386/conf/RAMDISKC
===================================================================
RCS file: /cvs/src/sys/arch/i386/conf/RAMDISKC,v
retrieving revision 1.53
diff -u -r1.53 RAMDISKC
--- sys/arch/i386/conf/RAMDISKC 19 Mar 2005 23:39:27 -0000      1.53
+++ sys/arch/i386/conf/RAMDISKC 11 Jul 2005 21:55:14 -0000
@@ -104,7 +104,7 @@
wskbd* at ukbd? mux 1
aue*   at uhub?                # ADMtek AN986 Pegasus Ethernet
#atu*  at uhub?                # Atmel AT76c50x based 802.11b
-axe*   at uhub?                # ASIX Electronics AX88172 USB Ethernet
+#axe*  at uhub?                # ASIX Electronics AX88172 USB Ethernet
#cue*  at uhub?                # CATC USB-EL1201A based Ethernet
#kue*  at uhub?                # Kawasaki KL5KUSB101B based Ethernet
#cdce* at uhub?                # CDC Ethernet

Maybe tagging r1.54 with 3.7-stable would be a good idea.

-Kurt

Reply via email to