Bug 13637

Summary: ../../pci/if_xl.c:133: miibus_if. is missing/not being generated by config
Product: Base System Reporter: Achim Patzner <ap>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   

Description Achim Patzner 1999-09-08 11:00:02 UTC
	
make depend of a kernel containing "device xl0" fails:
../../pci/if_xl.c:133: miibus_if.h: No such file or directory
(although there is a file miibus.h being generated by config)

Fix: 

Either config has to generate miibus_if.h or if_xl.c should include miibus.h
How-To-Repeat: 
	
see above
Comment 1 Peter Wemm freebsd_committer freebsd_triage 1999-09-08 16:03:58 UTC
State Changed
From-To: open->closed

Not a bug - pilot error.  Add "controller miibus0" to your config. 
See GENERIC for an example. 


Comment 2 Peter Wemm freebsd_committer freebsd_triage 1999-09-08 16:03:58 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs