From nobody@FreeBSD.org  Tue Apr 11 22:25:07 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 27E1D37B795
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Apr 2000 22:25:07 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id WAA93664;
	Tue, 11 Apr 2000 22:25:06 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004120525.WAA93664@freefall.freebsd.org>
Date: Tue, 11 Apr 2000 22:25:06 -0700 (PDT)
From: robert@superior.net
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: xl0 fails to build in kernel in 4.0-STABLE 4/12/2000
X-Send-Pr-Version: www-1.0

>Number:         17944
>Category:       kern
>Synopsis:       xl0 fails to build in kernel in 4.0-STABLE 4/12/2000
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 11 22:30:01 PDT 2000
>Closed-Date:    Wed Apr 12 02:22:28 PDT 2000
>Last-Modified:  Wed Apr 12 02:22:48 PDT 2000
>Originator:     Robert Blayzor
>Release:        4.0-STABLE
>Organization:
BiznessOnline.com
>Environment:
FreeBSD vortex.superior.net 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000     root@monster.cdrom.com:/usr/src/sys/compile/GENERIC  i386
>Description:
When specifying device in kernel config file:

device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')

make depend will fail with error:

../../pci/if_xl.c:133: miibus_if.h: No such file or directory
mkdep: compile failed
*** Error code 1


>How-To-Repeat:
cvsup recent 4.0-stable release.  Specify xl device build and build kernel.
>Fix:
Possible renamed file in /usr/src/sys/dev/mii
Should miibus_if.m (which is what exists) be renamed to miibus_if.h ?



>Release-Note:
>Audit-Trail:

From: Samuel Tardieu <sam@inf.enst.fr>
To: robert@superior.net
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: kern/17944: xl0 fails to build in kernel in 4.0-STABLE 4/12/2000
Date: Wed, 12 Apr 2000 10:48:52 +0200

 | ../../pci/if_xl.c:133: miibus_if.h: No such file or directory
 | mkdep: compile failed
 | *** Error code 1
 
 Did you enable the "miibus" device? This is required for PIC Ethernet
 cards.
 
 
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Wed Apr 12 02:22:28 PDT 2000 
State-Changed-Why:  
See the SYNOPSIS section of the xl(4) manual page. 
>Unformatted:
