2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>

* pci/pcibios.c: Eliminate unsigned8.
This commit is contained in:
Ralf Corsepius
2005-05-10 07:16:15 +00:00
parent a8b059cf03
commit 718c36dd4b
2 changed files with 5 additions and 1 deletions

View File

@@ -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,

View File

@@ -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()