BOOTMFS requires 'device miibus'

Ruslan Ermilov ru at freebsd.org
Tue Sep 9 16:43:40 PDT 2003


On Wed, Sep 10, 2003 at 05:40:04AM +0900, Shin-ichi Yoshimoto wrote:
> make release failed because BOOTMFS forgot
> 
> "device miibus"
> 
> Please add this option in BOOTMFS.
> 
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,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru at sunbay.com		Sunbay Software Ltd,
ru at FreeBSD.org		FreeBSD committer
-------------- next part --------------
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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20030910/e28fc399/attachment.bin


More information about the freebsd-current mailing list