Bug 22078

Summary: Option ROM(s) must be excluded from ISA IO memory space allocation
Product: Base System Reporter: nms <nms>
Component: kernAssignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1.1-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
orm.tar.gz none

Description nms 2000-10-18 12:10:01 UTC
	Option ROM(s) are not excluded from ISA io memory, thus
	any request for io memory window can land upon video/...
	BIOS. See also kern/17715.

Fix: Attached patch introduce new device wich take care of any option ROM(s)
present on ISA address space.
Comment 1 nms 2001-01-10 14:10:02 UTC
Attached tarball contains source of driver to be build
as loadable module, Makefile & man page. Is it good enough to
be commited? ;-))

Thanks
Comment 2 Warner Losh freebsd_committer freebsd_triage 2001-06-01 19:38:30 UTC
Responsible Changed
From-To: freebsd-bugs->imp

I'll give this a try.
Comment 3 Warner Losh freebsd_committer freebsd_triage 2001-06-01 22:06:50 UTC
State Changed
From-To: open->closed

I've committed this to -current.  Will MFC in a week or so.