forked from Imagelibrary/rtems
2007-11-06 Till Straumann <strauman@slac.stanford.edu>
* shared/console/uart.c: removed #define UARTDEBUG
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-11-06 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
* shared/console/uart.c: removed #define UARTDEBUG
|
||||||
|
|
||||||
2007-11-06 Till Straumann <strauman@slac.stanford.edu>
|
2007-11-06 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* shared/pci/pci.c: converted access to pci_config_addr to
|
* shared/pci/pci.c: converted access to pci_config_addr to
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ uwrite(int uart, int reg, unsigned int val)
|
|||||||
out_8((unsigned char*)(uart_data[uart].ioBase + reg), val);
|
out_8((unsigned char*)(uart_data[uart].ioBase + reg), val);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define UARTDEBUG
|
|
||||||
#ifdef UARTDEBUG
|
#ifdef UARTDEBUG
|
||||||
static void
|
static void
|
||||||
uartError(int uart, void *termiosPrivate)
|
uartError(int uart, void *termiosPrivate)
|
||||||
|
|||||||
Reference in New Issue
Block a user