Back out previous. Thanks to cgd for pointing out another way to do this.

This commit is contained in:
thorpej 1999-05-06 01:10:28 +00:00
parent af849de633
commit 964b69ec84
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci.c,v 1.41 1999/05/06 01:01:19 thorpej Exp $ */
/* $NetBSD: pci.c,v 1.42 1999/05/06 01:10:28 thorpej Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998
@ -178,7 +178,6 @@ pci_probe_bus(self)
pa.pa_memt = memt;
pa.pa_dmat = sc->sc_dmat;
pa.pa_pc = pc;
pa.pa_bus = bus;
pa.pa_device = device;
pa.pa_function = function;
pa.pa_tag = tag;

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcivar.h,v 1.39 1999/05/06 01:01:19 thorpej Exp $ */
/* $NetBSD: pcivar.h,v 1.40 1999/05/06 01:10:28 thorpej Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@ -86,7 +86,6 @@ struct pci_attach_args {
pci_chipset_tag_t pa_pc;
int pa_flags; /* flags; see below */
u_int pa_bus;
u_int pa_device;
u_int pa_function;
pcitag_t pa_tag;