From imp@harmony.village.org  Sun Jan 16 00:53:28 2000
Return-Path: <imp@harmony.village.org>
Received: from rover.village.org (rover.village.org [204.144.255.49])
	by hub.freebsd.org (Postfix) with ESMTP id D033815258
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Jan 2000 00:53:22 -0800 (PST)
	(envelope-from imp@harmony.village.org)
Received: from harmony.village.org (harmony.village.org [10.0.0.6])
	by rover.village.org (8.9.3/8.9.3) with ESMTP id BAA57469
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Jan 2000 01:53:21 -0700 (MST)
	(envelope-from imp@harmony.village.org)
Received: (from imp@localhost) by harmony.village.org (8.9.3/8.8.3) id BAA53023; Sun, 16 Jan 2000 01:53:18 -0700 (MST)
Message-Id: <200001160853.BAA53023@harmony.village.org>
Date: Sun, 16 Jan 2000 01:53:18 -0700 (MST)
From: Warner Losh <imp@village.org>
Sender: imp@harmony.village.org
Reply-To: imp@village.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: src/sys/pci/isp_pci.c needs newbusification
X-Send-Pr-Version: 3.2

>Number:         16141
>Category:       kern
>Synopsis:       src/sys/pci/isp_pci.c needs newbusification
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    mjacob
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 16 01:00:01 PST 2000
>Closed-Date:    Mon Feb 14 11:20:51 PST 2000
>Last-Modified:  Mon Feb 14 11:21:15 PST 2000
>Originator:     Warner Losh
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
FreeBSD
>Environment:

4.0-current as of Jan 16

>Description:

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.

>How-To-Repeat:

	

>Fix:

	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->mjacob@feral.com 
Responsible-Changed-By: imp 
Responsible-Changed-When: Sun Jan 16 02:02:53 MST 2000 
Responsible-Changed-Why:  
Matt asked me to file this, so I did.  I suppose that he wants to 
fix it :-) 
Responsible-Changed-From-To: mjacob@feral.com->mjacob 
Responsible-Changed-By: steve 
Responsible-Changed-When: Mon Jan 31 16:04:59 PST 2000 
Responsible-Changed-Why:  
Use Matthew's @freebsd.org address instead. 
State-Changed-From-To: open->closed 
State-Changed-By: mjacob 
State-Changed-When: Mon Feb 14 11:20:51 PST 2000 
State-Changed-Why:  
Fixed and integraged into 4.0. 
>Unformatted:
