Nearly forgot, remove pci_cfgopen() - it's unused on the alpha and is no
longer exported on the i386.
This commit is contained in:
parent
c00ffac3b8
commit
b2143c99d8
@ -23,7 +23,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: pcibus.c,v 1.11 1999/04/21 07:26:24 peter Exp $
|
||||
* $Id: pcibus.c,v 1.12 1999/05/08 21:58:44 dfr Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -107,12 +107,6 @@ pci_cfgwrite(pcicfgregs *cfg, int reg, int data, int bytes)
|
||||
}
|
||||
}
|
||||
|
||||
int
|
||||
pci_cfgopen(void)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
vm_offset_t
|
||||
pci_cvt_to_dense(vm_offset_t sparse)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user