Bug 20873

Summary: tdfx module doesn't build
Product: Base System Reporter: Christian Weisgerber <naddy>
Component: alphaAssignee: freebsd-alpha (Nobody) <alpha>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Christian Weisgerber 2000-08-26 22:50:01 UTC
The tdfx module doesn't build on alpha.

By default, TDFX_LINUX is defined.  This triggers the inclusion of
<machine/../linux/linux.h> and <machine/../linux/linux_proto.h>
which apparently don't exist on alpha.

sys/modules/3dfx/Makefile       # defines TDFX_LINUX
sys/dev/tdfx/tdfx_pci.c         # includes tdfx_linux.h ifdef TDFX_LINUX
sys/dev/tdfx/tdfx_linux.h       # includes machine/../linux/* headers
Comment 1 Marcel Moolenaar freebsd_committer freebsd_triage 2000-08-28 04:18:29 UTC
State Changed
From-To: open->closed

Patch committed. Thanks.