Hi,

   I have 'make release' up to the point where it fails building
the PCCARD kernel. It needs to have the miibus0 controller added.
A patch is attached.. Would someone please commit this?

Thanks,
john

ps: I'm still having problems with the size of the fixit floppy, but
    currently I've simply removed some of the programs from
    fixit_crunch.conf such that it completes ok.

    crunchgen should probably output some size markers. It would make
    it alot easier to look in previous 'make release' logs and
    determine at a glance what has grown larger ...



FreeBSD(root)/snap/release/usr/src/sys/i386/conf %cvs diff -u PCCARD
Index: PCCARD
===================================================================
RCS file: /mirror/ncvs/src/sys/i386/conf/PCCARD,v
retrieving revision 1.19
diff -u -r1.19 PCCARD
--- PCCARD      1999/08/29 16:58:40     1.19
+++ PCCARD      1999/09/08 18:40:29
@@ -152,6 +152,9 @@
 device         ppi0            # Parallel port interface device
 #controller    vpo0            # Requires scbus and da0
 
+# MII bus support, required for some 10/100 NICs
+controller      miibus0
+
 # PCI Ethernet NICs.
 device         al0             # ADMtek AL981 (``Comet'')
 device         ax0             # ASIX AX88140A



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to