From owner-freebsd-current Wed Sep 8 11:44:31 1999 Delivered-To: freebsd-current@freebsd.org Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (Postfix) with ESMTP id 760CA14CB8 for ; Wed, 8 Sep 1999 11:44:27 -0700 (PDT) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.3/8.9.1) with SMTP id OAA09843 for ; Wed, 8 Sep 1999 14:43:59 -0400 (EDT) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA24396; Wed, 8 Sep 1999 14:43:29 -0400 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id OAA68099 for freebsd-current@freebsd.org; Wed, 8 Sep 1999 14:43:28 -0400 (EDT) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199909081843.OAA68099@bb01f39.unx.sas.com> Subject: PCCARD kernel config update (miibus0) To: freebsd-current@freebsd.org Date: Wed, 8 Sep 1999 14:43:28 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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