Bug 16141

Summary: src/sys/pci/isp_pci.c needs newbusification
Product: Base System Reporter: Warner Losh <imp>
Component: kernAssignee: Matt Jacob <mjacob>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   

Description Warner Losh 2000-01-16 09:00:01 UTC
src/sys/pci/isp_pci.c uses the old pci compatibilty layer.  It should
likely be converted to newbus.  In addition, it assumes that
bus_space_handle_t is an integral type and can be treated as an
address, which is not the case in the pc98 flavor of FreeBSD.
Comment 1 Warner Losh freebsd_committer freebsd_triage 2000-01-16 09:02:53 UTC
Responsible Changed
From-To: freebsd-bugs->mjacob@feral.com

Matt asked me to file this, so I did.  I suppose that he wants to 
fix it :-) 
Comment 2 Steve Price freebsd_committer freebsd_triage 2000-02-01 00:04:59 UTC
Responsible Changed
From-To: mjacob@feral.com->mjacob

Use Matthew's @freebsd.org address instead. 
Comment 3 Matt Jacob freebsd_committer freebsd_triage 2000-02-14 19:20:51 UTC
State Changed
From-To: open->closed

Fixed and integraged into 4.0.