aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart.h
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2003-09-23 09:25:38 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2003-09-23 09:25:38 +0000
commitc423dba33446cdad2bea753403c9520ceb9ac488 (patch)
tree81235bda429271091a4b5cf67aef8cd0cb60242b /sys/dev/uart/uart.h
parent34c875bc305bf80b2466c8d3c41bace73bc9cc5e (diff)
Notes
Diffstat (limited to 'sys/dev/uart/uart.h')
-rw-r--r--sys/dev/uart/uart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h
index 1ea90c03ae8be..ba17e89bf8c74 100644
--- a/sys/dev/uart/uart.h
+++ b/sys/dev/uart/uart.h
@@ -36,6 +36,7 @@
* other timing related computations.
*/
struct uart_bas {
+ bus_addr_t iobase;
bus_space_tag_t bst;
bus_space_handle_t bsh;
u_int regshft;