Bug 12803

Summary: patch to make xe driver's noise configurable in kernel config
Product: Base System Reporter: Andre Albsmeier <Andre.Albsmeier>
Component: kernAssignee: David E. O'Brien <obrien>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff
none
file.diff none

Description Andre Albsmeier 1999-07-25 10:20:01 UTC
The xe driver is rather noisy. While it already contains a XE_DEBUG
definition, this is not adjustible without directly editing the source.

Fix: This is my first try with kernel options. I hope, it is not
to wrong what I have done :-). Since I think it is impossible
to produce an #undef line with kernel options, I had to change
all "#ifdef XE_DEBUG" lines to "#if XE_DEBUG > 0".

How-To-Repeat: 
Boot with a card which is supported by the xe driver.
Comment 1 Nick Hibma freebsd_committer freebsd_triage 1999-07-27 08:41:33 UTC
Responsible Changed
From-To: freebsd-bugs->obrien

Last attempt at reresponsibiltising this PR. 
It seems that he has done the last changes, so he might know more. 
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-11 11:27:38 UTC
State Changed
From-To: open->closed

Closed on request from the originator, since there's a brand new 
driver in RELENG_4.