Bug 52631 - bochs port does not offer PCI device option
Summary: bochs port does not offer PCI device option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eric Anholt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-24 04:10 UTC by Bruce M Simpson
Modified: 2003-07-15 20:23 UTC (History)
0 users

See Also:


Attachments
bochs-pci.patch (730 bytes, patch)
2003-05-24 04:10 UTC, Bruce M Simpson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bruce M Simpson 2003-05-24 04:10:15 UTC
	The bochs port does not offer an option to build with the PCI
	bridge emulation code. This means PCI device support effectively
	doesn't exist; this may cause problems with some guest OSes.

Fix: The patch below introduces a WITH_BOCHS_PCI option.
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2003-06-06 19:02:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt

over to maintainer
Comment 2 Eric Anholt freebsd_committer freebsd_triage 2003-07-15 20:22:51 UTC
State Changed
From-To: open->closed

Committed a patch to always enable it, since it's a run-time option too. 
Thanks!.