Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 1999 14:43:28 -0400 (EDT)
From:      "John W. DeBoskey" <jwd@unx.sas.com>
To:        freebsd-current@freebsd.org
Subject:   PCCARD kernel config update (miibus0)
Message-ID:  <199909081843.OAA68099@bb01f39.unx.sas.com>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909081843.OAA68099>