Bug 36716

Summary: Add PCI_ENABLE_IO_MODES to -stable kernel options
Product: Base System Reporter: Jeremy Norris <ishmael>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.5-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jeremy Norris 2002-04-04 04:40:01 UTC
src/sys/pci/pci.c has an option PCI_ENABLE_IO_MODES in -stable, (like
src/sys/dev/pci/pci.c on -current) but it was never added as a valid kernel
config option. This option is useful to getting some devices to probe and
attach (for example, my Intel 82801CA ICH3 sound chip on my Sony VAIO laptop).

How-To-Repeat: Try adding PCI_ENABLE_IO_MODES to your kernel to get the sound chip on recent
Sony Vaio's to probe/attach and watch config bomb.
Comment 1 Thomas Moestl freebsd_committer freebsd_triage 2002-05-01 00:29:32 UTC
State Changed
From-To: open->closed

Done, thanks.