forked from Imagelibrary/rtems
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* pci/pcibios.c: Eliminate unsigned8.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* pci/pcibios.c: Eliminate unsigned8.
|
||||
|
||||
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* Makefile.am, comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c,
|
||||
|
||||
@@ -224,7 +224,7 @@ pcib_find_by_class(int classCode, int idx, int *sig)
|
||||
|
||||
#define PCI_MULTI_FUNCTION 0x80
|
||||
|
||||
static unsigned8 ucBusCount = 0xff;
|
||||
static uint8_t ucBusCount = 0xff;
|
||||
|
||||
unsigned char
|
||||
pci_bus_count()
|
||||
|
||||
Reference in New Issue
Block a user