Bug 17944

Summary: xl0 fails to build in kernel in 4.0-STABLE 4/12/2000
Product: Base System Reporter: robert <robert>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   

Description robert 2000-04-12 06:30:01 UTC
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

Fix: 

Possible renamed file in /usr/src/sys/dev/mii
Should miibus_if.m (which is what exists) be renamed to miibus_if.h ?
How-To-Repeat: cvsup recent 4.0-stable release.  Specify xl device build and build kernel.
Comment 1 root 2000-04-12 09:48:52 UTC
| ../../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.
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-04-12 10:22:28 UTC
State Changed
From-To: open->closed

See the SYNOPSIS section of the xl(4) manual page.