Bug 16142

Summary: isp_pci needs a newbus attachment.
Product: Base System Reporter: Warner Losh <imp>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Warner Losh freebsd_committer freebsd_triage 2000-01-16 09:10:00 UTC
isp_pci.c needs to have a newbus attachment.  In addition, it assumes
that bus_space_handle_t is an int or close relative thereto.  In pc98
it is a struct, so anther way needs to be found to map things from
bus_space_handle_t to a bus_addr_t.
Comment 1 Warner Losh freebsd_committer freebsd_triage 2000-01-16 09:25:10 UTC
State Changed
From-To: open->closed