diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-09-26 05:14:56 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-09-26 05:14:56 +0000 |
| commit | 875f70dba4ac5331af98ce31da9e3f02bdf2af21 (patch) | |
| tree | d9aaac35b0191aeab19f23c33c5d34bb16d77724 /sys/dev/uart/uart.h | |
| parent | 153bbe3e6abc91627b1dcd8e255903e9c4079cdc (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart.h')
| -rw-r--r-- | sys/dev/uart/uart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h index ba17e89bf8c7..5de4d420ac5c 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -36,11 +36,11 @@ * other timing related computations. */ struct uart_bas { - bus_addr_t iobase; bus_space_tag_t bst; bus_space_handle_t bsh; - u_int regshft; + u_int chan; u_int rclk; + u_int regshft; }; #define uart_regofs(bas, reg) ((reg) << (bas)->regshft) |
