mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-21 23:37:29 +08:00
Comment out unused methods that were generating linker errors.
This commit is contained in:
parent
508e3df190
commit
e664034494
@ -306,6 +306,8 @@ PCIB_ACCESSOR(bus, BUS, uint32_t)
|
|||||||
#define PCI_INVALID_IRQ 255
|
#define PCI_INVALID_IRQ 255
|
||||||
#define PCI_INTERRUPT_VALID(x) ((x) != PCI_INVALID_IRQ)
|
#define PCI_INTERRUPT_VALID(x) ((x) != PCI_INVALID_IRQ)
|
||||||
|
|
||||||
|
#ifndef __rtems__
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Convenience functions.
|
* Convenience functions.
|
||||||
*
|
*
|
||||||
@ -347,6 +349,7 @@ pci_get_vpd_readonly(device_t dev, const char *kw, const char **identptr)
|
|||||||
{
|
{
|
||||||
return(PCI_GET_VPD_READONLY(device_get_parent(dev), dev, kw, identptr));
|
return(PCI_GET_VPD_READONLY(device_get_parent(dev), dev, kw, identptr));
|
||||||
}
|
}
|
||||||
|
#endif /* __rtems__ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check if the address range falls within the VGA defined address range(s)
|
* Check if the address range falls within the VGA defined address range(s)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user