Add the usual base addresses for further serial ports
This commit is contained in:
parent
94d410d834
commit
c70d1748ba
|
@ -11,6 +11,8 @@
|
|||
/* constants */
|
||||
# define UART_ADDRESS_BASE_COM0 0x3f8
|
||||
# define UART_ADDRESS_BASE_COM1 0x2f8
|
||||
# define UART_ADDRESS_BASE_COM2 0x3e8
|
||||
# define UART_ADDRESS_BASE_COM3 0x2e8
|
||||
|
||||
# define UART_REGISTER_DATA 0x0
|
||||
# define UART_REGISTER_INTERRUPT_ENABLE 0x1
|
||||
|
|
Loading…
Reference in New Issue
Block a user