2007-11-06 Till Straumann <strauman@slac.stanford.edu>

* shared/console/uart.c: removed #define UARTDEBUG
This commit is contained in:
Till Straumann
2007-11-06 22:14:04 +00:00
parent 8e1d542c07
commit db1986ac0f
2 changed files with 5 additions and 1 deletions

View File

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

View File

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