Bug 20873 - tdfx module doesn't build
Summary: tdfx module doesn't build
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: alpha (show other bugs)
Version: 5.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-alpha (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-26 22:50 UTC by Christian Weisgerber
Modified: 2000-08-28 04:18 UTC (History)
0 users

See Also:


Attachments
file.diff (390 bytes, patch)
2000-08-26 22:50 UTC, Christian Weisgerber
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.