Remove 'pci_bridgeto' - it was just an empty placeholder.

This commit is contained in:
Eivind Eklund 1999-01-12 01:44:42 +00:00
parent 06abe70e82
commit 44b74eef5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42557
2 changed files with 2 additions and 18 deletions

View file

@ -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: pci.c,v 1.90 1998/11/03 08:47:29 julian Exp $
* $Id: pci.c,v 1.91 1998/11/09 08:08:06 peter Exp $
*
*/
@ -482,14 +482,6 @@ pci_addcfg(struct pci_devinfo *dinfo)
pci_drvattach(dinfo); /* XXX currently defined in pci_compat.c */
}
/* return pointer to device that is a bridge to this bus */
static pcicfgregs *
pci_bridgeto(int bus)
{
return (NULL); /* XXX not yet implemented */
}
/* scan one PCI bus for devices */
static int

View file

@ -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: pci.c,v 1.90 1998/11/03 08:47:29 julian Exp $
* $Id: pci.c,v 1.91 1998/11/09 08:08:06 peter Exp $
*
*/
@ -482,14 +482,6 @@ pci_addcfg(struct pci_devinfo *dinfo)
pci_drvattach(dinfo); /* XXX currently defined in pci_compat.c */
}
/* return pointer to device that is a bridge to this bus */
static pcicfgregs *
pci_bridgeto(int bus)
{
return (NULL); /* XXX not yet implemented */
}
/* scan one PCI bus for devices */
static int