From owner-freebsd-current@FreeBSD.ORG Tue Sep 9 16:43:40 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A69F16A4BF; Tue, 9 Sep 2003 16:43:40 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 317B243FE0; Tue, 9 Sep 2003 16:43:35 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h89NhP9F024983 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Sep 2003 02:43:25 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h89NhNZj024978; Wed, 10 Sep 2003 02:43:23 +0300 (EEST) (envelope-from ru) Date: Wed, 10 Sep 2003 02:43:23 +0300 From: Ruslan Ermilov To: Shin-ichi Yoshimoto Message-ID: <20030909234323.GB19333@sunbay.com> References: <20030910054004778166.GyazMail.yosimoto@waishi.jp> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5G06lTa6Jq83wMTw" Content-Disposition: inline In-Reply-To: <20030910054004778166.GyazMail.yosimoto@waishi.jp> User-Agent: Mutt/1.5.4i cc: Bill Paul cc: freebsd-current@freebsd.org Subject: Re: BOOTMFS requires 'device miibus' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 23:43:40 -0000 --5G06lTa6Jq83wMTw Content-Type: multipart/mixed; boundary="Bn2rw/3z4jIqBvZU" Content-Disposition: inline --Bn2rw/3z4jIqBvZU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 10, 2003 at 05:40:04AM +0900, Shin-ichi Yoshimoto wrote: > make release failed because BOOTMFS forgot >=20 > "device miibus" >=20 > Please add this option in BOOTMFS. >=20 Please try the attached patch instead, and let me know if it fixes the release build. You can try ``make rerelease'' to speed up the things, after applying this patch in ${CHROOTDIR}/usr/src. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --Bn2rw/3z4jIqBvZU Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: release/i386/drivers.conf =================================================================== RCS file: /home/ncvs/src/release/i386/drivers.conf,v retrieving revision 1.29 diff -u -r1.29 drivers.conf --- release/i386/drivers.conf 25 Jul 2003 00:10:33 -0000 1.29 +++ release/i386/drivers.conf 9 Sep 2003 23:37:28 -0000 @@ -77,11 +77,13 @@ an if_an 3 network "Aironet 4500/4800 802.11 PCMCIA/ISA/PCI card" awi if_awi 3 network "BayStack 660 and others" axe if_axe 3 network "ASIX AX88172 USB 2.0 Ethernet" +bfe if_bfe 3 network "Broadcom BCM440x 10/100 ethernet" de if_de 3 network "DEC DE435 PCI NIC or other DC21040-AA based card" ex if_ex 3 network "Intel EtherExpress Pro/10 and Pro/10+" fwe if_fwe 3 network "Ethernet over FireWire" ie if_ie 3 network "EtherExpress 8/16, 3C507, StarLAN 10 etc." plip plip 3 network "TCP/IP over parallel" +re if_re 3 network "RealTek 8139C+/8169/8169S/8110S" sk if_sk 3 network "SysKonnect PCI gigabit ethernet card" sl if_sl 3 network "Kernel SLIP" sn if_sn 3 network "SMC's 9000 series of ethernet chips" --Bn2rw/3z4jIqBvZU-- --5G06lTa6Jq83wMTw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/XmWbUkv4P6juNwoRAsStAJ0SBcETZizBUWKOnJWL16wziZpiIACfTgd2 0gFePNFx9KkYMP6Zk1HgpgQ= =n44c -----END PGP SIGNATURE----- --5G06lTa6Jq83wMTw--